From 1490b900ac74c8426b5a7838e705c455749b7c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:45:12 +0000 Subject: [PATCH] build(deps): bump @hey-api/client-fetch from 0.4.2 to 0.7.1 in /frontend Bumps [@hey-api/client-fetch](https://github.com/hey-api/openapi-ts) from 0.4.2 to 0.7.1. - [Release notes](https://github.com/hey-api/openapi-ts/releases) - [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/client-fetch@0.4.2...@hey-api/client-fetch@0.7.1) --- updated-dependencies: - dependency-name: "@hey-api/client-fetch" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 97a9ad1a9..bad464046 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "varfish-server", "version": "2.0.0", "dependencies": { - "@hey-api/client-fetch": "^0.4.2", + "@hey-api/client-fetch": "^0.7.1", "@mdi/font": "^7.4.47", "@protobuf-ts/runtime": "^2.9.4", "@reactgular/chunks": "^1.0.1", @@ -2250,12 +2250,12 @@ "dev": true }, "node_modules/@hey-api/client-fetch": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.4.2.tgz", - "integrity": "sha512-9BqcLTjsM3rWbads3afJkELS86vK7EqJvYgT429EVS9IO/kN75HEka3Ay/k142xCHSfXOuOShMdDam3nbG8wVA==", + "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/mrlubos" + "url": "https://github.com/sponsors/hey-api" } }, "node_modules/@hey-api/openapi-ts": { diff --git a/frontend/package.json b/frontend/package.json index 7a3a68b5f..86b49ab7a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "build-storybook": "storybook build" }, "dependencies": { - "@hey-api/client-fetch": "^0.4.2", + "@hey-api/client-fetch": "^0.7.1", "@mdi/font": "^7.4.47", "@protobuf-ts/runtime": "^2.9.4", "@reactgular/chunks": "^1.0.1",