Browse Source

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/2426/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
9398ef2191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      web/package-lock.json
  2. 2
      web/package.json

10
web/package-lock.json generated

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

2
web/package.json

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

Loading…
Cancel
Save