From b57162eee7a869aa7e5d94d86c4f1c6989c74b95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:21:45 +0000 Subject: [PATCH] fix(deps): update dependency bun-types to v1.0.32 --- e2e/bun/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/bun/package.json b/e2e/bun/package.json index 96a89f6f1eb..5897d9cce21 100644 --- a/e2e/bun/package.json +++ b/e2e/bun/package.json @@ -9,7 +9,7 @@ "dependencies": { "@e2e/shared-server": "0.0.88", "@types/node": "20.11.28", - "bun-types": "1.0.31" + "bun-types": "1.0.32" }, "devDependencies": { "typescript": "5.4.2" diff --git a/yarn.lock b/yarn.lock index ec20d9b3474..82fb8429787 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3810,10 +3810,10 @@ builtins@^5.0.0, builtins@^5.0.1: dependencies: semver "^7.0.0" -bun-types@1.0.31: - version "1.0.31" - resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.0.31.tgz#ffbacc859db8ab90203d2503469f003af7d971ed" - integrity sha512-Y7lROXMHMWe/6O0wDrFbyV4IRIQYhVnV2HrhKQzMAIpO+ffv+UBphoUUHYC2D8HhoYJkrBXKJJt/Es6NWKNLpg== +bun-types@1.0.32: + version "1.0.32" + resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.0.32.tgz#859211c2da43877d58b835d51d558f97b4d80a90" + integrity sha512-SuQzGxru12SdMI/a9Ox6yE10ATgwH0EsGxt8i1cXXGwDQDNCdAbZauzFalh/GgJZ54g/tz39FFoM6zXbP9uH2w== dependencies: "@types/node" "~20.11.3" "@types/ws" "~8.5.10"