diff --git a/package.json b/package.json index 99eb4a23..b0c0d01f 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.47.0", "@typescript-eslint/parser": "^5.47.0", - "cypress": "^12.1.0", + "cypress": "^12.2.0", "dotenv-flow": "^3.2.0", "eslint": "^8.30.0", "eslint-config-prettier": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index 634c8007..d57374a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2983,10 +2983,10 @@ csstype@^3.0.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2" integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA== -cypress@^12.1.0: - version "12.1.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.1.0.tgz#1fdaa631bc30df466dc9505154616f4cf69dbd4b" - integrity sha512-7fz8N84uhN1+ePNDsfQvoWEl4P3/VGKKmAg+bJQFY4onhA37Ys+6oBkGbNdwGeC7n2QqibNVPhk8x3YuQLwzfw== +cypress@^12.2.0: + version "12.2.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.2.0.tgz#86ddc1ecfffadf57a8689e211cfb4437735f4e92" + integrity sha512-kvl95ri95KK8mAy++tEU/wUgzAOMiIciZSL97LQvnOinb532m7dGvwN0mDSIGbOd71RREtmT9o4h088RjK5pKw== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"