Merge pull request #448 from community-scripts/dependabot/npm_and_yarn/tanstack/react-query-5.90.17

This commit is contained in:
Michel Roegl-Brunner
2026-01-15 14:24:10 +01:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@radix-ui/react-slot": "^1.2.4",
"@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-query": "^5.90.17",
"@trpc/client": "^11.8.1",
"@trpc/react-query": "^11.8.1",
"@trpc/server": "^11.8.1",
@@ -3719,9 +3719,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.90.16",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.16.tgz",
"integrity": "sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww==",
"version": "5.90.17",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.17.tgz",
"integrity": "sha512-hDww+RyyYhjhUfoYQ4es6pbgxY7LNiPWxt4l1nJqhByjndxJ7HIjDxTBtfvMr5HwjYavMrd+ids5g4Rfev3lVQ==",
"license": "MIT",
"funding": {
"type": "github",
@@ -3729,12 +3729,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.90.16",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.16.tgz",
"integrity": "sha512-bpMGOmV4OPmif7TNMteU/Ehf/hoC0Kf98PDc0F4BZkFrEapRMEqI/V6YS0lyzwSV6PQpY1y4xxArUIfBW5LVxQ==",
"version": "5.90.17",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.17.tgz",
"integrity": "sha512-PGc2u9KLwohDUSchjW9MZqeDQJfJDON7y4W7REdNBgiFKxQy+Pf7eGjiFWEj5xPqKzAeHYdAb62IWI1a9UJyGQ==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.90.16"
"@tanstack/query-core": "5.90.17"
},
"funding": {
"type": "github",

View File

@@ -31,7 +31,7 @@
"@radix-ui/react-slot": "^1.2.4",
"@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-query": "^5.90.17",
"@trpc/client": "^11.8.1",
"@trpc/react-query": "^11.8.1",
"@trpc/server": "^11.8.1",