From 420c9dd7db288e1e34aa66802487747df5b38b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:04:54 +0000 Subject: [PATCH] build: bump cypress in /tests/integration/ui in the frontend-deps group Bumps the frontend-deps group in /tests/integration/ui with 1 update: [cypress](https://github.com/cypress-io/cypress). Updates `cypress` from 15.3.0 to 15.5.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v15.3.0...v15.5.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-deps ... Signed-off-by: dependabot[bot] --- tests/integration/ui/package-lock.json | 8 ++++---- tests/integration/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }