diff --git a/internal/http/frontend/package-lock.json b/internal/http/frontend/package-lock.json index e30b11ff6..a6c6ba3ba 100644 --- a/internal/http/frontend/package-lock.json +++ b/internal/http/frontend/package-lock.json @@ -25,7 +25,7 @@ "@vitest/ui": "^2.1.1", "@vue/eslint-config-prettier": "^9.0.0", "axios": "^1.7.7", - "cypress": "^13.15.0", + "cypress": "^13.15.1", "cypress-mochawesome-reporter": "^3.8.2", "cypress-multi-reporters": "^1.6.4", "cypress-wait-for-stable-dom": "^0.1.0", @@ -2266,9 +2266,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.0.tgz", - "integrity": "sha512-53aO7PwOfi604qzOkCSzNlWquCynLlKE/rmmpSPcziRH6LNfaDUAklQT6WJIsD8ywxlIy+uVZsnTMCCQVd2kTw==", + "version": "13.15.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.1.tgz", + "integrity": "sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -2313,6 +2313,7 @@ "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -6264,6 +6265,16 @@ "node": ">= 4.0.0" } }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "license": "MIT", + "bin": { + "tree-kill": "cli.js" + } + }, "node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", diff --git a/internal/http/frontend/package.json b/internal/http/frontend/package.json index 227fa31a1..4d0437f6a 100644 --- a/internal/http/frontend/package.json +++ b/internal/http/frontend/package.json @@ -37,7 +37,7 @@ "@vitest/ui": "^2.1.1", "@vue/eslint-config-prettier": "^9.0.0", "axios": "^1.7.7", - "cypress": "^13.15.0", + "cypress": "^13.15.1", "cypress-mochawesome-reporter": "^3.8.2", "cypress-multi-reporters": "^1.6.4", "cypress-wait-for-stable-dom": "^0.1.0",