From f4bc474bddf3b61fbe3dbad79aac398cf97b0fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:55:16 +0000 Subject: [PATCH] build: bump cypress from 13.15.2 to 13.17.0 in /tests/integration/ui Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.2 to 13.17.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/v13.15.2...v13.17.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... 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 7148f78b4..d098cb80b 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.15.2", + "cypress": "^13.17.0", "typescript": "^5.5.4" } }, @@ -533,9 +533,9 @@ } }, "node_modules/cypress": { - "version": "13.15.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz", - "integrity": "sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/tests/integration/ui/package.json b/tests/integration/ui/package.json index 130eee8eb..16c80196d 100644 --- a/tests/integration/ui/package.json +++ b/tests/integration/ui/package.json @@ -7,7 +7,7 @@ "cypress:open": "cypress open" }, "devDependencies": { - "cypress": "^13.15.2", + "cypress": "^13.17.0", "typescript": "^5.5.4" } }