diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bb24485..7dd3482 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@tanstack/react-query": "^5.49.0", + "@tanstack/react-query": "^5.51.21", "@tanstack/react-table": "^8.19.1", "dotenv": "^16.4.5", "moment": "^2.30.1", @@ -24,7 +24,6 @@ "@types/node": "^20.12.7", "@types/react-dom": "^18.2.18", "esbuild": "^0.23.1", - "esbuild-plugin-eslint": "^0.3.12", "eslint": "^9.9.0", "eslint-plugin-react": "^7.35.0", "globals": "^15.9.0", @@ -723,20 +722,22 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.51.9", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.9.tgz", - "integrity": "sha512-HsAwaY5J19MD18ykZDS3aVVh+bAt0i7m6uQlFC2b77DLV9djo+xEN7MWQAQQTR8IM+7r/zbozTQ7P0xr0bHuew==", + "version": "5.51.21", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.21.tgz", + "integrity": "sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.51.11", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.11.tgz", - "integrity": "sha512-4Kq2x0XpDlpvSnaLG+8pHNH60zEc3mBvb3B2tOMDjcPCi/o+Du3p/9qpPLwJOTliVxxPJAP27fuIhLrsRdCr7A==", + "version": "5.51.21", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.21.tgz", + "integrity": "sha512-Q/V81x3sAYgCsxjwOkfLXfrmoG+FmDhLeHH5okC/Bp8Aaw2c33lbEo/mMcMnkxUPVtB2FLpzHT0tq3c+OlZEbw==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.51.9" + "@tanstack/query-core": "5.51.21" }, "funding": { "type": "github", @@ -1881,19 +1882,6 @@ "@esbuild/win32-x64": "0.23.1" } }, - "node_modules/esbuild-plugin-eslint": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/esbuild-plugin-eslint/-/esbuild-plugin-eslint-0.3.12.tgz", - "integrity": "sha512-n37Nn6vmh2tdGMnm6GZebiYJDrqERAReyvLFwdCWCw15ZvAu251i6cIeJWoVB8AiS+j3N97gylvf58ysIwii4g==", - "dev": true, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "esbuild": ">=0.20", - "eslint": "^8 || ^9" - } - }, "node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index dbd34c8..ad1abea 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "typescript-eslint": "^8.2.0" }, "dependencies": { - "@tanstack/react-query": "^5.49.0", + "@tanstack/react-query": "^5.51.21", "@tanstack/react-table": "^8.19.1", "dotenv": "^16.4.5", "moment": "^2.30.1",