Skip to content

Commit

Permalink
Merge pull request #1 from riccardomerlin/snyk-fix-0ce5491177ee51313d…
Browse files Browse the repository at this point in the history
…02e1ede31f8bcf
  • Loading branch information
riccardomerlin committed Mar 10, 2021
2 parents 2dd858e + d1f032e commit 3356152
Show file tree
Hide file tree
Showing 3 changed files with 3,480 additions and 253 deletions.
14 changes: 14 additions & 0 deletions .snyk
@@ -0,0 +1,14 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.19.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:extend:20180424':
- request > extend:
patched: '2021-03-10T21:00:47.183Z'
'npm:stringstream:20180511':
- request > stringstream:
patched: '2021-03-10T21:00:47.183Z'
'npm:tough-cookie:20170905':
- request > tough-cookie:
patched: '2021-03-10T21:00:47.183Z'
18 changes: 11 additions & 7 deletions package.json
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node src/index.js"
"start": "node src/index.js",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"keywords": [
"kbot",
Expand All @@ -20,15 +22,17 @@
"author": "Riccardo Merlin",
"license": "ISC",
"dependencies": {
"body-parser": "1.16.0",
"body-parser": "1.18.2",
"es6-promise": "4.0.5",
"express": "4.14.0",
"helmet": "3.4.0",
"moment": "2.17.1",
"express": "4.16.0",
"helmet": "3.21.1",
"moment": "2.19.3",
"nedb": "1.8.0",
"request": "2.79.0"
"request": "2.82.0",
"snyk": "^1.483.0"
},
"devDependencies": {
"jest": "20.0.4"
}
},
"snyk": true
}

0 comments on commit 3356152

Please sign in to comment.