diff --git a/data_copilot/frontend/package-lock.json b/data_copilot/frontend/package-lock.json index 2dd9e12..8079059 100644 --- a/data_copilot/frontend/package-lock.json +++ b/data_copilot/frontend/package-lock.json @@ -26,7 +26,7 @@ "@rushstack/eslint-patch": "^1.7.0", "@types/d3": "^7.4.3", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.5", + "@types/node": "^24.7.2", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^5.50.0", "@vitejs/plugin-vue": "^5.0.3", @@ -1368,12 +1368,13 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, "node_modules/@types/node": { - "version": "20.11.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", - "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "version": "24.7.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", + "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.14.0" } }, "node_modules/@types/qs": { @@ -9736,10 +9737,11 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", + "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", + "dev": true, + "license": "MIT" }, "node_modules/universalify": { "version": "2.0.1", diff --git a/data_copilot/frontend/package.json b/data_copilot/frontend/package.json index 72b1c64..4714416 100644 --- a/data_copilot/frontend/package.json +++ b/data_copilot/frontend/package.json @@ -33,7 +33,7 @@ "@rushstack/eslint-patch": "^1.7.0", "@types/d3": "^7.4.3", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.5", + "@types/node": "^24.7.2", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^5.50.0", "@vitejs/plugin-vue": "^5.0.3",