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-567746
  • Loading branch information
snyk-bot authored and kaplanmaxe committed May 1, 2020
1 parent 605f809 commit 7588171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,14 +10,14 @@
"dotenv": "^4.0.0",
"request": "^2.83.0",
"stellar-sdk": "^0.8.0",
"snyk": "^1.69.7",
"snyk": "^1.316.1",
"babel": "^6.23.0",
"babel-core": "^6.26.0"
},
"scripts": {
"build": "gulp transpile-module",
"build:watch": "gulp",
"prepublish": "npm run snyk-protect; yarn build",
"prepublish": "yarn run snyk-protect; yarn build",
"test": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"snyk-protect": "snyk protect"
},
Expand Down

0 comments on commit 7588171

Please sign in to comment.