Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

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 randytarampi committed May 1, 2020
1 parent 06c8a02 commit 8594b70
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 @@ -15,7 +15,8 @@
"@randy.tarampi/generic-icon-splash-generate": "^2.0.0",
"@randy.tarampi/ios-icons": "^4.2.0",
"@randy.tarampi/ios-splash": "^3.1.0",
"commander": "^5.0.0"
"commander": "^5.0.0",
"snyk": "^1.316.1"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.0",
Expand Down Expand Up @@ -75,7 +76,10 @@
"coveralls": "cat coverage/lcov.info | coveralls",
"prepublishOnly": "npm shrinkwrap",
"pretest": "gulp -LLLL --color lint",
"test": "NODE_ENV=test gulp -LLLL --color test"
"test": "NODE_ENV=test gulp -LLLL --color test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"sideEffects": false
"sideEffects": false,
"snyk": true
}

0 comments on commit 8594b70

Please sign in to comment.