From 4128771e0b8024f6038604e11434242a7c6a9633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:31:35 +0300 Subject: [PATCH] fix(deps): update dependency bun-types to v1 (#2994) * fix(deps): update dependency bun-types to v1 * Update package.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU --- examples/bun/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/bun/package.json b/examples/bun/package.json index 48556134cf..4aa09514e8 100644 --- a/examples/bun/package.json +++ b/examples/bun/package.json @@ -7,7 +7,7 @@ "start": "bun src/index.ts" }, "dependencies": { - "bun-types": "^0.6.0", + "bun-types": "^1.0.0", "graphql": "^16.6.0", "graphql-yoga": "4.0.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16d1f51269..5b454c7b76 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -325,8 +325,8 @@ importers: examples/bun: dependencies: bun-types: - specifier: ^0.6.0 - version: 0.6.2 + specifier: ^1.0.0 + version: 1.0.0 graphql: specifier: 16.6.0 version: 16.6.0 @@ -16371,8 +16371,8 @@ packages: semver: 7.5.4 dev: true - /bun-types@0.6.2: - resolution: {integrity: sha512-yJ59Nl9je54fvS/Bh32dpnuWzAEGZn46GEsUfCnc+gbR/1MveoNbzBtN37SpMihFE0MiatlpNyKFKb9W7hvdBg==} + /bun-types@1.0.0: + resolution: {integrity: sha512-Ozs85sjq1yn0sgqjehmSC3X7wIz0EqpPM+JVY7VgMACyAzSQyFvvNhZTnpg/hI0MUEZvlIXgV67oySsq8upXEg==} dev: false /busboy@1.6.0: