diff --git a/package-lock.json b/package-lock.json index 7e09ece..7c263d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-prettier": "^9.0.0", "@vue/test-utils": "^2.4.6", - "cypress": "^13.12.0", + "cypress": "^13.14.2", "eslint": "^8.57.0", "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-vue": "^9.23.0", @@ -2309,10 +2309,11 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "13.13.3", + "version": "13.14.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz", + "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.1", "@cypress/xvfb": "^1.2.4", @@ -8637,7 +8638,9 @@ "version": "3.1.3" }, "cypress": { - "version": "13.13.3", + "version": "13.14.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz", + "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==", "dev": true, "requires": { "@cypress/request": "^3.0.1", diff --git a/package.json b/package.json index e08cd67..3f0dbcc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-prettier": "^9.0.0", "@vue/test-utils": "^2.4.6", - "cypress": "^13.12.0", + "cypress": "^13.14.2", "eslint": "^8.57.0", "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-vue": "^9.23.0",