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 vansergen committed May 1, 2020
1 parent 6fbab19 commit d365377
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
"prettier": "prettier -c **/*.{js,md,ts,json}",
"prettier-write": "npm run prettier -- --write",
"lint": "eslint --ext .ts,.js ./",
"lint-fix": "npm run lint -- --fix"
"lint-fix": "npm run lint -- --fix",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"rpc-request": "^3.1.6"
"rpc-request": "^3.1.6",
"snyk": "^1.316.1"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down Expand Up @@ -70,5 +73,6 @@
},
"directories": {
"test": "test"
}
},
"snyk": true
}

0 comments on commit d365377

Please sign in to comment.