diff --git a/tests/integration/ui/package-lock.json b/tests/integration/ui/package-lock.json index 7f4e76402..84eeeaa79 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": "^13.14.1", + "cypress": "^13.14.2", "typescript": "^5.5.4" } }, @@ -533,9 +533,9 @@ } }, "node_modules/cypress": { - "version": "13.14.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", - "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", + "version": "13.14.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz", + "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/tests/integration/ui/package.json b/tests/integration/ui/package.json index e4c8593ff..fbbaf6dfe 100644 --- a/tests/integration/ui/package.json +++ b/tests/integration/ui/package.json @@ -7,7 +7,7 @@ "cypress:open": "cypress open" }, "devDependencies": { - "cypress": "^13.14.1", + "cypress": "^13.14.2", "typescript": "^5.5.4" } }