Skip to content

Commit f9b216b

Browse files
snyk-botSven Fehler
authored andcommitted
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent 71068ac commit f9b216b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"submissions": "node tools/submissions",
1717
"lint": "eslint ./ && exit $?",
1818
"all": "npm run validate-jokes && npm run validate-ids && npm run lint",
19-
"dependency-graph": "node dev/madge"
19+
"dependency-graph": "node dev/madge",
20+
"snyk-protect": "snyk protect",
21+
"prepare": "npm run snyk-protect"
2022
},
2123
"repository": {
2224
"type": "git",
@@ -49,10 +51,12 @@
4951
"mysql": "^2.18.1",
5052
"node-wrap": "^0.2.0",
5153
"svjsl": "^1.9.0",
52-
"xss": "^1.0.6"
54+
"xss": "^1.0.6",
55+
"snyk": "^1.316.1"
5356
},
5457
"devDependencies": {
5558
"eslint": "^6.8.0",
5659
"madge": "^3.8.0"
57-
}
60+
},
61+
"snyk": true
5862
}

0 commit comments

Comments
 (0)