Skip to content

Commit

Permalink
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and jbampton committed May 1, 2020
1 parent 0c700f7 commit ef3d24f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
"markdownlint": "^0.20.0",
"surge": "^0.21.3",
"textlint": "^11.6.3",
"textlint-rule-no-todo": "^2.0.1"
"textlint-rule-no-todo": "^2.0.1",
"snyk": "^1.316.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified.\""
"test": "echo \"Error: no test specified.\"",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -33,5 +36,6 @@
"bugs": {
"url": "https://github.com/fuchsia-programming/fuchsia/issues"
},
"homepage": "https://github.com/fuchsia-programming/fuchsia#readme"
"homepage": "https://github.com/fuchsia-programming/fuchsia#readme",
"snyk": true
}

0 comments on commit ef3d24f

Please sign in to comment.