From 8bde2e7ed358adbfcf5dfe6865cc4cd524f0c9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:20:14 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.12.2 to 5.17.0 in /src/main/webui Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.12.2 to 5.17.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.17.0/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/main/webui/package-lock.json | 30 +++++++++++++++--------------- src/main/webui/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/main/webui/package-lock.json b/src/main/webui/package-lock.json index a039e3d..c8f439a 100644 --- a/src/main/webui/package-lock.json +++ b/src/main/webui/package-lock.json @@ -9,7 +9,7 @@ "version": "10.0.9", "license": "MIT", "dependencies": { - "@tanstack/react-query": "5.12.2", + "@tanstack/react-query": "5.17.0", "@tanstack/react-query-devtools": "5.13.3", "axios": "1.6.2", "dompurify": "3.0.6", @@ -4815,9 +4815,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.12.1.tgz", - "integrity": "sha512-WbZztNmKq0t6QjdNmHzezbi/uifYo9j6e2GLJkodsYaYUlzMbAp91RDyeHkIZrm7EfO4wa6Sm5sxJZm5SPlh6w==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.0.tgz", + "integrity": "sha512-LoBaPtbMY26kRS+ohII4thTsWkJJsXKGitOLikTo2aqPA4yy7cfFJITs8DRnuERT7tLF5xfG9Lnm33Vp/38Vmw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -4833,11 +4833,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.12.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.12.2.tgz", - "integrity": "sha512-BeWZu8zVFH20oRc+S/K9ADPgWjEzP/XQCGBNz5IbApUwPQAdwkQYbXODVL5AyAlWiSxhx+P2xlARPBApj2Yrog==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.0.tgz", + "integrity": "sha512-iNSn6ZA7mHUjrT0a271eKoa1oR1HznlrGbb475awft1kuP3zrhyUCrI8tlGowOr7zRoAxJholjwxO+gfz1IObw==", "dependencies": { - "@tanstack/query-core": "5.12.1" + "@tanstack/query-core": "5.17.0" }, "funding": { "type": "github", @@ -23800,9 +23800,9 @@ } }, "@tanstack/query-core": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.12.1.tgz", - "integrity": "sha512-WbZztNmKq0t6QjdNmHzezbi/uifYo9j6e2GLJkodsYaYUlzMbAp91RDyeHkIZrm7EfO4wa6Sm5sxJZm5SPlh6w==" + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.0.tgz", + "integrity": "sha512-LoBaPtbMY26kRS+ohII4thTsWkJJsXKGitOLikTo2aqPA4yy7cfFJITs8DRnuERT7tLF5xfG9Lnm33Vp/38Vmw==" }, "@tanstack/query-devtools": { "version": "5.13.3", @@ -23810,11 +23810,11 @@ "integrity": "sha512-1acztPKZexvM9Ns2T0aq4rMVSDA3VGdB73KF7zT/KNVl6VfnBvs24wuIRVSPZKqyZznZTzT3/DzcpntYqg9hmw==" }, "@tanstack/react-query": { - "version": "5.12.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.12.2.tgz", - "integrity": "sha512-BeWZu8zVFH20oRc+S/K9ADPgWjEzP/XQCGBNz5IbApUwPQAdwkQYbXODVL5AyAlWiSxhx+P2xlARPBApj2Yrog==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.0.tgz", + "integrity": "sha512-iNSn6ZA7mHUjrT0a271eKoa1oR1HznlrGbb475awft1kuP3zrhyUCrI8tlGowOr7zRoAxJholjwxO+gfz1IObw==", "requires": { - "@tanstack/query-core": "5.12.1" + "@tanstack/query-core": "5.17.0" } }, "@tanstack/react-query-devtools": { diff --git a/src/main/webui/package.json b/src/main/webui/package.json index 5b39698..88436d5 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -10,7 +10,7 @@ }, "license": "MIT", "dependencies": { - "@tanstack/react-query": "5.12.2", + "@tanstack/react-query": "5.17.0", "@tanstack/react-query-devtools": "5.13.3", "axios": "1.6.2", "dompurify": "3.0.6",