Skip to content

Commit

Permalink
fix: .snyk & package.json 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-450202
  • Loading branch information
snyk-bot authored and braposo committed Jul 5, 2019
1 parent d0d0edb commit f66e1a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- lodash:
patched: '2019-07-04T08:37:45.529Z'
SNYK-JS-AXIOS-174505:
- figma-js > axios:
patched: '2019-05-08T11:40:10.123Z'

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.11",
"nodemon": "^1.19.0",
"snyk": "^1.162.0",
"snyk": "^1.190.0",
"ts-node": "^8.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit f66e1a0

Please sign in to comment.