From 493ea5b6f75006994ed64dbcdce0481a2f057f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 02:03:14 +0000 Subject: [PATCH] feat(deps): bump dayjs from 1.11.20 to 1.11.21 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.20 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.20...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec476992..3284ef11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "cross-env": "^10.1.0", "crypto-es": "^3.1.3", "cryptr": "^6.4.0", - "dayjs": "^1.11.20", + "dayjs": "^1.11.21", "dotenv": "^17.4.2", "express": "^5.2.1", "express-rate-limit": "^8.5.2", @@ -3906,9 +3906,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.20", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", - "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", + "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/debug": { diff --git a/package.json b/package.json index d25d7d12..e1fcd0d2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cross-env": "^10.1.0", "crypto-es": "^3.1.3", "cryptr": "^6.4.0", - "dayjs": "^1.11.20", + "dayjs": "^1.11.21", "dotenv": "^17.4.2", "express": "^5.2.1", "express-rate-limit": "^8.5.2",