Skip to content

Commit

Permalink
Merge 3028ba0 into 5136a34
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 30, 2020
2 parents 5136a34 + 3028ba0 commit 56111fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/http-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.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- request-promise-native > request-promise-core > lodash:
patched: '2020-04-30T23:56:54.996Z'
10 changes: 8 additions & 2 deletions packages/http-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"@types/request-promise-native": "1.0.15",
"@types/tough-cookie": "2.3.3",
"request-promise-native": "1.0.7",
"tough-cookie": "2.4.3"
}
"tough-cookie": "2.4.3",
"snyk": "^1.316.1"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit 56111fc

Please sign in to comment.