Skip to content

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/npm:debug:20170905
- https://snyk.io/vuln/npm:ms:20170412
  • Loading branch information
snyk-bot authored and randytarampi committed Apr 29, 2020
1 parent 46d791d commit 2c3e434
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
Expand Down Expand Up @@ -30,3 +30,9 @@ patch:
patched: '2019-07-05T19:26:30.934Z'
- snyk > snyk-php-plugin > @snyk/composer-lockfile-parser > lodash:
patched: '2019-07-05T19:26:30.934Z'
'npm:debug:20170905':
- serverless > @serverless/components > @serverless/platform-client-china > @serverless/utils-china > socket.io-stream > debug:
patched: '2020-04-29T06:44:52.590Z'
'npm:ms:20170412':
- serverless > @serverless/components > @serverless/platform-client-china > @serverless/utils-china > socket.io-stream > debug > ms:
patched: '2020-04-29T06:44:52.590Z'

0 comments on commit 2c3e434

Please sign in to comment.