From 6bd2e282e2e31a9e666f0d8c6284b8c2d7d458ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:29:02 +0000 Subject: [PATCH] npm(dashboard): bump @types/node in /control-plane/dashboard-ui Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.4 to 26.1.0. - [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: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- control-plane/dashboard-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-plane/dashboard-ui/package.json b/control-plane/dashboard-ui/package.json index 6a3e940..a4fec8d 100644 --- a/control-plane/dashboard-ui/package.json +++ b/control-plane/dashboard-ui/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@tanstack/router-plugin": "^1.130.0", - "@types/node": "^25.6.0", + "@types/node": "^26.1.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1",