Commit f0916dcf authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

Merge pull request #1 from Requarks/snyk-fix-1b124666

[Snyk] Fix for 3 vulnerable dependency paths
parents a0c0486d 1f38cf94
failThreshold: high
version: v1.5.2
version: v1.5.0
ignore: {}
patch: {}
\ No newline at end of file
patch:
'npm:negotiator:20160616':
- socket.io > engine.io > accepts > negotiator:
patched: '2016-09-09T02:19:31.082Z'
'npm:ws:20160624':
- socket.io > engine.io > ws:
patched: '2016-09-09T02:19:31.082Z'
- socket.io > socket.io-client > engine.io-client > ws:
patched: '2016-09-09T02:19:31.082Z'
......@@ -6,7 +6,9 @@
"scripts": {
"start": "node server",
"dev": "gulp",
"test": "snyk test && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./tests/index.js && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage"
"test": "snyk test && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./tests/index.js && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
......@@ -80,7 +82,8 @@
"sticky-js": "^1.0.7",
"validator": "^5.6.0",
"validator-as-promised": "^1.0.2",
"winston": "^2.2.0"
"winston": "^2.2.0",
"snyk": "^1.19.1"
},
"devDependencies": {
"ace-builds": "^1.2.5",
......@@ -109,9 +112,9 @@
"mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.2.0",
"nodemon": "^1.10.2",
"snyk": "^1.19.1",
"sticky-js": "^1.0.5",
"twemoji-awesome": "^1.0.4",
"vue": "^1.0.26"
}
}
},
"snyk": true
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment