Skip to content

Commit

Permalink
fix: tests/integration/versioning/0.0.0-to-0.0.1/default/upgraded/pac…
Browse files Browse the repository at this point in the history
…kage.json, tests/integration/versioning/0.0.0-to-0.0.1/default/upgraded/package-lock.json & tests/integration/versioning/0.0.0-to-0.0.1/default/upgraded/.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 Nord-VulnMgmt committed May 1, 2020
1 parent 777c724 commit a53d05e
Showing 1 changed file with 8 additions and 2 deletions.
Expand Up @@ -7,7 +7,13 @@
"js-yaml": "^3.13.1",
"lodash.merge": "^4.6.1",
"lodash.omit": "^4.5.0",
"util-promisify": "^2.1.0"
"util-promisify": "^2.1.0",
"snyk": "^1.316.1"
},
"version": "0.0.1"
"version": "0.0.1",
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit a53d05e

Please sign in to comment.