From 60cef790d8a6bee17138177f6aa7fc48b7d48d53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:38:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 86b9f17..51f358b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/x-cold/yuque-hexo#readme", "dependencies": { "@yuque/sdk": "^1.1.1", - "ali-oss": "6.17.0", + "ali-oss": "6.18.0", "chalk": "^2.4.1", "common-bin": "^2.7.3", "cos-nodejs-sdk-v5": "^2.11.6", @@ -42,7 +42,7 @@ "prettier": "^2.0.4", "qiniu": "^7.4.0", "queue": "^4.5.0", - "rimraf": "^2.6.2", + "rimraf": "^4.0.0", "superagent": "^7.0.2", "update-check": "^1.5.3", "upyun": "^3.4.6",