Skip to content

Commit

Permalink
Merge 61d5693 into 0693260
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 20, 2017
2 parents 0693260 + 61d5693 commit d79c38a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.10.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- socket.io > socket.io-adapter > socket.io-parser > debug:
patched: '2017-12-20T13:14:43.471Z'
'npm:ms:20170412':
- socket.io > socket.io-adapter > socket.io-parser > debug > ms:
patched: '2017-12-20T13:14:43.471Z'
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"jsonwebtoken": "^7.2.1",
"mongoose": "^4.7.2",
"shelljs": "^0.7.5",
"socket.io": "^1.5.1",
"socket.io-client": "^1.6.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"underscore": "^1.8.3",
"uuid": "^3.0.0",
"winston": "^2.3.0"
"winston": "^2.3.0",
"snyk": "^1.61.1"
},
"devDependencies": {
"coveralls": "^2.11.15",
Expand All @@ -31,7 +32,9 @@
"startServer": "node src/server/launch-server.js",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/test.js",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"packagerApp": "node scripts/packager-script.js"
"packagerApp": "node scripts/packager-script.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -50,5 +53,6 @@
"bugs": {
"url": "https://github.com/jy95/P4ng/issues"
},
"homepage": "https://github.com/jy95/P4ng#readme"
"homepage": "https://github.com/jy95/P4ng#readme",
"snyk": true
}

0 comments on commit d79c38a

Please sign in to comment.