diff --git a/package-lock.json b/package-lock.json index e171cfd..0c51bbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "vite-project", "version": "0.5.0", "dependencies": { - "@hey-api/client-fetch": "^0.6.0", + "@hey-api/client-fetch": "^0.7.0", "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", @@ -1044,10 +1044,9 @@ } }, "node_modules/@hey-api/client-fetch": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.6.0.tgz", - "integrity": "sha512-FlhFsVeH8RxJe/nq8xUzxNbiOpe+GadxlD2pfvDyOyLdCTU4o/LRv46ZVWstaW7DgF4nxhI328chy3+AulwVXw==", - "license": "MIT", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.7.0.tgz", + "integrity": "sha512-jtoAJ74fmt8+bkWmQOsynB1TomUYA2hf95RyUzzB3ksegn9we3ohkKbiMnJhe4Ae2O2KHuNjkW5fgmUoIsnyoQ==", "funding": { "url": "https://github.com/sponsors/hey-api" } diff --git a/package.json b/package.json index 91d4086..1a85f4c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "type-check": "tsc --noEmit -p ./tsconfig.app.json" }, "dependencies": { - "@hey-api/client-fetch": "^0.6.0", + "@hey-api/client-fetch": "^0.7.0", "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0",