Update dependency @tanstack/react-query to v5.55.4

This commit is contained in:
2024-09-09 19:17:25 +00:00
committed by Melissa Avery-Weir
parent 1f5be739bb
commit 60d665d3e7

18
package-lock.json generated
View File

@@ -3155,29 +3155,27 @@
} }
}, },
"node_modules/@tanstack/query-core": { "node_modules/@tanstack/query-core": {
"version": "5.45.0", "version": "5.55.4",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.45.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.55.4.tgz",
"integrity": "sha512-RVfIZQmFUTdjhSAAblvueimfngYyfN6HlwaJUPK71PKd7yi43Vs1S/rdimmZedPWX/WGppcq/U1HOj7O7FwYxw==", "integrity": "sha512-uoRqNnRfzOH4OMIoxj8E2+Us89UIGXfau981qYJWsNMkFS1GXR4UIyzUTVGq4N7SDLHgFPpo6IOazqUV5gkMZA==",
"license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/tannerlinsley" "url": "https://github.com/sponsors/tannerlinsley"
} }
}, },
"node_modules/@tanstack/react-query": { "node_modules/@tanstack/react-query": {
"version": "5.45.1", "version": "5.55.4",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.45.1.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.55.4.tgz",
"integrity": "sha512-mYYfJujKg2kxmkRRjA6nn4YKG3ITsKuH22f1kteJ5IuVQqgKUgbaSQfYwVP0gBS05mhwxO03HVpD0t7BMN7WOA==", "integrity": "sha512-e3uX5XkLD9oTV66/VsVpkYz3Ds/ps/Yk+V5d89xthAbtNIKKBEm4FdNb9yISFzGEGezUzVO68qmfmiSrtScvsg==",
"license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/query-core": "5.45.0" "@tanstack/query-core": "5.55.4"
}, },
"funding": { "funding": {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/tannerlinsley" "url": "https://github.com/sponsors/tannerlinsley"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.0.0" "react": "^18 || ^19"
} }
}, },
"node_modules/@tanstack/react-table": { "node_modules/@tanstack/react-table": {