diff --git a/src/test/K8s-tests/package-lock.json b/src/test/K8s-tests/package-lock.json index 05c92c35e..d7d8214ec 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.13.0", + "cypress": "^13.13.2", "cypress-multi-reporters": "^1.2.3", "eslint": "^9.6.0", "eslint-plugin-chai-friendly": "^1.0.1", @@ -999,13 +999,13 @@ } }, "node_modules/cypress": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", - "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", + "version": "13.13.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz", + "integrity": "sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==", "dev": true, "hasInstallScript": true, "dependencies": { - "@cypress/request": "^3.0.0", + "@cypress/request": "^3.0.1", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index a73a21c11..928407c8c 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.13.0", + "cypress": "^13.13.2", "cypress-multi-reporters": "^1.2.3", "eslint": "^9.6.0", "eslint-plugin-chai-friendly": "^1.0.1",