From f79b5e35a4a67a74b50a0f4dc61747905d580042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:16:11 +0000 Subject: [PATCH] fix(deps): update dependency @tanstack/react-query to v5.28.12 --- frontend/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3b6e3e5..dbf11a5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -967,20 +967,20 @@ "dev": true }, "node_modules/@tanstack/query-core": { - "version": "5.28.9", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.9.tgz", - "integrity": "sha512-hNlfCiqZevr3GRVPXS3MhaGW5hjcxvCsIQ4q6ff7EPlvFwYZaS+0d9EIIgofnegDaU2BbCDlyURoYfRl5rmzow==", + "version": "5.28.12", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.12.tgz", + "integrity": "sha512-c7H3/SMqjzwrFbwHyjPUCVrmrhpDdn1zIZT6ldu50jEBEkZgngF9gF/axD/UmTUZkVYQQW7PgPNp6GWTy4UPSw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.28.9", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.9.tgz", - "integrity": "sha512-vwifBkGXsydsLxFOBMe3+f8kvtDoqDRDwUNjPHVDDt+FoBetCbOWAUHgZn4k+CVeZgLmy7bx6aKeDbe3e8koOQ==", + "version": "5.28.12", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.12.tgz", + "integrity": "sha512-AENUgyAuh6GEG9tf+h/oOSYGyy0k8loehlSf9JJLUkiZk3gbbPKrRQ55HpVfb5vrVRuz8hI4d+Apuc8FTuzmnw==", "dependencies": { - "@tanstack/query-core": "5.28.9" + "@tanstack/query-core": "5.28.12" }, "funding": { "type": "github",