Skip to content

Commit

Permalink
fix: demo/06_initializers/package.json 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-LODASH-450202
  • Loading branch information
snyk-test committed Jul 10, 2019
1 parent ab89157 commit 23697de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/06_initializers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"async": "^1.4.0",
"lodash": "^3.10.0",
"lodash": "^4.17.12",
"path": "^0.11.14",
"require-dir-all": "latest"
}
Expand Down

0 comments on commit 23697de

Please sign in to comment.