Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade cypress from 3.4.1 to 4.11.0 #50

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.22.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- inquirer > lodash:
patched: '2022-03-26T00:42:32.964Z'
- eslint > lodash:
patched: '2022-03-26T00:42:32.964Z'
- eslint > inquirer > lodash:
patched: '2022-03-26T00:42:32.964Z'
- eslint > table > lodash:
patched: '2022-03-26T00:42:32.964Z'
- eslint-plugin-vue > vue-eslint-parser > lodash:
patched: '2022-03-26T00:42:32.964Z'
- cypress > getos > async > lodash:
patched: '2022-03-26T00:42:32.964Z'
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"test": "npm run lint && npm run test:e2e",
"test:e2e": "cross-env PORT=4040 start-server-and-test dev:shell http://localhost:4040 test:e2e:run",
"test:e2e:run": "cypress run --config baseUrl=http://localhost:4040",
"test:open": "cypress open --config baseUrl=http://localhost:8100"
"test:open": "cypress open --config baseUrl=http://localhost:8100",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -39,7 +41,7 @@
"devDependencies": {
"autoprefixer": "^9.1.5",
"cross-env": "^5.2.0",
"cypress": "^3.1.0",
"cypress": "^4.11.0",
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-cypress": "^2.0.1",
Expand All @@ -57,5 +59,9 @@
},
"engines": {
"node": ">=8.10"
},
"snyk": true,
"dependencies": {
"@snyk/protect": "latest"
}
}