Skip to content

Commit

Permalink
fix: packages/testring/.snyk & packages/testring/package.json to redu…
Browse files Browse the repository at this point in the history
…ce 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 3, 2019
1 parent bf0edbf commit 7a1188e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
22 changes: 22 additions & 0 deletions packages/testring/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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:
- '@testring/cli > @testring/devtool-backend > babel-types > lodash':
patched: '2019-07-03T22:58:55.137Z'
- '@testring/cli > @testring/devtool-backend > babel-traverse > lodash':
patched: '2019-07-03T22:58:55.137Z'
- '@testring/cli > @testring/http-api > request-promise-native > request-promise-core > lodash':
patched: '2019-07-03T22:58:55.137Z'
- '@testring/cli > @testring/devtool-backend > babel-traverse > babel-types > lodash':
patched: '2019-07-03T22:58:55.137Z'
- '@testring/cli > @testring/test-worker > @testring/dependencies-builder > babel-traverse > lodash':
patched: '2019-07-03T22:58:55.137Z'
- '@testring/cli > @testring/test-worker > @testring/dependencies-builder > babel-traverse > babel-types > lodash':
patched: '2019-07-03T22:58:55.137Z'
- '@testring/cli > @testring/test-worker > @testring/api > @testring/http-api > request-promise-native > request-promise-core > lodash':
patched: '2019-07-03T22:58:55.137Z'
- '@testring/cli > @testring/test-worker > @testring/sandbox > @testring/api > @testring/http-api > request-promise-native > request-promise-core > lodash':
patched: '2019-07-03T22:58:55.137Z'
10 changes: 8 additions & 2 deletions packages/testring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"license": "MIT",
"dependencies": {
"@testring/api": "0.5.3",
"@testring/cli": "0.5.3"
}
"@testring/cli": "0.5.3",
"snyk": "^1.189.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit 7a1188e

Please sign in to comment.