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",