diff --git a/data_copilot/frontend/package-lock.json b/data_copilot/frontend/package-lock.json index 2dd9e12..60c506b 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.0.7", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^5.50.0", "@vitejs/plugin-vue": "^5.0.3", @@ -1368,12 +1368,12 @@ "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.0.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz", + "integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==", "dev": true, "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.8.0" } }, "node_modules/@types/qs": { @@ -9736,9 +9736,9 @@ } }, "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==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", "dev": true }, "node_modules/universalify": { diff --git a/data_copilot/frontend/package.json b/data_copilot/frontend/package.json index 72b1c64..b40f8ca 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.0.7", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^5.50.0", "@vitejs/plugin-vue": "^5.0.3",