From c6047fca148f43207bbd3dcd13f1c2ec7937cf8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:15:26 +0000 Subject: [PATCH] build(deps-dev): bump cypress in /src/test/K8s-tests Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.14.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.13.2...v13.14.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 de2da53ec..be83974ba 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.4.1", - "cypress": "^13.13.2", + "cypress": "^13.14.1", "cypress-multi-reporters": "^1.2.3", "eslint": "^9.8.0", "eslint-plugin-chai-friendly": "^1.0.1", @@ -999,9 +999,9 @@ } }, "node_modules/cypress": { - "version": "13.13.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz", - "integrity": "sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==", + "version": "13.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", + "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index 412d04485..3dc802ca1 100644 --- a/src/test/K8s-tests/package.json +++ b/src/test/K8s-tests/package.json @@ -4,7 +4,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^19.4.1", - "cypress": "^13.13.2", + "cypress": "^13.14.1", "cypress-multi-reporters": "^1.2.3", "eslint": "^9.8.0", "eslint-plugin-chai-friendly": "^1.0.1",