Skip to content

Commit

Permalink
fix: packages/api/.snyk & packages/api/package.json to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities

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
1 parent bf0edbf commit fd60436
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/api/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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/http-api > request-promise-native > request-promise-core > lodash':
patched: '2019-07-04T00:48:09.508Z'
10 changes: 8 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"@testring/transport": "0.5.3",
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3",
"@testring/web-application": "0.5.3"
}
"@testring/web-application": "0.5.3",
"snyk": "^1.189.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit fd60436

Please sign in to comment.