From 79579d29f91950878c0f329152687e5a4d78e2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:08:01 +0000 Subject: [PATCH] Bump bun-types from 1.1.33 to 1.1.34 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.33 to 1.1.34. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.34/packages/bun-types) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67fd9c4..7ab2d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@babel/preset-env": "^7.26.0", "@typescript-eslint/parser": "^8.11.0", "babel-loader": "^9.1.2", - "bun-types": "^1.1.33", + "bun-types": "^1.1.34", "copy-webpack-plugin": "^12.0.2", "core-js": "^3.30.2", "cross-env": "^7.0.3", @@ -3702,9 +3702,9 @@ "dev": true }, "node_modules/bun-types": { - "version": "1.1.33", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.33.tgz", - "integrity": "sha512-SOMt3HeI34EyXoAsMxs5qY+e8cjQOn9v1BQl/ZUy1BsOYYuSPBSRVBYE5DjauqY1bOAWGFAjVu9G9pSmCe1bVw==", + "version": "1.1.34", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.34.tgz", + "integrity": "sha512-br5QygTEL/TwB4uQOb96Ky22j4Gq2WxWH/8Oqv20fk5HagwKXo/akB+LiYgSfzexCt6kkcUaVm+bKiPl71xPvw==", "dev": true, "dependencies": { "@types/node": "~20.12.8", diff --git a/package.json b/package.json index df49b1c..defddac 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/preset-env": "^7.26.0", "@typescript-eslint/parser": "^8.11.0", "babel-loader": "^9.1.2", - "bun-types": "^1.1.33", + "bun-types": "^1.1.34", "copy-webpack-plugin": "^12.0.2", "core-js": "^3.30.2", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 68adc99..64752a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1929,10 +1929,10 @@ buffer-from@^1.0.0: resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -bun-types@^1.1.33: - version "1.1.33" - resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.33.tgz#4b9be15619222f5354cf01d1e866ba9779e86590" - integrity sha512-SOMt3HeI34EyXoAsMxs5qY+e8cjQOn9v1BQl/ZUy1BsOYYuSPBSRVBYE5DjauqY1bOAWGFAjVu9G9pSmCe1bVw== +bun-types@^1.1.34: + version "1.1.34" + resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.34.tgz#cf0e1dc5aa8875573a3acb09bead0f23bab5aca2" + integrity sha512-br5QygTEL/TwB4uQOb96Ky22j4Gq2WxWH/8Oqv20fk5HagwKXo/akB+LiYgSfzexCt6kkcUaVm+bKiPl71xPvw== dependencies: "@types/node" "~20.12.8" "@types/ws" "~8.5.10"