From 2502afa1ec65c116366e4f60d2af4d0ccc3f97dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:22:44 +0000 Subject: [PATCH] build(deps): bump dayjs from 1.11.18 to 1.11.19 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.18 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.18...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] --- 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 a216f14..21cc3aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "chokidar": "^4.0.3", "commander": "^14.0.1", "core-js": "2.6.12", - "dayjs": "^1.11.13", + "dayjs": "^1.11.19", "debug": "^4.3.4", "electron": "^38.2.0", "express": "^4.21.2", @@ -15603,9 +15603,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.18", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", - "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", + "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/de-indent": { diff --git a/package.json b/package.json index b10620f..2a5df28 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chokidar": "^4.0.3", "commander": "^14.0.1", "core-js": "2.6.12", - "dayjs": "^1.11.13", + "dayjs": "^1.11.19", "debug": "^4.3.4", "electron": "^38.2.0", "express": "^4.21.2",