From eead2f0d2f4ba9505c3c6965a3eaee54e6394eb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:11:32 +0000 Subject: [PATCH] fix(hm-panel-plugin): update tanstack-query monorepo to v5.62.12 (#22242) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../grafana/hm-panel-plugin/package-lock.json | 26 +++++++++---------- .../grafana/hm-panel-plugin/package.json | 4 +-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/data-visualization/grafana/hm-panel-plugin/package-lock.json b/data-visualization/grafana/hm-panel-plugin/package-lock.json index 96bed11eca..a24d958f10 100644 --- a/data-visualization/grafana/hm-panel-plugin/package-lock.json +++ b/data-visualization/grafana/hm-panel-plugin/package-lock.json @@ -12,7 +12,7 @@ "@grafana/data": "11.4.0", "@grafana/runtime": "11.4.0", "@grafana/ui": "11.4.0", - "@tanstack/react-query": "5.62.11", + "@tanstack/react-query": "5.62.12", "axios": "1.7.9", "cypress": "13.17.0", "react": "19.0.0", @@ -25,7 +25,7 @@ "@swc/core": "1.10.4", "@swc/helpers": "0.5.15", "@swc/jest": "0.2.37", - "@tanstack/react-query-devtools": "5.62.11", + "@tanstack/react-query-devtools": "5.62.12", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", "@types/glob": "8.1.0", @@ -3473,9 +3473,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.9", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.9.tgz", - "integrity": "sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==", + "version": "5.62.12", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.12.tgz", + "integrity": "sha512-6igFeBgymHkCxVgaEk+yiLwkMf9haui/EQLmI3o9CatOyDThEoFKe8toLWvWliZC/Jf+h7NwHi/zjfyLArr1ow==", "license": "MIT", "funding": { "type": "github", @@ -3494,12 +3494,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.62.11", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.11.tgz", - "integrity": "sha512-Xb1nw0cYMdtFmwkvH9+y5yYFhXvLRCnXoqlzSw7UkqtCVFq3cG8q+rHZ2Yz1XrC+/ysUaTqbLKJqk95mCgC1oQ==", + "version": "5.62.12", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.12.tgz", + "integrity": "sha512-yt8p7l5MlHA3QCt6xF1Cu9dw1Anf93yTK+DMDJQ64h/mshAymVAtcwj8TpsyyBrZNWAAZvza/m76bnTSR79ZtQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.62.9" + "@tanstack/query-core": "5.62.12" }, "funding": { "type": "github", @@ -3510,9 +3510,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.62.11", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.62.11.tgz", - "integrity": "sha512-i0vKgdM4ORRzqduz7UeUF52UhLrvRp4sNY/DnLsd5NqNyiKct3a0bLQMWE2fqjF5tEExQ0d0xY60ILXW/T62xA==", + "version": "5.62.12", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.62.12.tgz", + "integrity": "sha512-UvkqYOplVRn6D5wMC14XHu1MCJC0ssi3FJuiQW1iSYA4cxh4GD/cy8ScMCEOtcY7j2JCFw2d3grSWxT4c66cdg==", "dev": true, "license": "MIT", "dependencies": { @@ -3523,7 +3523,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query": "^5.62.12", "react": "^18 || ^19" } }, diff --git a/data-visualization/grafana/hm-panel-plugin/package.json b/data-visualization/grafana/hm-panel-plugin/package.json index 406e259a0e..c8906780a1 100644 --- a/data-visualization/grafana/hm-panel-plugin/package.json +++ b/data-visualization/grafana/hm-panel-plugin/package.json @@ -21,7 +21,7 @@ "@grafana/data": "11.4.0", "@grafana/runtime": "11.4.0", "@grafana/ui": "11.4.0", - "@tanstack/react-query": "5.62.11", + "@tanstack/react-query": "5.62.12", "axios": "1.7.9", "cypress": "13.17.0", "react": "19.0.0", @@ -34,7 +34,7 @@ "@swc/core": "1.10.4", "@swc/helpers": "0.5.15", "@swc/jest": "0.2.37", - "@tanstack/react-query-devtools": "5.62.11", + "@tanstack/react-query-devtools": "5.62.12", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", "@types/glob": "8.1.0",