From fcfc8770ff41e4232e1123f325ae94808a06237a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 18:20:36 +0000 Subject: [PATCH] fix(deps): update dependency bun-types to v1 --- packages/adapter/adapter-bun/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/adapter/adapter-bun/package.json b/packages/adapter/adapter-bun/package.json index f0b7b3789..11b484a62 100644 --- a/packages/adapter/adapter-bun/package.json +++ b/packages/adapter/adapter-bun/package.json @@ -27,7 +27,7 @@ "test:package": "publint --strict" }, "dependencies": { - "bun-types": "^0.8.1", + "bun-types": "^1.0.15", "@hattip/core": "workspace:*" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e54627fd7..929df5920 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ importers: specifier: workspace:* version: link:../../base/core bun-types: - specifier: ^0.8.1 - version: 0.8.1 + specifier: ^1.0.15 + version: 1.0.15 devDependencies: '@cyco130/eslint-config': specifier: ^3.3.2 @@ -5484,8 +5484,8 @@ packages: semver: 7.5.4 dev: true - /bun-types@0.8.1: - resolution: {integrity: sha512-VuCBox66P/3a8gVOffLCWIS6vdpXq4y3eJuF3VnsyC5HpykmIjkcr5wYDn22qQdeTUmOfCcBy1SZmtrZCeUr3A==} + /bun-types@1.0.15: + resolution: {integrity: sha512-XkEvWLV1JIhcVIpf2Lu6FXnZUxRUkQVJmgY+VT7os6Tk5X1nkXx11q4Rtu6txsqpDJZfUeZXblnnD59K+6wsVA==} dev: false /bundle-require@4.0.1(esbuild@0.18.16):