From cd76b61078a48f5adc0140c8544083e2cf317233 Mon Sep 17 00:00:00 2001 From: Walmyr Date: Thu, 29 Aug 2024 00:13:26 +0200 Subject: [PATCH] Upgrade cypress to v13.14.0 --- 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 355b6e4..8a8a09f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "axe-core": "^4.10.0", - "cypress": "^13.13.3", + "cypress": "^13.14.0", "cypress-axe": "^1.5.0" } }, @@ -540,9 +540,9 @@ } }, "node_modules/cypress": { - "version": "13.13.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", - "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", + "version": "13.14.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.0.tgz", + "integrity": "sha512-r0+nhd033x883YL6068futewUsl02Q7rWiinyAAIBDW/OOTn+UMILWgNuCiY3vtJjd53efOqq5R9dctQk/rKiw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 0e96e30..a5b0f70 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "MIT", "devDependencies": { "axe-core": "^4.10.0", - "cypress": "^13.13.3", + "cypress": "^13.14.0", "cypress-axe": "^1.5.0" } }