From c4b282798598edbcaa068baa3ae083660af87720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:43:12 +0000 Subject: [PATCH] Bump dayjs from 1.11.22 to 1.11.23 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.22 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.22...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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cca5d3f..321fa3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "bootstrap-icons": "~1.13.1", "datatables.net-bs5": "^3.0.1", "datatables.net-buttons-bs5": "^4.0.1", - "dayjs": "~1.11.13", + "dayjs": "~1.11.23", "dayjs-plugin-utc": "~0.1.2", "jquery": "~4.0.0" } @@ -92,9 +92,10 @@ } }, "node_modules/dayjs": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.22.tgz", - "integrity": "sha512-1YRnxzt/AabP3GHxnaB9/b+ZScCKu5TeF+co+BWG+lnWVIwEcTFc1FVE0WLNmNO3sA6GGXL40i5qkHfbLzpwrg==" + "version": "1.11.23", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.23.tgz", + "integrity": "sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ==", + "license": "MIT" }, "node_modules/dayjs-plugin-utc": { "version": "0.1.2", diff --git a/package.json b/package.json index a902ee3..ac4a020 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bootstrap-icons": "~1.13.1", "datatables.net-bs5": "^3.0.1", "datatables.net-buttons-bs5": "^4.0.1", - "dayjs": "~1.11.13", + "dayjs": "~1.11.23", "dayjs-plugin-utc": "~0.1.2", "jquery": "~4.0.0" }