diff --git a/src/interfaces/coral_web/package-lock.json b/src/interfaces/coral_web/package-lock.json index 00921f2194..212c0eb234 100644 --- a/src/interfaces/coral_web/package-lock.json +++ b/src/interfaces/coral_web/package-lock.json @@ -15,7 +15,7 @@ "@popperjs/core": "^2.11.8", "@react-hookz/web": "^23.1.0", "@t3-oss/env-nextjs": "^0.7.1", - "@tanstack/react-query": "^5.8.9", + "@tanstack/react-query": "^5.51.11", "@tanstack/react-query-devtools": "^5.8.9", "@types/babel__core": "^7.1.19", "@types/is": "^0.0.21", @@ -2585,9 +2585,10 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.29.0.tgz", - "integrity": "sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==", + "version": "5.51.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.9.tgz", + "integrity": "sha512-HsAwaY5J19MD18ykZDS3aVVh+bAt0i7m6uQlFC2b77DLV9djo+xEN7MWQAQQTR8IM+7r/zbozTQ7P0xr0bHuew==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -2603,11 +2604,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.29.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.29.2.tgz", - "integrity": "sha512-nyuWILR4u7H5moLGSiifLh8kIqQDLNOHGuSz0rcp+J75fNc8aQLyr5+I2JCHU3n+nJrTTW1ssgAD8HiKD7IFBQ==", + "version": "5.51.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.11.tgz", + "integrity": "sha512-4Kq2x0XpDlpvSnaLG+8pHNH60zEc3mBvb3B2tOMDjcPCi/o+Du3p/9qpPLwJOTliVxxPJAP27fuIhLrsRdCr7A==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.29.0" + "@tanstack/query-core": "5.51.9" }, "funding": { "type": "github", diff --git a/src/interfaces/coral_web/package.json b/src/interfaces/coral_web/package.json index 950374ef09..76d77507c6 100644 --- a/src/interfaces/coral_web/package.json +++ b/src/interfaces/coral_web/package.json @@ -21,7 +21,7 @@ "@popperjs/core": "^2.11.8", "@react-hookz/web": "^23.1.0", "@t3-oss/env-nextjs": "^0.7.1", - "@tanstack/react-query": "^5.8.9", + "@tanstack/react-query": "^5.51.11", "@tanstack/react-query-devtools": "^5.8.9", "@types/babel__core": "^7.1.19", "@types/is": "^0.0.21",