diff --git a/package-lock.json b/package-lock.json index c9b48958b..38bc07c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11670,9 +11670,9 @@ } }, "node_modules/cypress": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", - "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", + "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -11715,7 +11715,7 @@ "request-progress": "^3.0.0", "semver": "^7.5.3", "supports-color": "^8.1.1", - "tmp": "~0.2.1", + "tmp": "~0.2.3", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -33909,7 +33909,7 @@ "version": "2024.3.23", "license": "MIT", "dependencies": { - "cypress": "13.12.0", + "cypress": "13.13.0", "cypress-axe": "1.5.0", "eslint-plugin-cypress": "3.3.0" }, diff --git a/packages/cypress-config/package.json b/packages/cypress-config/package.json index 7b0014eba..058239841 100644 --- a/packages/cypress-config/package.json +++ b/packages/cypress-config/package.json @@ -8,7 +8,7 @@ "bugs": "https://github.com/davidsneighbour/configurations/issues", "homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/cypress-config", "dependencies": { - "cypress": "13.12.0", + "cypress": "13.13.0", "cypress-axe": "1.5.0", "eslint-plugin-cypress": "3.3.0" },