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 an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-567880


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and ifrost committed May 6, 2020
1 parent bf68188 commit 148d3dd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"preversion": "git fetch --tags && node tools/changelog.js https://github.com/ifrost/afterwriting-labs console",
"build": "./node_modules/.bin/grunt build",
"version": "npm run build && git add .",
"postversion": "git push --follow-tags"
"postversion": "git push --follow-tags",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down Expand Up @@ -65,10 +67,12 @@
"aw-parser": "0.1.1",
"d3": "^3.4.1",
"handlebars": "^4.5.3",
"jquery": "^3.1.1",
"jquery": "^3.5.0",
"lodash": "^4.17.4",
"protoplast": "2.0.3",
"stdio": "^0.2.7",
"text": "requirejs/text"
}
"text": "requirejs/text",
"snyk": "^1.319.0"
},
"snyk": true
}

0 comments on commit 148d3dd

Please sign in to comment.