fix(deps): update dependency @tanstack/react-query-devtools to v5.72.2 (main) (#17160)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/17152/head
renovate[bot] 2 months ago committed by GitHub
parent 0e26f5e278
commit beb9473aa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 16
      pkg/ui/frontend/package-lock.json

@ -5373,9 +5373,9 @@
}
},
"node_modules/@tanstack/query-devtools": {
"version": "5.67.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.67.2.tgz",
"integrity": "sha512-O4QXFFd7xqp6EX7sdvc9tsVO8nm4lpWBqwpgjpVLW5g7IeOY6VnS/xvs/YzbRhBVkKTMaJMOUGU7NhSX+YGoNg==",
"version": "5.72.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.72.2.tgz",
"integrity": "sha512-mMKnGb+iOhVBcj6jaerCFRpg8pACStdG8hmUBHPtToeZzs4ctjBUL1FajqpVn2WaMxnq8Wya+P3Q5tPFNM9jQw==",
"license": "MIT",
"funding": {
"type": "github",
@ -5399,19 +5399,19 @@
}
},
"node_modules/@tanstack/react-query-devtools": {
"version": "5.71.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.71.1.tgz",
"integrity": "sha512-nETCStlMy1h3Hcy1rnHJVbW8ERsAErAzpCsBHIVd9AOjQgQjzjFl2FetlEZjRc+vMJjpJde9NDsftYhy7UA83A==",
"version": "5.72.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.72.2.tgz",
"integrity": "sha512-n53qr9JdHCJTCUba6OvMhwiV2CcsckngOswKEE7nM5pQBa/fW9c43qw8omw1RPT2s+aC7MuwS8fHsWT8g+j6IQ==",
"license": "MIT",
"dependencies": {
"@tanstack/query-devtools": "5.67.2"
"@tanstack/query-devtools": "5.72.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"@tanstack/react-query": "^5.71.1",
"@tanstack/react-query": "^5.72.2",
"react": "^18 || ^19"
}
},

Loading…
Cancel
Save