From 60d43dd7e32e0f2cc50136f126648d4cc4058c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 09:18:07 +0000 Subject: [PATCH] Bump dayjs from 1.11.13 to 1.11.19 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] --- 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 06b916b..5eee34c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mui/x-charts": "^7.25.0", "@mui/x-date-pickers": "^7.27.1", "date-fns": "^4.1.0", - "dayjs": "^1.11.13", + "dayjs": "^1.11.19", "framer-motion": "^12.4.1", "next": "^15.1.7", "react": "^19.0.0", @@ -3895,9 +3895,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.13", - "resolved": "https://registry.npmjs.org/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/package.json b/package.json index 01c5454..d0a30dc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@mui/x-charts": "^7.25.0", "@mui/x-date-pickers": "^7.27.1", "date-fns": "^4.1.0", - "dayjs": "^1.11.13", + "dayjs": "^1.11.19", "framer-motion": "^12.4.1", "next": "^15.1.7", "react": "^19.0.0",