diff --git a/package-lock.json b/package-lock.json index e5e237593..f99c1d8f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/node": "^20.12.8", "axe-core": "^4.9.1", "chai": "^5.1.0", - "cypress": "^13.8.1", + "cypress": "^13.9.0", "cypress-axe": "^1.5.0", "cypress-plugin-tab": "^1.0.5", "dayjs": "^1.11.11", @@ -1574,9 +1574,9 @@ } }, "node_modules/cypress": { - "version": "13.8.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", - "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.9.0.tgz", + "integrity": "sha512-atNjmYfHsvTuCaxTxLZr9xGoHz53LLui3266WWxXJHY7+N6OdwJdg/feEa3T+buez9dmUXHT1izCOklqG82uCQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 1635a4931..02772244f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/node": "^20.12.8", "axe-core": "^4.9.1", "chai": "^5.1.0", - "cypress": "^13.8.1", + "cypress": "^13.9.0", "cypress-axe": "^1.5.0", "cypress-plugin-tab": "^1.0.5", "dayjs": "^1.11.11",