From 2aad17da7c00d9d2f7e197ab0cc225807676c3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:45:17 +0000 Subject: [PATCH] Bump dayjs from 1.11.18 to 1.11.23 in /frontend Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.18 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.18...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] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 91faea9b57..44ad4563e1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -60,7 +60,7 @@ "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3", - "dayjs": "^1.11.8", + "dayjs": "^1.11.23", "dotenv": "^16.4.7", "express": "^4.19.2", "invariant": "2.2.4", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index fdbd45802e..7e1aa2c640 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2788,10 +2788,10 @@ date-fns@^3.6.0: resolved "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz" integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww== -dayjs@^1.11.8: - version "1.11.18" - resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz" - integrity sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA== +dayjs@^1.11.23: + version "1.11.23" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.23.tgz#b0a363506dde5f36cf5075e42ebe8115165a8c79" + integrity sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ== debug@2.6.9: version "2.6.9"