From 4086dec7496a038758131cc60de84facdfa24fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:20:56 +0000 Subject: [PATCH] build(deps-dev): bump bun-types from 1.1.20 to 1.1.22 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.20 to 1.1.22. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.22/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 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d9f9e1..63c7f6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/jest": "29.5.12", "@typescript-eslint/eslint-plugin": "7.16.1", "@typescript-eslint/parser": "7.16.1", - "bun-types": "1.1.20", + "bun-types": "1.1.22", "commitizen": "4.3.0", "commitlint": "19.3.0", "commitlint-config-gitmoji": "2.3.1", @@ -4315,9 +4315,9 @@ "license": "MIT" }, "node_modules/bun-types": { - "version": "1.1.20", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.20.tgz", - "integrity": "sha512-2u84HciDR3E7Uc0t0AEeXHmQAWe9uzRKTz120D3silIJOQlbGIMJMJiGaM8Yx7nEvMyfV0LfSdkEGnb77AN5AA==", + "version": "1.1.22", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.22.tgz", + "integrity": "sha512-PBgj4pQd+1WZJ8kWCho7D6i1RMS9/6WkiRikIfqYFzFomfyWZET32Wy83xK2zmF9HiKXd2+bjtVahJ6546oraA==", "dev": true, "dependencies": { "@types/node": "~20.12.8", diff --git a/package.json b/package.json index a981841..bfde71a 100644 --- a/package.json +++ b/package.json @@ -236,7 +236,7 @@ "@types/jest": "29.5.12", "@typescript-eslint/eslint-plugin": "7.16.1", "@typescript-eslint/parser": "7.16.1", - "bun-types": "1.1.20", + "bun-types": "1.1.22", "commitizen": "4.3.0", "commitlint": "19.3.0", "commitlint-config-gitmoji": "2.3.1",