diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bcca56f0ec..b53aa6c3d7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -67,7 +67,7 @@ "@playwright/test": "^1.55.1", "@react-router/dev": "^7.9.3", "@tailwindcss/typography": "^0.5.19", - "@tanstack/eslint-plugin-query": "^5.90.1", + "@tanstack/eslint-plugin-query": "^5.91.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", @@ -5954,12 +5954,12 @@ } }, "node_modules/@tanstack/eslint-plugin-query": { - "version": "5.90.1", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.90.1.tgz", - "integrity": "sha512-Ki4hl+8ZtnMFZ3amZbQl6sSMUq6L8oSJ14vmi3j5t1/SqXclL5SI/1kcuH36iIk05B/bN5pEOS1PTO3Ut/FbVA==", + "version": "5.91.0", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.91.0.tgz", + "integrity": "sha512-Kn6yWyRe3dIPf7NqyDMhcsTBz2Oh8jPSOpBdlnLQhGBJ6iTMBFYA4B1UreGJ/WdfzQskSMh5imcyWF+wqa/Q5g==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^8.44.0" + "@typescript-eslint/utils": "^8.44.1" }, "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index af8a366614..1744958c2d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -98,7 +98,7 @@ "@playwright/test": "^1.55.1", "@react-router/dev": "^7.9.3", "@tailwindcss/typography": "^0.5.19", - "@tanstack/eslint-plugin-query": "^5.90.1", + "@tanstack/eslint-plugin-query": "^5.91.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0",