From be645c529e4e77d6b45e95c3a5c1ad46b8cf0652 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Sep 2023 18:12:36 +0000 Subject: [PATCH] fix: modules/storage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- modules/storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/storage/package.json b/modules/storage/package.json index 2e9c1aa31..1f1a83f62 100644 --- a/modules/storage/package.json +++ b/modules/storage/package.json @@ -41,7 +41,7 @@ "@google-cloud/storage": "^6.9.5", "@grpc/grpc-js": "^1.8.13", "@grpc/proto-loader": "^0.7.6", - "ali-oss": "^6.17.1", + "ali-oss": "^6.18.1", "convict": "^6.2.4", "lodash": "^4.17.21", "uuid": "^9.0.0"