mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Merge pull request #21 from samsonjs/snyk-fix-3d73353f
[Snyk Update] New fixes for 10 vulnerable dependency paths
This commit is contained in:
commit
7f3947009a
2 changed files with 30 additions and 3 deletions
23
.snyk
23
.snyk
|
|
@ -1,5 +1,5 @@
|
||||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||||
version: v1.7.0
|
version: v1.7.1
|
||||||
ignore: {}
|
ignore: {}
|
||||||
# patches apply the minimum changes required to fix a vulnerability
|
# patches apply the minimum changes required to fix a vulnerability
|
||||||
patch:
|
patch:
|
||||||
|
|
@ -20,3 +20,24 @@ patch:
|
||||||
'npm:uglify-js:20151024':
|
'npm:uglify-js:20151024':
|
||||||
- harp > terraform > jade > transformers > uglify-js:
|
- harp > terraform > jade > transformers > uglify-js:
|
||||||
patched: '2017-04-21T04:58:35.183Z'
|
patched: '2017-04-21T04:58:35.183Z'
|
||||||
|
'npm:debug:20170905':
|
||||||
|
- harp > connect > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > connect > express-session > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > connect > finalhandler > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > connect > morgan > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > connect > serve-index > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > send > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > connect > body-parser > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > connect > compression > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > connect > connect-timeout > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
- harp > connect > serve-static > send > debug:
|
||||||
|
patched: '2017-09-29T03:22:08.982Z'
|
||||||
|
|
|
||||||
10
package.json
10
package.json
|
|
@ -5,7 +5,13 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"harp": "^0.29.0",
|
"harp": "^0.29.0",
|
||||||
"thepusher": "^0.1.4",
|
"thepusher": "^0.1.4",
|
||||||
"uglify-js": "^3.4.9"
|
"uglify-js": "^3.4.9",
|
||||||
|
"snyk": "^1.41.1"
|
||||||
},
|
},
|
||||||
"scripts": {}
|
"scripts": {
|
||||||
|
"snyk-protect": "snyk protect",
|
||||||
|
"prepublish": "npm run snyk-protect",
|
||||||
|
"prepare": "npm run snyk-protect"
|
||||||
|
},
|
||||||
|
"snyk": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue