Skip to content

Commit dc65f14

Browse files
committed
fix: packages/@vue/cli-plugin-e2e-cypress/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433
1 parent 869c4b4 commit dc65f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-e2e-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@vue/cli-shared-utils": "^3.0.0-rc.3",
26-
"cypress": "^3.0.0",
26+
"cypress": "^7.4.0",
2727
"eslint-plugin-cypress": "^2.0.1"
2828
}
2929
}

0 commit comments

Comments
 (0)