Compare commits
2 Commits
master
...
snyk-fix-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85d96656a1 | ||
|
|
bd22da8c89 |
8
.snyk
Normal file
8
.snyk
Normal file
@@ -0,0 +1,8 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.14.1
|
||||
ignore: {}
|
||||
# patches apply the minimum changes required to fix a vulnerability
|
||||
patch:
|
||||
SNYK-JS-LODASH-567746:
|
||||
- sequelize > lodash:
|
||||
patched: '2020-05-01T23:56:44.497Z'
|
||||
10
package.json
10
package.json
@@ -9,7 +9,9 @@
|
||||
"test-local": "make test",
|
||||
"start": "./bin/nodejsctl start && cp History.md docs/web/history.md",
|
||||
"status": "./bin/nodejsctl status",
|
||||
"stop": "./bin/nodejsctl stop"
|
||||
"stop": "./bin/nodejsctl stop",
|
||||
"snyk-protect": "snyk protect",
|
||||
"prepublish": "npm run snyk-protect"
|
||||
},
|
||||
"bin": {
|
||||
"cnpmjs.org": "bin/cli.js"
|
||||
@@ -68,7 +70,8 @@
|
||||
"tunnel-agent": "^0.6.0",
|
||||
"urllib": "^2.24.0",
|
||||
"utility": "^1.12.0",
|
||||
"xss": "^0.3.3"
|
||||
"xss": "^0.3.3",
|
||||
"snyk": "^1.316.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autod": "*",
|
||||
@@ -115,5 +118,6 @@
|
||||
"fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)",
|
||||
"dead_horse <dead_horse@qq.com> (http://deadhorse.me)"
|
||||
],
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"snyk": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user