mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:ejs:20161128 - https://snyk.io/vuln/npm:marked:20170112 - https://snyk.io/vuln/npm:negotiator:20160616 - https://snyk.io/vuln/npm:tar:20151103 - https://snyk.io/vuln/npm:uglify-js:20151024 Latest report for samsonjs/samhuri.net: https://snyk.io/test/github/samsonjs/samhuri.net Some vulnerabilities weren't fixed or ignored, and so will still fail the Snyk test report.
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "samhuri.net",
|
|
"description": "samhuri.net",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"harp": "^0.23.0",
|
|
"thepusher": "^0.1.4",
|
|
"uglify-js": "^2.7.5",
|
|
"snyk": "^1.29.0"
|
|
},
|
|
"scripts": {
|
|
"snyk-protect": "snyk protect",
|
|
"prepublish": "npm run snyk-protect"
|
|
},
|
|
"snyk": true
|
|
}
|