diff --git a/data_copilot/frontend/package-lock.json b/data_copilot/frontend/package-lock.json index 2dd9e12..2fb5b41 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.3", "@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.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz", + "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.8.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.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "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..cccb0c4 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.3", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^5.50.0", "@vitejs/plugin-vue": "^5.0.3",