[Snyk] Fix for 1 vulnerabilities (#20484)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202

Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
This commit is contained in:
Snyk bot 2020-02-07 05:53:52 +01:00 committed by GitHub
parent 38f7e7b9f0
commit 075a3403d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2069 additions and 293 deletions

8
.snyk Normal file
View File

@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- cypress > getos > async > lodash:
patched: '2020-01-31T01:35:12.802Z'

View File

@ -1,5 +1,11 @@
{
"dependencies": {
"cypress": "^3.1.4"
}
"cypress": "^3.4.1",
"snyk": "^1.288.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
}

2344
yarn.lock

File diff suppressed because it is too large Load Diff