fix(deps): update dependency @tanstack/react-query to v5.66.5 (main) (#16328)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/16331/head
renovate[bot] 1 year ago committed by GitHub
parent c084144d29
commit dbf0161d5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      pkg/ui/frontend/package-lock.json

@ -2430,9 +2430,9 @@
]
},
"node_modules/@tanstack/query-core": {
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.66.0.tgz",
"integrity": "sha512-J+JeBtthiKxrpzUu7rfIPDzhscXF2p5zE/hVdrqkACBP8Yu0M96mwJ5m/8cPPYQE9aRNvXztXHlNwIh4FEeMZw==",
"version": "5.66.4",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.66.4.tgz",
"integrity": "sha512-skM/gzNX4shPkqmdTCSoHtJAPMTtmIJNS0hE+xwTTUVYwezArCT34NMermABmBVUg5Ls5aiUXEDXfqwR1oVkcA==",
"license": "MIT",
"funding": {
"type": "github",
@ -2450,12 +2450,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.66.0.tgz",
"integrity": "sha512-z3sYixFQJe8hndFnXgWu7C79ctL+pI0KAelYyW+khaNJ1m22lWrhJU2QrsTcRKMuVPtoZvfBYrTStIdKo+x0Xw==",
"version": "5.66.5",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.66.5.tgz",
"integrity": "sha512-D9aABj3/aFeNmifsdllh5O3hPyA8gUnZ1jAV8MjODQ7blirfAyGed9NjAnm8rgEdr1wChyjTT738ij3vY0EREQ==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.66.0"
"@tanstack/query-core": "5.66.4"
},
"funding": {
"type": "github",

Loading…
Cancel
Save