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 evilebottnawi committed May 1, 2020
1 parent 45d0d43 commit 8f037d5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"svgicons2svgfont": "^9.0.3",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.0",
"wawoff2": "^1.0.2"
"wawoff2": "^1.0.2",
"snyk": "^1.316.1"
},
"devDependencies": {
"@babel/core": "^7.1.5",
Expand Down Expand Up @@ -117,8 +118,9 @@
"prebuild": "rimraf dist",
"demo": "npm run build && node dist/cli.js './src/__tests__/fixtures/svg-icons/*.svg' -d demo -t html --normalize --center-horizontally",
"build": "babel src -d dist --ignore '**/__tests__/**'",
"prepare": "npm run build",
"release": "standard-version"
"prepare": "npm run snyk-protect && npm run build",
"release": "standard-version",
"snyk-protect": "snyk protect"
},
"babel": {
"presets": [
Expand Down Expand Up @@ -190,5 +192,6 @@
},
"engines": {
"node": ">= 8.9.0"
}
},
"snyk": true
}

0 comments on commit 8f037d5

Please sign in to comment.