diff --git a/tests/integration/ui/package-lock.json b/tests/integration/ui/package-lock.json index 27a7fb7d8..8f1d4f34c 100644 --- a/tests/integration/ui/package-lock.json +++ b/tests/integration/ui/package-lock.json @@ -8,7 +8,7 @@ "name": "ui", "version": "0.0.0", "devDependencies": { - "cypress": "^15.3.0", + "cypress": "^15.5.0", "typescript": "^5.9.3" } }, @@ -559,9 +559,9 @@ } }, "node_modules/cypress": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.3.0.tgz", - "integrity": "sha512-g9rDhoK9y8wW4Vx3Ppr8dtfvThXxPL3mJsV5e98fG+6EerrhXKmeRT2sL86cvNRtEZouXJfsuVL1lqiMuGNGcg==", + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.5.0.tgz", + "integrity": "sha512-7jXBsh5hTfjxr9QQONC2IbdTj0nxSyU8x4eiarMZBzXzCj3pedKviUx8JnLcE4vL8e0TsOzp70WSLRORjEssRA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/tests/integration/ui/package.json b/tests/integration/ui/package.json index 37a763e31..6595bd584 100644 --- a/tests/integration/ui/package.json +++ b/tests/integration/ui/package.json @@ -7,7 +7,7 @@ "cypress:open": "cypress open" }, "devDependencies": { - "cypress": "^15.3.0", + "cypress": "^15.5.0", "typescript": "^5.9.3" } }