diff --git a/package-lock.json b/package-lock.json index 5dafd58b..ac94dcef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "vite-project", "version": "0.9.0", "dependencies": { - "@hey-api/client-fetch": "^0.6.0", + "@hey-api/client-fetch": "^0.7.1", "@monaco-editor/react": "^4.6.0", "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-separator": "^1.1.0", @@ -1046,9 +1046,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==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.7.1.tgz", + "integrity": "sha512-cN9SCpED64PjbP4uUuC+TSigYtk4kJ8bNzf9v5Kzmcl9smMUrwzC1kaUug20wThQXhBiKL4ymDHKa8iRwE1bRg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/hey-api" diff --git a/package.json b/package.json index 077241f0..5e00c7d7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "generate-icons": "npx @svgr/cli --typescript --no-dimensions --replace-attr-values '#2E323A=currentColor' --jsx-runtime automatic --out-dir ./src/components/icons/ -- icons" }, "dependencies": { - "@hey-api/client-fetch": "^0.6.0", + "@hey-api/client-fetch": "^0.7.1", "@monaco-editor/react": "^4.6.0", "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-separator": "^1.1.0",