From 55a45f83ff587ef03dff172a3419dd7ac5fbd2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:47:41 +0000 Subject: [PATCH] Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eee9a09..509618f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "keywords": [], "license": "MIT", "dependencies": { - "dayjs": "^1.11.12", + "dayjs": "^1.11.13", "floating-vue": "^5.2.2", "global": "^4.4.0", "markdown-it-task-lists": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index 7abbd2f..0eb7ed5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1053,10 +1053,10 @@ data-urls@^5.0.0: whatwg-mimetype "^4.0.0" whatwg-url "^14.0.0" -dayjs@^1.11.12: - version "1.11.12" - resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz" - integrity sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg== +dayjs@^1.11.13: + version "1.11.13" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c" + integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg== debug@4, debug@^4.3.4: version "4.3.5"