1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-21 17:36:52 +01:00

Bump @tanstack/react-query from 5.45.1 to 5.51.16 (#948)

Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.45.1 to 5.51.16.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.51.16/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-02 13:16:43 +01:00 committed by GitHub
parent 05ad0470c2
commit 1909244eac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -19,7 +19,7 @@
"@nanostores/react": "^0.7.2",
"@radix-ui/react-select": "^2.1.1",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query": "^5.51.16",
"astro": "4.12.2",
"astro-expressive-code": "^0.35.3",
"astro-redirect-from": "^1.1.0",
@ -8157,20 +8157,20 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.45.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.45.0.tgz",
"integrity": "sha512-RVfIZQmFUTdjhSAAblvueimfngYyfN6HlwaJUPK71PKd7yi43Vs1S/rdimmZedPWX/WGppcq/U1HOj7O7FwYxw==",
"version": "5.51.16",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.16.tgz",
"integrity": "sha512-zfV+WAtBGm1dUIbL0w/x8qTqVLKU1/Bo1p19J9LF02MmIc4FxzMImMXhFzYJQl5Hx8Wit6RiQ4tB/DvN8y9zaQ==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-query": {
"version": "5.45.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.45.1.tgz",
"integrity": "sha512-mYYfJujKg2kxmkRRjA6nn4YKG3ITsKuH22f1kteJ5IuVQqgKUgbaSQfYwVP0gBS05mhwxO03HVpD0t7BMN7WOA==",
"version": "5.51.16",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.16.tgz",
"integrity": "sha512-NZnpJ30zkwaA2ZPhxJLs/qoMbd0yNAj6yyb3JTADJx9HjSdtvnNzOY1bDa3bU1B9CZTBBb7W9E1PpWlNXdgESg==",
"dependencies": {
"@tanstack/query-core": "5.45.0"
"@tanstack/query-core": "5.51.16"
},
"funding": {
"type": "github",

View File

@ -43,7 +43,7 @@
"@nanostores/react": "^0.7.2",
"@radix-ui/react-select": "^2.1.1",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query": "^5.51.16",
"astro": "4.12.2",
"astro-expressive-code": "^0.35.3",
"astro-redirect-from": "^1.1.0",