From 6266c1ae267dc0284059381b3ae83b6f49c3d4fc Mon Sep 17 00:00:00 2001 From: Walmyr Date: Thu, 19 Sep 2024 02:14:51 +0200 Subject: [PATCH] Upgrade cypress to v13.14.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a8a09f..20b7053 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "axe-core": "^4.10.0", - "cypress": "^13.14.0", + "cypress": "^13.14.2", "cypress-axe": "^1.5.0" } }, @@ -540,9 +540,9 @@ } }, "node_modules/cypress": { - "version": "13.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.0.tgz", - "integrity": "sha512-r0+nhd033x883YL6068futewUsl02Q7rWiinyAAIBDW/OOTn+UMILWgNuCiY3vtJjd53efOqq5R9dctQk/rKiw==", + "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", diff --git a/package.json b/package.json index a5b0f70..c135d09 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "MIT", "devDependencies": { "axe-core": "^4.10.0", - "cypress": "^13.14.0", + "cypress": "^13.14.2", "cypress-axe": "^1.5.0" } }