Commit 1f38cf94 authored by snyk-bot's avatar snyk-bot

fix: package.json & .snyk to reduce vulnerabilities

parent a0c0486d
failThreshold: high failThreshold: high
version: v1.5.2 version: v1.5.0
ignore: {} ignore: {}
patch: {} patch:
\ No newline at end of file '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 @@ ...@@ -6,7 +6,9 @@
"scripts": { "scripts": {
"start": "node server", "start": "node server",
"dev": "gulp", "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": { "repository": {
"type": "git", "type": "git",
...@@ -80,7 +82,8 @@ ...@@ -80,7 +82,8 @@
"sticky-js": "^1.0.7", "sticky-js": "^1.0.7",
"validator": "^5.6.0", "validator": "^5.6.0",
"validator-as-promised": "^1.0.2", "validator-as-promised": "^1.0.2",
"winston": "^2.2.0" "winston": "^2.2.0",
"snyk": "^1.19.1"
}, },
"devDependencies": { "devDependencies": {
"ace-builds": "^1.2.5", "ace-builds": "^1.2.5",
...@@ -109,9 +112,9 @@ ...@@ -109,9 +112,9 @@
"mocha": "^3.0.2", "mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.2.0", "mocha-lcov-reporter": "^1.2.0",
"nodemon": "^1.10.2", "nodemon": "^1.10.2",
"snyk": "^1.19.1",
"sticky-js": "^1.0.5", "sticky-js": "^1.0.5",
"twemoji-awesome": "^1.0.4", "twemoji-awesome": "^1.0.4",
"vue": "^1.0.26" "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