diff --git a/package-lock.json b/package-lock.json index 29a200f84..d6632552c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/node": "^22.4.1", "axe-core": "^4.10.0", "chai": "^5.1.1", - "cypress": "^13.13.2", + "cypress": "^13.13.3", "cypress-axe": "^1.5.0", "cypress-plugin-tab": "^1.0.5", "dayjs": "^1.11.12", @@ -1701,9 +1701,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.13.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz", - "integrity": "sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==", + "version": "13.13.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", + "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 896f587cf..d186bff68 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/node": "^22.4.1", "axe-core": "^4.10.0", "chai": "^5.1.1", - "cypress": "^13.13.2", + "cypress": "^13.13.3", "cypress-axe": "^1.5.0", "cypress-plugin-tab": "^1.0.5", "dayjs": "^1.11.12",