Skip to content

Commit 5afd635

Browse files
committed
fix: package.json, yarn.lock & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent ed827fb commit 5afd635

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ patch:
6868
patched: '2020-05-18T14:51:52.339Z'
6969
- serverless > @serverless/components > @serverless/platform-client-china > @serverless/utils-china > @tencent-sdk/capi > request-promise-native > request-promise-core > lodash:
7070
patched: '2020-05-18T14:51:52.339Z'
71+
- serverless > json-refs > lodash:
72+
patched: '2020-06-08T08:10:57.712Z'
73+
- serverless > @serverless/inquirer > inquirer > lodash:
74+
patched: '2020-06-08T08:10:57.712Z'
7175
'npm:debug:20170905':
7276
- serverless > @serverless/components > @serverless/platform-client-china > @serverless/utils-china > socket.io-stream > debug:
7377
patched: '2020-05-18T14:51:52.339Z'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"chrome-aws-lambda": "^2.0.2",
2727
"puppeteer-core": "^2.1.1",
28-
"snyk": "^1.321.0"
28+
"snyk": "^1.336.0"
2929
},
3030
"scripts": {
3131
"snyk-protect": "snyk protect",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5751,7 +5751,7 @@ snyk-try-require@1.3.1, snyk-try-require@^1.1.1, snyk-try-require@^1.3.1:
57515751
lru-cache "^4.0.0"
57525752
then-fs "^2.0.0"
57535753

5754-
snyk@^1.321.0:
5754+
snyk@1.336.0, snyk@^1.336.0:
57555755
version "1.336.0"
57565756
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.336.0.tgz#674056ea4f444d33cc23263845eea903d60b686c"
57575757
integrity sha512-Dzk2xpaHZahZmjM8s3VHRPJgU1q28MAZr1TfnuRLIGDRT4eRiUdiFWdFMC6xqto7VJGJr31HYn1Di4Luv/1Bgg==

0 commit comments

Comments
 (0)