From 6b97674912d71db96a4540ec4e3576c0504d2d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 04:13:22 +0000 Subject: [PATCH] fix(deps): bump dayjs from 1.11.21 to 1.11.23 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.21 to 1.11.23. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.23/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.21...v1.11.23) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.23 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 5a28d628..ffba5908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "bip39": "3.1.0", "body-parser": "2.3.0", "cli-progress": "3.12.0", - "dayjs": "1.11.21", + "dayjs": "1.11.23", "dotenv": "17.4.2", "express": "5.2.1", "express-async-handler": "1.2.0", @@ -5041,9 +5041,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.21", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", - "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", + "version": "1.11.23", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.23.tgz", + "integrity": "sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ==", "license": "MIT" }, "node_modules/debug": { diff --git a/package.json b/package.json index 99358bf3..93d29eae 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "bip39": "3.1.0", "body-parser": "2.3.0", "cli-progress": "3.12.0", - "dayjs": "1.11.21", + "dayjs": "1.11.23", "dotenv": "17.4.2", "express": "5.2.1", "express-async-handler": "1.2.0",