diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c80e2104..30bdf5d2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "reev-frontend", "version": "0.6.0", "dependencies": { - "@hey-api/client-fetch": "^0.2.4", + "@hey-api/client-fetch": "^0.4.0", "@hey-api/openapi-ts": "^0.53.3", "@mdi/font": "^7.4.47", "@protobuf-ts/runtime": "^2.9.4", @@ -1675,9 +1675,9 @@ } }, "node_modules/@hey-api/client-fetch": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.2.4.tgz", - "integrity": "sha512-SGTVAVw3PlKDLw+IyhNhb/jCH3P1P2xJzLxA8Kyz1g95HrkYOJdRpl9F5I7LLwo9aCIB7nwR2NrSeX7QaQD7vQ==" + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.4.0.tgz", + "integrity": "sha512-T8T3yCl2+AiVVDP6tvfnU/rXOkEHddMTOYCZXUVbydj7URVErh5BelIa8UWBkFYZBP2/mi2nViScNhe9eBolPw==" }, "node_modules/@hey-api/openapi-ts": { "version": "0.53.3", diff --git a/frontend/package.json b/frontend/package.json index 238c2dc4..256f7051 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "format:check": "prettier --list-different src/ *.ts *.mts *.json" }, "dependencies": { - "@hey-api/client-fetch": "^0.2.4", + "@hey-api/client-fetch": "^0.4.0", "@hey-api/openapi-ts": "^0.53.3", "@mdi/font": "^7.4.47", "@protobuf-ts/runtime": "^2.9.4",