Skip to content

Commit

Permalink
Merge pull request #20 from snyk/snyk-fix-83f2f6b3
Browse files Browse the repository at this point in the history
[Snyk] Fix for 2 vulnerable dependency paths
  • Loading branch information
darmalovan authored Mar 12, 2017
2 parents ab07d7f + 7d3dfaf commit 7fed540
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:ws:20160920':
- engine.io > ws:
patched: '2017-03-12T08:31:07.231Z'
- engine.io-client > ws:
patched: '2017-03-12T08:31:07.231Z'
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"lint": "eslint cli/*.js lib/**/*.js",
"check-tests": "! grep 'test.only' test/**/*.test.js -n",
"cover": "tap test/**/*.test.js --timeout 60 --cov --coverage-report=lcov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"keywords": [],
"author": "Remy Sharp",
Expand Down Expand Up @@ -56,7 +58,7 @@
"snyk-config": "^1.0.1",
"then-fs": "^2.0.0",
"undefsafe": "^1.2.0",
"snyk": "^1.19.1",
"snyk": "^1.25.2",
"js-yaml": "^3.6.1"
},
"repository": {
Expand Down

0 comments on commit 7fed540

Please sign in to comment.