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",