From 426a65081d74f057b490cacf14fe8f5ab762e964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:54:31 +0100 Subject: [PATCH] build(deps-dev): bump cypress from 13.16.1 to 13.17.0 in /tests/ui (#1212) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.1 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.16.1...v13.17.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/ui/package-lock.json | 9 ++++----- tests/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/ui/package-lock.json b/tests/ui/package-lock.json index c11e4849f..ff14735e0 100644 --- a/tests/ui/package-lock.json +++ b/tests/ui/package-lock.json @@ -7,7 +7,7 @@ "name": "ui-tests", "devDependencies": { "@kubernetes/client-node": "0.22.3", - "cypress": "13.16.1", + "cypress": "13.17.0", "cypress-file-upload": "5.0.8", "js-yaml": "4.1.0", "typescript": "5.7.2" @@ -757,12 +757,11 @@ } }, "node_modules/cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "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, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", diff --git a/tests/ui/package.json b/tests/ui/package.json index b52c5fdc6..8750daaba 100644 --- a/tests/ui/package.json +++ b/tests/ui/package.json @@ -9,7 +9,7 @@ "start-k3d": "./scripts/k3d-local-dev.sh" }, "devDependencies": { - "cypress": "13.16.1", + "cypress": "13.17.0", "cypress-file-upload": "5.0.8", "js-yaml": "4.1.0", "typescript": "5.7.2",