diff --git a/package-lock.json b/package-lock.json index 2ec9b22894cc..6e4425ab78cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15365,9 +15365,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": { @@ -36172,7 +36172,7 @@ "name": "@taiga-ui/demo-cypress", "devDependencies": { "@nx/cypress": "18.3.4", - "cypress": "13.8.1" + "cypress": "13.9.0" } }, "projects/demo-playwright": { diff --git a/projects/demo-cypress/package.json b/projects/demo-cypress/package.json index 70fae93c239e..07a6ee2349b7 100644 --- a/projects/demo-cypress/package.json +++ b/projects/demo-cypress/package.json @@ -3,6 +3,6 @@ "private": true, "devDependencies": { "@nx/cypress": "18.3.4", - "cypress": "13.8.1" + "cypress": "13.9.0" } }