diff --git a/package-lock.json b/package-lock.json index aab92ca2..6bd9ef18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.56.1", + "@tanstack/eslint-plugin-query": "^5.57.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", @@ -2201,9 +2201,9 @@ } }, "node_modules/@tanstack/eslint-plugin-query": { - "version": "5.56.1", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.56.1.tgz", - "integrity": "sha512-IUm2Zy5BXOqMbaa7QwNg3cPa5NP5Rm3pIFCFpe7Y3pLC7Ftp8Q0Y8GU2uNpCbMFW79jHJXdQ4Oxnu1eTQr8GXQ==", + "version": "5.57.1", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.57.1.tgz", + "integrity": "sha512-HrfX4NqVseUZiRFBEOjS61bYIU5Qb9TeLEraOj0yMruCFIXz4reP62Cpq6BwZfMMASV7GfWAFiRvMbg7J/U05Q==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^8.3.0" diff --git a/package.json b/package.json index b92d30d4..a7fb781c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.56.1", + "@tanstack/eslint-plugin-query": "^5.57.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1",