Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131
  • Loading branch information
snyk-bot committed Oct 4, 2019
1 parent f52a6d6 commit 10120e0
Show file tree
Hide file tree
Showing 3 changed files with 2,028 additions and 183 deletions.
20 changes: 20 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-HTTPSPROXYAGENT-469131:
- googleapis > google-auth-library > gaxios > https-proxy-agent:
patched: '2019-10-04T02:36:00.628Z'
- googleapis > googleapis-common > gaxios > https-proxy-agent:
patched: '2019-10-04T02:36:00.628Z'
- googleapis > google-auth-library > gcp-metadata > gaxios > https-proxy-agent:
patched: '2019-10-04T02:36:00.628Z'
- googleapis > google-auth-library > gtoken > gaxios > https-proxy-agent:
patched: '2019-10-04T02:36:00.628Z'
- googleapis > googleapis-common > google-auth-library > gaxios > https-proxy-agent:
patched: '2019-10-04T02:36:00.628Z'
- googleapis > googleapis-common > google-auth-library > gcp-metadata > gaxios > https-proxy-agent:
patched: '2019-10-04T02:36:00.628Z'
- googleapis > googleapis-common > google-auth-library > gtoken > gaxios > https-proxy-agent:
patched: '2019-10-04T02:36:00.628Z'

0 comments on commit 10120e0

Please sign in to comment.