From 9913d8a4eb6eded31d17a493bd2c51bc44ac9460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:47:22 +0800 Subject: [PATCH] chore(deps): bump @scalar/hono-api-reference from 0.8.0 to 0.8.1 (#18844) Bumps [@scalar/hono-api-reference](https://github.com/scalar/scalar/tree/HEAD/integrations/hono) from 0.8.0 to 0.8.1. - [Changelog](https://github.com/scalar/scalar/blob/main/integrations/hono/CHANGELOG.md) - [Commits](https://github.com/scalar/scalar/commits/HEAD/integrations/hono) --- updated-dependencies: - dependency-name: "@scalar/hono-api-reference" dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index acd528155..59a10b8d1 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@opentelemetry/semantic-conventions": "1.32.0", "@postlight/parser": "2.2.3", "@rss3/sdk": "0.0.25", - "@scalar/hono-api-reference": "0.8.0", + "@scalar/hono-api-reference": "0.8.1", "@sentry/node": "9.12.0", "@tonyrl/rand-user-agent": "2.0.83", "aes-js": "3.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bba5cbd9d..791408085 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: 0.0.25 version: 0.0.25 '@scalar/hono-api-reference': - specifier: 0.8.0 - version: 0.8.0(hono@4.7.6) + specifier: 0.8.1 + version: 0.8.1(hono@4.7.6) '@sentry/node': specifier: 9.12.0 version: 9.12.0 @@ -2042,12 +2042,12 @@ packages: '@rss3/sdk@0.0.25': resolution: {integrity: sha512-jyXT4YTwefxxRZ0tt5xjbnw8e7zPg2OGdo/0xb+h/7qWnMNhLtWpc95DsYs/1C/I0rIyiDpZBhLI2DieQ9y+tw==} - '@scalar/core@0.2.6': - resolution: {integrity: sha512-if8qr0McLFijNvKl3Vtv9CPrMsjijbxbDSlgXErr6Y45h8KsM2kVaVf0pzirh3daBD3y+Yl0sqtTVkpAelsoSw==} + '@scalar/core@0.2.7': + resolution: {integrity: sha512-8BeyxQiTzd3yST43x1w3t47kgkQSBVfR+bpruXaLFxeITWjzOTro5Ojh+enGWnooIfg5wMDpNqfDJCbGOVq1hg==} engines: {node: '>=18'} - '@scalar/hono-api-reference@0.8.0': - resolution: {integrity: sha512-qpDeEj4YeB6+CJHt/ddj1KzDAYZfOmiD3QxOg0/t8IeWB1t4QImYySaWWzxIk9IoZpnOmaH2kq43GA/cfJ2Wfg==} + '@scalar/hono-api-reference@0.8.1': + resolution: {integrity: sha512-bKPJ6QPBOUEGupq4wKF1iUl3upsVkTdhIIkUwtEpEx9ox3CCsp0kxAUykhSUuhZ3Xhy6WcuMdigOlU5PzTY8xA==} engines: {node: '>=18'} peerDependencies: hono: ^4.0.0 @@ -2056,8 +2056,8 @@ packages: resolution: {integrity: sha512-waiKk12cRCqyUCWTOX0K1WEVX46+hVUK+zRPzAahDJ7G0TApvbNkuy5wx7aoUyEk++HHde0XuQnshXnt8jsddA==} engines: {node: '>=18'} - '@scalar/types@0.1.6': - resolution: {integrity: sha512-4GQ9VwyZm5WiOsinCIioGfByQWI+K8cY/jce9EoaJ906mXOyHfwp6lQF/ddnEJ4ptkflKkGdEQ6jm+6PnwlB5w==} + '@scalar/types@0.1.7': + resolution: {integrity: sha512-irIDYzTQG2KLvFbuTI8k2Pz/R4JR+zUUSykVTbEMatkzMmVFnn1VzNSMlODbadycwZunbnL2tA27AXed9URVjw==} engines: {node: '>=18'} '@sec-ant/readable-stream@0.4.1': @@ -7807,20 +7807,20 @@ snapshots: '@rss3/api-core': 0.0.25 '@rss3/api-utils': 0.0.25 - '@scalar/core@0.2.6': + '@scalar/core@0.2.7': dependencies: - '@scalar/types': 0.1.6 + '@scalar/types': 0.1.7 - '@scalar/hono-api-reference@0.8.0(hono@4.7.6)': + '@scalar/hono-api-reference@0.8.1(hono@4.7.6)': dependencies: - '@scalar/core': 0.2.6 + '@scalar/core': 0.2.7 hono: 4.7.6 '@scalar/openapi-types@0.2.0': dependencies: zod: 3.24.2 - '@scalar/types@0.1.6': + '@scalar/types@0.1.7': dependencies: '@scalar/openapi-types': 0.2.0 '@unhead/schema': 1.11.20