Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
fix: package.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 UlisesGascon committed May 1, 2020
1 parent 3b1c086 commit 9d25ffc
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 @@ -4,7 +4,9 @@
"description": "Ofertas de empleo de calidad para desarrolladores de calidad",
"main": "server.js",
"scripts": {
"start": "node server.js"
"start": "node server.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "Ulises Gascón",
"contributors": [
Expand All @@ -27,6 +29,8 @@
"slack-node": "0.2.0",
"socket.io": "1.4.8",
"twitter": "1.3.0",
"x-ray": "2.3.0"
}
"x-ray": "2.3.0",
"snyk": "^1.316.1"
},
"snyk": true
}

0 comments on commit 9d25ffc

Please sign in to comment.