From e33e79766f8126121e20d700f7f428dac4e70918 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jun 2026 18:15:38 +0000 Subject: [PATCH] chore(deps): Update dependency @hey-api/openapi-ts to ^0.99.0 --- frontend/package-lock.json | 31 ------------------------------- frontend/package.json | 2 +- 2 files changed, 1 insertion(+), 32 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5c5057e..63c9aef 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -749,37 +749,6 @@ "url": "https://github.com/sponsors/hey-api" } }, - "node_modules/@hey-api/openapi-ts": { - "version": "0.98.1", - "resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.98.1.tgz", - "integrity": "sha512-TTQQwiOTPK23kVykuMDMz2ko1dTcrJb9uA3BA7pY8vrPRGtKchLfegzl3IwqHAg4Ay0p8ByguVUdZrqe+OpLIQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@hey-api/codegen-core": "0.8.4", - "@hey-api/json-schema-ref-parser": "1.4.3", - "@hey-api/shared": "0.4.7", - "@hey-api/spec-types": "0.2.0", - "@hey-api/types": "0.1.4", - "@lukeed/ms": "2.0.2", - "ansi-colors": "4.1.3", - "color-support": "1.1.3", - "commander": "14.0.3", - "get-tsconfig": "4.14.0" - }, - "bin": { - "openapi-ts": "bin/run.js" - }, - "engines": { - "node": ">=22.18.0" - }, - "funding": { - "url": "https://github.com/sponsors/hey-api" - }, - "peerDependencies": { - "typescript": ">=5.5.3 || >=6.0.0 || 6.0.1-rc" - } - }, "node_modules/@hey-api/shared": { "version": "0.4.7", "resolved": "https://registry.npmjs.org/@hey-api/shared/-/shared-0.4.7.tgz", diff --git a/frontend/package.json b/frontend/package.json index b2bbab8..083914d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.0", - "@hey-api/openapi-ts": "^0.98.0", + "@hey-api/openapi-ts": "^0.99.0", "@playwright/test": "^1.49.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0",