From df4852f94294af0855c03f16278a4fe1a3cfb1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:48:38 +0000 Subject: [PATCH] Bump dayjs from 1.11.19 to 1.11.21 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.19 to 1.11.21. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.19...v1.11.21) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc3c5e0..f666baf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "bootstrap-icons": "~1.13.1", "datatables.net-bs5": "~2.3.2", "datatables.net-buttons-bs5": "~3.2.4", - "dayjs": "~1.11.13", + "dayjs": "~1.11.21", "dayjs-plugin-utc": "~0.1.2", "jquery": "~4.0.0" } @@ -98,9 +98,10 @@ } }, "node_modules/dayjs": { - "version": "1.11.19", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", - "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" + "version": "1.11.21", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", + "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", + "license": "MIT" }, "node_modules/dayjs-plugin-utc": { "version": "0.1.2", diff --git a/package.json b/package.json index fe3bf60..6d25a2a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bootstrap-icons": "~1.13.1", "datatables.net-bs5": "~2.3.2", "datatables.net-buttons-bs5": "~3.2.4", - "dayjs": "~1.11.13", + "dayjs": "~1.11.21", "dayjs-plugin-utc": "~0.1.2", "jquery": "~4.0.0" }