0

chore(deps): update dependency cypress to v12 (#2421)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-09 12:32:25 -08:00 committed by GitHub
parent 7f0090a24f
commit 9398ef2191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
web/package-lock.json generated
View File

@ -83,7 +83,7 @@
"babel-loader": "9.1.0", "babel-loader": "9.1.0",
"chromatic": "6.11.4", "chromatic": "6.11.4",
"css-loader": "6.7.2", "css-loader": "6.7.2",
"cypress": "^11.0.0", "cypress": "^12.0.0",
"eslint": "8.29.0", "eslint": "8.29.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.0.6", "eslint-config-next": "13.0.6",
@ -16056,9 +16056,9 @@
"dev": true "dev": true
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "11.2.0", "version": "12.0.2",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.2.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.0.2.tgz",
"integrity": "sha512-u61UGwtu7lpsNWLUma/FKNOsrjcI6wleNmda/TyKHe0dOBcVjbCPlp1N6uwFZ0doXev7f/91YDpU9bqDCFeBLA==", "integrity": "sha512-WnLx1DpnbF1vbpDBkgP14rK5yS3U+Gvxrv2fsB4Owma26oIyENj7DDRnsJbSZuTfG4mcuUJxAkRHJR2wBqBfMA==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -16109,7 +16109,7 @@
"cypress": "bin/cypress" "cypress": "bin/cypress"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": "^14.0.0 || ^16.0.0 || >=18.0.0"
} }
}, },
"node_modules/cypress/node_modules/@types/node": { "node_modules/cypress/node_modules/@types/node": {

View File

@ -88,7 +88,7 @@
"chromatic": "6.11.4", "chromatic": "6.11.4",
"css-loader": "6.7.2", "css-loader": "6.7.2",
"eslint": "8.29.0", "eslint": "8.29.0",
"cypress": "^11.0.0", "cypress": "^12.0.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.0.6", "eslint-config-next": "13.0.6",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",