diff --git a/package-lock.json b/package-lock.json index 9a8866a..1dc836b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-toast": "^1.1.5", - "@tanstack/react-query": "^5.32.1", + "@tanstack/react-query": "^5.35.1", "@tanstack/react-table": "^8.17.3", "@types/bcrypt": "^5.0.2", "axios": "^1.6.8", @@ -1375,20 +1375,22 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.32.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.32.1.tgz", - "integrity": "sha512-mCWa1wdGb1jiny4+qYegbSeadcFj+Nq65KFSs4A1DRveoIq7SrTwUhqu7hrB6d54cQH5x59DfJvxusn3w1Cj/g==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.35.1.tgz", + "integrity": "sha512-0Dnpybqb8+ps6WgqBnqFEC+1F/xLvUosRAq+wiGisTgolOZzqZfkE2995dEXmhuzINiTM7/a6xSGznU0NIvBkw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.32.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.32.1.tgz", - "integrity": "sha512-+nXLMB0JK0XwTJ+lQt49DPNLrbSppni9N5W5yMR085yW3YaRKRUFhfVTER3TvQd1UycHpoGPFnt1gHiijXERAg==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.35.1.tgz", + "integrity": "sha512-i2T7m2ffQdNqlX3pO+uMsnQ0H4a59Ens2GxtlMsRiOvdSB4SfYmHb27MnvFV8rGmtWRaa4gPli0/rpDoSS5LbQ==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.32.1" + "@tanstack/query-core": "5.35.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index c58fe7f..29772ba 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-toast": "^1.1.5", - "@tanstack/react-query": "^5.32.1", + "@tanstack/react-query": "^5.35.1", "@tanstack/react-table": "^8.17.3", "@types/bcrypt": "^5.0.2", "axios": "^1.6.8",