From 529b418ff045af54e21a831fb0fd2d2aa4013349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 23:44:47 +0000 Subject: [PATCH] chore(deps): bump @tanstack/react-start in the tanstack group Bumps the tanstack group with 1 update: [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start). Updates `@tanstack/react-start` from 1.166.15 to 1.166.16 - [Release notes](https://github.com/TanStack/router/releases) - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md) - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.166.16/packages/react-start) --- updated-dependencies: - dependency-name: "@tanstack/react-start" dependency-version: 1.166.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tanstack ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/dashboard/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6b02ee..4ae7bf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5366,9 +5366,9 @@ } }, "node_modules/@tanstack/react-start": { - "version": "1.166.15", - "resolved": "https://registry.npmjs.org/@tanstack/react-start/-/react-start-1.166.15.tgz", - "integrity": "sha512-rT3wo18ANH+KrnjqhfMGmkCcFwtmYIQlnbed6HUCe5z+DJfTOWGnx16o7GGg1F1PXUoAKeOhZyZnLUJeI8B95Q==", + "version": "1.166.16", + "resolved": "https://registry.npmjs.org/@tanstack/react-start/-/react-start-1.166.16.tgz", + "integrity": "sha512-WHISr2Y/lr8L8VF8l8VsnpRutd1kElsU1z/58SxbMwIosu9X05KrrDFI+hqONyIygUfVakpYW084U0hw5eapTQ==", "license": "MIT", "dependencies": { "@tanstack/react-router": "1.167.4", @@ -5376,7 +5376,7 @@ "@tanstack/react-start-server": "1.166.13", "@tanstack/router-utils": "^1.161.6", "@tanstack/start-client-core": "1.166.12", - "@tanstack/start-plugin-core": "1.166.15", + "@tanstack/start-plugin-core": "1.167.0", "@tanstack/start-server-core": "1.166.12", "pathe": "^2.0.3" }, @@ -5662,9 +5662,9 @@ } }, "node_modules/@tanstack/start-plugin-core": { - "version": "1.166.15", - "resolved": "https://registry.npmjs.org/@tanstack/start-plugin-core/-/start-plugin-core-1.166.15.tgz", - "integrity": "sha512-uaeonJHN7mDQJrPjjIxDNFF+ciQL1OJeLGXUgZkLocBErTzRBLPkgGMnREf3zIpr/FTm+cM0gROLEKIZ/KQeSQ==", + "version": "1.167.0", + "resolved": "https://registry.npmjs.org/@tanstack/start-plugin-core/-/start-plugin-core-1.167.0.tgz", + "integrity": "sha512-6kJmojXjGE7rIhEnnVmk/uPAHHY469OWMRZeHm9bDk9oxm6toIoT0a7M/rqeqC2elg+J20b2rWSVERd63M1hqA==", "license": "MIT", "dependencies": { "@babel/code-frame": "7.27.1", @@ -17334,7 +17334,7 @@ "@tanstack/react-router": "^1.167.4", "@tanstack/react-router-devtools": "^1.166.9", "@tanstack/react-router-ssr-query": "^1.166.9", - "@tanstack/react-start": "^1.166.15", + "@tanstack/react-start": "^1.166.16", "@tanstack/router-plugin": "^1.157.18", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 4a11a66..ce377e5 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -28,7 +28,7 @@ "@tanstack/react-router": "^1.167.4", "@tanstack/react-router-devtools": "^1.166.9", "@tanstack/react-router-ssr-query": "^1.166.9", - "@tanstack/react-start": "^1.166.15", + "@tanstack/react-start": "^1.166.16", "@tanstack/router-plugin": "^1.157.18", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",