From 1fb526ea57b36220e464d98a5d441d6679cd6f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:05:12 +0000 Subject: [PATCH] Bump dayjs from 1.11.13 to 1.11.15 in /ui Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.13 to 1.11.15. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.15/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.13...v1.11.15) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 2b574a3..5f10854 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.7", "bootswatch": "^5.3.7", - "dayjs": "^1.11.13", + "dayjs": "^1.11.15", "dompurify": "^3.2.6", "highlight.js": "^11.11.1", "highlightjs-line-numbers.js": "^2.9.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index bd719c9..2c97a75 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -235,10 +235,10 @@ chokidar@^4.0.0: dependencies: readdirp "^4.0.1" -dayjs@^1.11.13: - version "1.11.13" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c" - integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg== +dayjs@^1.11.15: + version "1.11.15" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.15.tgz#fd7fd2db6fc92f08ffe4adc306756d45db00ada3" + integrity sha512-MC+DfnSWiM9APs7fpiurHGCoeIx0Gdl6QZBy+5lu8MbYKN5FZEXqOgrundfibdfhGZ15o9hzmZ2xJjZnbvgKXQ== detect-libc@^1.0.3: version "1.0.3"