From e713c31648990afec57cecd384abaf54797e6eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:17:53 +0200 Subject: [PATCH] build(deps-dev): bump bun-types from 1.1.31 to 1.1.32 (#271) Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.31 to 1.1.32. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.32/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 | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index bee7f97127c..591bb67dd47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/config-conventional": "^19.5.0", "@types/bun": "^1.1.12", "axios": "^1.7.7", - "bun-types": "^1.1.31", + "bun-types": "^1.1.32", "cheerio": "^1.0.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", diff --git a/package.json b/package.json index 5375e5ed949..cfb972d1c58 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@commitlint/cli": "^19.5.0", "@types/bun": "^1.1.12", "axios": "^1.7.7", - "bun-types": "^1.1.31", + "bun-types": "^1.1.32", "cheerio": "^1.0.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0",