diff --git a/data_copilot/frontend/package-lock.json b/data_copilot/frontend/package-lock.json index 2dd9e12..5ab9c66 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": "^22.15.17", "@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": "22.15.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz", + "integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.21.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": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "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..f764c05 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": "^22.15.17", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^5.50.0", "@vitejs/plugin-vue": "^5.0.3",