fix: upgrade @tanstack/react-query from 5.20.2 to 5.20.5
Snyk has created this PR to upgrade @tanstack/react-query from 5.20.2 to 5.20.5. See this package in npm: https://www.npmjs.com/package/@tanstack/react-query See this project in Snyk: https://app.snyk.io/org/quantum9innovation/project/5d4bfdcb-60cf-4874-86e0-95288216f0cc?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
3b1c290eb1
commit
9875e25473
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -8,7 +8,7 @@
|
|||
"name": "eexiv",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@tanstack/react-query": "^5.20.2",
|
||||
"@tanstack/react-query": "^5.20.5",
|
||||
"fnv-plus": "^1.3.1",
|
||||
"million": "^3.0.3",
|
||||
"minisearch": "^6.3.0",
|
||||
|
@ -985,20 +985,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@tanstack/query-core": {
|
||||
"version": "5.20.2",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.20.2.tgz",
|
||||
"integrity": "sha512-sAILwNiyA1I52e6imOsmNDUA/PuOayOzqz5jcLiIB5wBXqVk+HIiriWouPcAkjS8RqARfHUehuoPwcZ7Uzh0GQ==",
|
||||
"version": "5.20.5",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.20.5.tgz",
|
||||
"integrity": "sha512-T1W28gGgWn0A++tH3lxj3ZuUVZZorsiKcv+R50RwmPYz62YoDEkG4/aXHZELGkRp4DfrW07dyq2K5dvJ4Wl1aA==",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/tannerlinsley"
|
||||
}
|
||||
},
|
||||
"node_modules/@tanstack/react-query": {
|
||||
"version": "5.20.2",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.20.2.tgz",
|
||||
"integrity": "sha512-949myvMY77cPqwb71m3wRG2ypgwPijshO5kN9w0CDKWrFC0X8Wh1mwSqst88kIr58tWlWNsGy3U40AK23RgYQA==",
|
||||
"version": "5.20.5",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.20.5.tgz",
|
||||
"integrity": "sha512-6MHwJ8G9cnOC/XKrwt56QMc91vN7hLlAQNUA0ubP7h9Jj3a/CmkUwT6ALdFbnVP+PsYdhW3WONa8WQ4VcTaSLQ==",
|
||||
"dependencies": {
|
||||
"@tanstack/query-core": "5.20.2"
|
||||
"@tanstack/query-core": "5.20.5"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"node": ">=20.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tanstack/react-query": "^5.20.2",
|
||||
"@tanstack/react-query": "^5.20.5",
|
||||
"fnv-plus": "^1.3.1",
|
||||
"million": "^3.0.3",
|
||||
"minisearch": "^6.3.0",
|
||||
|
|
Loading…
Reference in a new issue