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