Skip to content

Commit b81aba4

Browse files
committed
fix: plugins/google-cloud/package.json & plugins/google-cloud/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131
1 parent 1bcb94c commit b81aba4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plugins/google-cloud/.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ patch:
3434
patched: '2019-10-04T05:12:08.723Z'
3535
- '@google-cloud/storage > gcs-resumable-upload > google-auth-library > gtoken > gaxios > https-proxy-agent':
3636
patched: '2019-10-04T05:12:08.723Z'
37+
- snyk > proxy-agent > https-proxy-agent:
38+
patched: '2019-10-05T07:58:30.881Z'
39+
- snyk > proxy-agent > pac-proxy-agent > https-proxy-agent:
40+
patched: '2019-10-05T07:58:30.881Z'

plugins/google-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@google-cloud/storage": "3.2.1",
3434
"@verdaccio/commons-api": "^8.1.2",
3535
"@verdaccio/streams": "^8.1.2",
36-
"snyk": "^1.230.5"
36+
"snyk": "^1.231.0"
3737
},
3838
"devDependencies": {
3939
"@verdaccio/babel-preset": "^8.1.2",

0 commit comments

Comments
 (0)