From a688495546047e1d3d6161e8b89891e4a2af9d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:31:59 +0000 Subject: [PATCH] build(deps-dev): bump bun-types from 1.1.34 to 1.1.36 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.34 to 1.1.36. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.36/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 | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 673d29fddf6..a951810c1ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/config-conventional": "^19.6.0", "@types/bun": "^1.1.13", "axios": "^1.7.7", - "bun-types": "^1.1.34", + "bun-types": "^1.1.36", "cheerio": "^1.0.0", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", @@ -814,6 +814,16 @@ "bun-types": "1.1.34" } }, + "node_modules/@types/bun/node_modules/bun-types": { + "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", + "@types/ws": "~8.5.10" + } + }, "node_modules/@types/conventional-commits-parser": { "version": "5.0.0", "dev": true, @@ -1212,9 +1222,9 @@ } }, "node_modules/bun-types": { - "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==", + "version": "1.1.36", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.36.tgz", + "integrity": "sha512-4hALpWAzRKw7xXDH7MW3MPFn5aIsHcwD5QXUWQfEjATuTp6zONRhav7ThnStqeeRP1QkB/oQa8hRk9OAB0hi8w==", "dev": true, "dependencies": { "@types/node": "~20.12.8", diff --git a/package.json b/package.json index 55117d12485..3ac1c936a3f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@commitlint/cli": "^19.6.0", "@types/bun": "^1.1.13", "axios": "^1.7.7", - "bun-types": "^1.1.34", + "bun-types": "^1.1.36", "cheerio": "^1.0.0", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0",