diff --git a/web_ui/package-lock.json b/web_ui/package-lock.json index 7e129add7..5f71abc2b 100644 --- a/web_ui/package-lock.json +++ b/web_ui/package-lock.json @@ -13229,7 +13229,6 @@ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz", "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", "license": "(MPL-2.0 OR Apache-2.0)", - "optional": true, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } @@ -20532,9 +20531,9 @@ "license": "MIT" }, "node_modules/qs": { - "version": "6.14.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", - "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", + "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -24797,24 +24796,6 @@ "typescript": "^5.8.3" } }, - "packages/eslint-config": { - "name": "@geti/eslint-config", - "version": "1.0.0", - "extraneous": true, - "license": "ISC", - "devDependencies": {}, - "peerDependencies": { - "@eslint/compat": "^1.2.8", - "@typescript-eslint/eslint-plugin": "^8.31.1", - "eslint": "^9.25.1", - "eslint-plugin-header": "^3.1.1", - "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jest": "^28.11.0", - "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-react": "^7.37.5", - "eslint-plugin-react-hooks": "^5.2.0" - } - }, "packages/smart-tools": { "name": "@geti/smart-tools", "version": "1.0.0", @@ -24836,25 +24817,6 @@ "typescript": "^5.8.3" } }, - "packages/test-config": { - "name": "@geti/test-config", - "version": "1.0.0", - "extraneous": true, - "license": "ISC", - "peerDependencies": { - "jest": "^29.7.0" - } - }, - "packages/typescript-config": { - "name": "@geti/typescript-config", - "version": "1.0.0", - "extraneous": true, - "license": "ISC", - "devDependencies": {}, - "peerDependencies": { - "typescript": "^5.7.2" - } - }, "packages/ui": { "name": "@geti/ui", "version": "1.0.0", diff --git a/web_ui/package.json b/web_ui/package.json index f7cf97fe5..8deff508f 100644 --- a/web_ui/package.json +++ b/web_ui/package.json @@ -163,7 +163,7 @@ "msw": { "cookie": "0.7.0" }, - "qs": "6.14.2", + "qs": "6.15.2", "jsonpath": "1.3.0", "dompurify": "^3.4.2" },