diff --git a/package-lock.json b/package-lock.json index eb325a984..5785810d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "amplitude-js": "^8.21.9", "axe-core": "^4.10.0", "clsx": "^2.1.1", - "cypress": "^13.13.0", + "cypress": "^13.13.3", "cypress-axe": "^1.4.0", "date-fns": "^3.6.0", "eslint": "^8.57.0", @@ -4934,13 +4934,13 @@ "dev": true }, "node_modules/cypress": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", - "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", + "version": "13.13.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", + "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", "dev": true, "hasInstallScript": true, "dependencies": { - "@cypress/request": "^3.0.0", + "@cypress/request": "^3.0.1", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", diff --git a/package.json b/package.json index ee5af064a..ccb2eb01f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "amplitude-js": "^8.21.9", "axe-core": "^4.10.0", "clsx": "^2.1.1", - "cypress": "^13.13.0", + "cypress": "^13.13.3", "cypress-axe": "^1.4.0", "date-fns": "^3.6.0", "eslint": "^8.57.0",