From 17383c8e2509f4a223795f43d81490f56e70e396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:01:21 +0000 Subject: [PATCH] Bump cypress from 13.7.3 to 13.8.1 in /src/test/K8s-tests Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.3 to 13.8.1. - [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.7.3...v13.8.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/test/K8s-tests/package-lock.json | 8 ++++---- src/test/K8s-tests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/K8s-tests/package-lock.json b/src/test/K8s-tests/package-lock.json index d4edf118e..05f439840 100644 --- a/src/test/K8s-tests/package-lock.json +++ b/src/test/K8s-tests/package-lock.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^19.2.2", - "cypress": "^13.3.0", + "cypress": "^13.8.1", "cypress-multi-reporters": "^1.2.3", "eslint": "^8.52.0", "eslint-plugin-cypress": "^2.15.1", @@ -1206,9 +1206,9 @@ } }, "node_modules/cypress": { - "version": "13.7.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", - "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", + "version": "13.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", + "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index b50d71bc3..9a30102b9 100644 --- a/src/test/K8s-tests/package.json +++ b/src/test/K8s-tests/package.json @@ -4,7 +4,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^19.2.2", - "cypress": "^13.3.0", + "cypress": "^13.8.1", "cypress-multi-reporters": "^1.2.3", "eslint": "^8.52.0", "eslint-plugin-cypress": "^2.15.1",