Skip to content

Commit 91f66f4

Browse files
committed
fix: functions/imagemagick/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
1 parent fac4c2e commit 91f66f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/imagemagick/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha test/*.test.js --timeout=20000 --exit"
1616
},
1717
"dependencies": {
18-
"@google-cloud/storage": "^5.0.0",
18+
"@google-cloud/storage": "^6.0.0",
1919
"@google-cloud/vision": "^2.0.0",
2020
"gm": "^1.23.1"
2121
},

0 commit comments

Comments
 (0)