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 matrunchyk committed May 22, 2020
1 parent 10ed2b5 commit 6d53de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"graphql-tag": "^2.10.3",
"lodash.camelcase": "^4.3.0",
"lodash.clonedeep": "^4.5.0",
"uuid": "^8.1.0"
"uuid": "^8.1.0",
"snyk": "^1.323.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
Expand All @@ -75,8 +76,7 @@
"ts-node": "^8.10.1",
"typescript": "^3.9.3",
"vue": "^2.6.11",
"vue-apollo": "^3.0.3",
"snyk": "^1.319.2"
"vue-apollo": "^3.0.3"
},
"peerDependencies": {
"apollo-client": "^2.6.10",
Expand Down

0 comments on commit 6d53de5

Please sign in to comment.