From d1800dd70052ac7e49a7e40005ef7e5d96b47f5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Mar 2023 22:09:41 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.11.3 to 1.11.7 Snyk has created this PR to upgrade dayjs from 1.11.3 to 1.11.7. See this package in npm: See this project in Snyk: https://app.snyk.io/org/zhaojun1998/project/2c7800b1-e6c2-4ab2-a6b1-4c6a0d8a2d11?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b861eb0..212c5c5 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "artplayer": "^4.6.1", "async-validator": "^4.0.7", "beautify-qrcode": "^1.0.3", - "dayjs": "^1.11.3", + "dayjs": "^1.11.7", "element-plus": "^2.2.26", "file-saver": "^2.0.5", "github-markdown-css": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index e19153d..6d8dc69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3065,6 +3065,11 @@ dayjs@^1.11.3: resolved "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.3.tgz" integrity sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A== +dayjs@^1.11.7: + version "1.11.7" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2" + integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ== + debug@2.6.9, debug@^2.2.0, debug@^2.3.3: version "2.6.9" resolved "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz"