diff --git a/services/frontend/package-lock.json b/services/frontend/package-lock.json index 3171022f..ae3ca800 100644 --- a/services/frontend/package-lock.json +++ b/services/frontend/package-lock.json @@ -29,7 +29,7 @@ "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "bulma": "^1.0.1", - "cypress": "^13.0.0", + "cypress": "^14.0.0", "eslint": "^8.26.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-cypress": "^3.0.0", @@ -1949,9 +1949,9 @@ } }, "node_modules/cypress": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", - "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.0.tgz", + "integrity": "sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -2004,7 +2004,7 @@ "cypress": "bin/cypress" }, "engines": { - "node": "^16.0.0 || ^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" } }, "node_modules/dashdash": { diff --git a/services/frontend/package.json b/services/frontend/package.json index ae4cbb69..3d9f2490 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "bulma": "^1.0.1", - "cypress": "^13.0.0", + "cypress": "^14.0.0", "eslint": "^8.26.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-cypress": "^3.0.0",