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 vcapretz committed Apr 30, 2020
1 parent 5a6c7ef commit 31ef3b4
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 @@ -36,7 +36,9 @@
"start:dev:docker": "docker-compose up -d",
"start:dev:server": "nodemon example.js",
"start:dev": "yarn start:dev:docker && yarn start:dev:server",
"test": "yarn ts-node src/dockest"
"test": "yarn ts-node src/dockest",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"dependencies": {
"@types/bull": "^3.12.1",
Expand All @@ -49,7 +51,8 @@
"react": "16.13.0",
"react-dom": "16.13.0",
"react-highlight": "0.12.0",
"redis-info": "^3.0.7"
"redis-info": "^3.0.7",
"snyk": "^1.316.1"
},
"devDependencies": {
"@types/jest": "^24.9.0",
Expand Down Expand Up @@ -86,5 +89,6 @@
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-manifest-plugin": "^2.2.0"
}
},
"snyk": true
}

0 comments on commit 31ef3b4

Please sign in to comment.