From 5a53532d3579c688408f172cb02c68a53b15315d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:59:03 +0000 Subject: [PATCH] Bump @types/node from 20.11.5 to 24.0.1 in /data_copilot/frontend Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.5 to 24.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- data_copilot/frontend/package-lock.json | 20 +++++++++++--------- data_copilot/frontend/package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/data_copilot/frontend/package-lock.json b/data_copilot/frontend/package-lock.json index 2dd9e12..16a4fa8 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.1", "@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.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.1.tgz", + "integrity": "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==", "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..fb2c4f7 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.1", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^5.50.0", "@vitejs/plugin-vue": "^5.0.3",