diff --git a/package-lock.json b/package-lock.json index 732a2c60..84d447a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.58.1", + "@tanstack/eslint-plugin-query": "^5.59.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", @@ -2150,9 +2150,9 @@ } }, "node_modules/@tanstack/eslint-plugin-query": { - "version": "5.58.1", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.58.1.tgz", - "integrity": "sha512-hJR3N5ilK60gCgDWr7pWHV/vDiDVczT95F8AGIcg1gf9117aLPK+LDu+xP2JuEWpWKpsQ6OpWdVMim9kKlMybw==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.59.1.tgz", + "integrity": "sha512-Dn4Acfy8yXL2qdEDVutgNI4tpW3iNjKbAnCbL9sZ19nnx1/xlTcxT5gXYBN0yrLTxibu7PTqg9pMPJEWKMnRJg==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^8.3.0" diff --git a/package.json b/package.json index 8571426d..4cf9ab65 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.58.1", + "@tanstack/eslint-plugin-query": "^5.59.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1",