From 9896b2e2c439f775e7727e9bc55b859b9e0c95b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:14:56 +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.2. - [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.2) --- updated-dependencies: - dependency-name: "@hey-api/openapi-ts" dependency-version: 0.98.2 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..8951dca 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.2", "@types/marked": "^6.0.0", "@types/node": "^25.9.1", "@types/qrcode": "^1.5.6",