From a921331c7447267282c6d22fad650750990385e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:21:06 +0000 Subject: [PATCH] chore(deps): bump dayjs from 1.11.13 to 1.11.19 in /src/static/client Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.13 to 1.11.19. - [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.13...v1.11.19) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/static/client/package-lock.json | 8 ++++---- src/static/client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/static/client/package-lock.json b/src/static/client/package-lock.json index d1a2620..d904f13 100644 --- a/src/static/client/package-lock.json +++ b/src/static/client/package-lock.json @@ -11,7 +11,7 @@ "axios": "^1.9.0", "bootstrap": "^5.3.6", "bootstrap-icons": "^1.13.1", - "dayjs": "^1.11.13", + "dayjs": "^1.11.19", "oidc-client-ts": "^3.2.1", "pinia": "^3.0.2", "qrcode": "^1.5.4", @@ -1993,9 +1993,9 @@ "license": "MIT" }, "node_modules/dayjs": { - "version": "1.11.13", - "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz", - "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", + "version": "1.11.19", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", + "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", "license": "MIT" }, "node_modules/debug": { diff --git a/src/static/client/package.json b/src/static/client/package.json index a0522e3..4ad0f51 100644 --- a/src/static/client/package.json +++ b/src/static/client/package.json @@ -12,7 +12,7 @@ "axios": "^1.9.0", "bootstrap": "^5.3.6", "bootstrap-icons": "^1.13.1", - "dayjs": "^1.11.13", + "dayjs": "^1.11.19", "oidc-client-ts": "^3.2.1", "pinia": "^3.0.2", "qrcode": "^1.5.4",