From f6ab097de4a941992a2f05e6171cf31eb04662fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:59:10 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-query in the prod-minor-versions group Bumps the prod-minor-versions group with 1 update: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query). Updates `@tanstack/react-query` from 5.62.0 to 5.62.1 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.62.1/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-versions ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d28d74a9f..f9c908d39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "passport-status", "version": "0.1.0", "dependencies": { - "@tanstack/react-query": "5.62.0", + "@tanstack/react-query": "5.62.1", "cookies-next": "5.0.2", "date-fns": "4.1.0", "formik": "2.4.6", @@ -2352,9 +2352,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.0.tgz", - "integrity": "sha512-sx38bGrqF9bop92AXOvzDr0L9fWDas5zXdPglxa9cuqeVSWS7lY6OnVyl/oodfXjgOGRk79IfCpgVmxrbHuFHg==", + "version": "5.62.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.1.tgz", + "integrity": "sha512-thYv90GkMcfumgmtp6sptC18SqxWwXTCKUuk7jyeHHn7kYouh0VJrowuuBffAIBiR3Z8OnsccmPUnP1leKJBVQ==", "license": "MIT", "funding": { "type": "github", @@ -2362,12 +2362,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.0.tgz", - "integrity": "sha512-tj2ltjAn2a3fs+Dqonlvs6GyLQ/LKVJE2DVSYW+8pJ3P6/VCVGrfqv5UEchmlP7tLOvvtZcOuSyI2ooVlR5Yqw==", + "version": "5.62.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.1.tgz", + "integrity": "sha512-gb4eglrgW+yOeiNPkpqFyN8oLrFafHrHE+q2LzVl7TfyA4fuQluH92NTl6Jed7ae35v+BNtAQng9mykywWLzfA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.62.0" + "@tanstack/query-core": "5.62.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index f8132ce68..ca0733886 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "tsc:validate": "tsc --noEmit --incremental false" }, "dependencies": { - "@tanstack/react-query": "5.62.0", + "@tanstack/react-query": "5.62.1", "cookies-next": "5.0.2", "date-fns": "4.1.0", "formik": "2.4.6",