From ed3916b79bbf5240163e1b2c501f44947b83c5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:30:02 +0000 Subject: [PATCH] chore(deps-dev): bump @tanstack/eslint-plugin-query from 5.61.4 to 5.62.1 in /frontend in the eslint group (#5556) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 424d80b6ad..b2213074af 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -51,7 +51,7 @@ "@playwright/test": "^1.48.2", "@react-router/dev": "^7.0.1", "@tailwindcss/typography": "^0.5.15", - "@tanstack/eslint-plugin-query": "^5.60.1", + "@tanstack/eslint-plugin-query": "^5.62.1", "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -5503,9 +5503,9 @@ } }, "node_modules/@tanstack/eslint-plugin-query": { - "version": "5.61.4", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.61.4.tgz", - "integrity": "sha512-QVVsY8hwrX9r6c8lLV48oY682SU2GeVlo0hWMSaOKkI05Yi4bXhw5jv7E2qkbjGrgA6DcVl3o/F0dT4wpT+/SQ==", + "version": "5.62.1", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.62.1.tgz", + "integrity": "sha512-1886D5U+re1TW0wSH4/kUGG36yIoW5Wkz4twVEzlk3ZWmjF3XkRSWgB+Sc7n+Lyzt8usNV8ZqkZE6DA7IC47fQ==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^8.15.0" diff --git a/frontend/package.json b/frontend/package.json index b479f02e19..8278087297 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -78,7 +78,7 @@ "@playwright/test": "^1.48.2", "@react-router/dev": "^7.0.1", "@tailwindcss/typography": "^0.5.15", - "@tanstack/eslint-plugin-query": "^5.60.1", + "@tanstack/eslint-plugin-query": "^5.62.1", "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",