From b0bb9d9f5536baa41a530c79080631897781082b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:14:00 +0000 Subject: [PATCH] chore(deps-dev): bump @hey-api/openapi-ts in /frontend Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.97.3 to 0.98.1. - [Release notes](https://github.com/hey-api/openapi-ts/releases) - [Changelog](https://github.com/hey-api/openapi-ts/blob/main/CHANGELOG.md) - [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.97.3...@hey-api/openapi-ts@0.98.1) --- updated-dependencies: - dependency-name: "@hey-api/openapi-ts" dependency-version: 0.98.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 39c40a5..0567fd2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@biomejs/biome": "^2.4.16", - "@hey-api/openapi-ts": "^0.97.3", + "@hey-api/openapi-ts": "^0.98.1", "@types/marked": "^6.0.0", "@types/node": "^25.9.1", "@types/qrcode": "^1.5.6",