From 3a68440cdd03708664ebb4d80ef82eee52723646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:17:21 +0000 Subject: [PATCH] chore(deps): bump the production group in /patchnotes-web with 3 updates Bumps the production group in /patchnotes-web with 3 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) and [zustand](https://github.com/pmndrs/zustand). Updates `@tanstack/react-query` from 5.90.21 to 5.91.0 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.91.0/packages/react-query) Updates `@tanstack/react-router` from 1.166.7 to 1.167.5 - [Release notes](https://github.com/TanStack/router/releases) - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.167.5/packages/react-router) Updates `zustand` from 5.0.11 to 5.0.12 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.11...v5.0.12) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.91.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: "@tanstack/react-router" dependency-version: 1.167.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: zustand dependency-version: 5.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] --- patchnotes-web/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patchnotes-web/package.json b/patchnotes-web/package.json index 275949c8..6c5beb87 100644 --- a/patchnotes-web/package.json +++ b/patchnotes-web/package.json @@ -29,14 +29,14 @@ "dependencies": { "@stytch/react": "^20.0.4", "@tanstack/react-pacer": "^0.20.0", - "@tanstack/react-query": "^5.90.21", - "@tanstack/react-router": "^1.166.7", + "@tanstack/react-query": "^5.91.0", + "@tanstack/react-router": "^1.167.5", "lucide-react": "^0.577.0", "react": "catalog:", "react-dom": "^19.2.4", "react-error-boundary": "^6.1.0", "react-markdown": "^10.1.0", - "zustand": "^5.0.11" + "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^10.0.1",