diff --git a/package.json b/package.json index c03ac9ed..905ea39f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^5.1.0", "@vue/test-utils": "^1.3.0", - "cypress": "^9.5.0", + "cypress": "^9.5.1", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-vue": "^7.20.0", diff --git a/yarn.lock b/yarn.lock index e1d290f6..fb7c88fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2162,10 +2162,10 @@ cssstyle@^2.3.0: dependencies: cssom "~0.3.6" -cypress@^9.5.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.5.0.tgz#704a79f0d3d4e775f433334eb8f5ae065e3bea31" - integrity sha512-rC5QPolKsVjJ8QJZ7IeZ6HlKM4gswBGZc0XvoAJNL8urQCSL8zTX0A/ai/h35WfF47NQ0iSZnwIXBlHX3MOUIQ== +cypress@^9.5.1: + version "9.5.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.5.1.tgz#51162f3688cedf5ffce311b914ef49a7c1ece076" + integrity sha512-H7lUWB3Svr44gz1rNnj941xmdsCljXoJa2cDneAltjI9leKLMQLm30x6jLlpQ730tiVtIbW5HdUmBzPzwzfUQg== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"