From d23e63196c41fbabee9a0e8363971672d66b73f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:11:39 +0200 Subject: [PATCH] build(deps-dev): bump bun-types from 1.1.30 to 1.1.31 (#268) Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.30 to 1.1.31. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.31/packages/bun-types) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed19f137a81..f04daf11062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/config-conventional": "^19.5.0", "@types/bun": "^1.1.11", "axios": "^1.7.7", - "bun-types": "^1.1.30", + "bun-types": "^1.1.31", "cheerio": "^1.0.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", @@ -810,6 +810,16 @@ "bun-types": "1.1.30" } }, + "node_modules/@types/bun/node_modules/bun-types": { + "version": "1.1.30", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.30.tgz", + "integrity": "sha512-mGh7NLisOXskBU62DxLS+/nwmLlCYHYAkCzdo4DZ9+fzrpP41hAdOqaN4DO6tQfenHb4pYb0/shw29k4/6I2yQ==", + "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, @@ -1209,11 +1219,10 @@ } }, "node_modules/bun-types": { - "version": "1.1.30", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.30.tgz", - "integrity": "sha512-mGh7NLisOXskBU62DxLS+/nwmLlCYHYAkCzdo4DZ9+fzrpP41hAdOqaN4DO6tQfenHb4pYb0/shw29k4/6I2yQ==", + "version": "1.1.31", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.31.tgz", + "integrity": "sha512-SPk7OnejMg4TbUXlZbuCh8COC4Ace74gjzBK6Q7VNtqToqIEs8ucv7/U/2zo1LSkPiKuo2RFoOBjQT/IzH36EA==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" diff --git a/package.json b/package.json index 2c6fd1f4ecf..f710a3e2322 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@commitlint/cli": "^19.5.0", "@types/bun": "^1.1.11", "axios": "^1.7.7", - "bun-types": "^1.1.30", + "bun-types": "^1.1.31", "cheerio": "^1.0.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0",