Skip to content

Commit

Permalink
fix: scripts/release-manager/package.json & scripts/release-manager/.…
Browse files Browse the repository at this point in the history
…snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and gate5 committed May 1, 2020
1 parent 9a2a751 commit bba383e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scripts/release-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@
"pify": "^2.3.0",
"semver": "^5.3.0",
"untildify": "^3.0.2",
"vorpal": "^1.10.10"
"vorpal": "^1.10.10",
"snyk": "^1.316.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "Paul O'Shannessy <paul@oshannessy.com>",
"license": "MIT"
"license": "MIT",
"snyk": true
}

0 comments on commit bba383e

Please sign in to comment.