Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: .snyk & package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202
  • Loading branch information
snyk-test committed Jul 4, 2019
commit 14be23219f110bf2392ed9bb603c1a853747e183
14 changes: 14 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- async > lodash:
patched: '2019-07-04T04:53:41.037Z'
- pug > pug-code-gen > constantinople > babel-types > lodash:
patched: '2019-07-04T04:53:41.037Z'
- pug > pug-filters > constantinople > babel-types > lodash:
patched: '2019-07-04T04:53:41.037Z'
- pug > pug-code-gen > pug-attrs > constantinople > babel-types > lodash:
patched: '2019-07-04T04:53:41.037Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
"portastic": "^1.0.1",
"pug": "^2.0.3",
"socket.io": "^2.1.1",
"twitter-text": "^2.0.4"
"twitter-text": "^2.0.4",
"snyk": "^1.189.0"
},
"scripts": {
"test": "node core/main test"
"test": "node core/main test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"@types/async": "^2.0.49",
Expand All @@ -49,5 +52,6 @@
"istanbul": "^0.4.5",
"nyc": "^11.9.0",
"source-map-support": "^0.5.8"
}
},
"snyk": true
}