From 214c4bf8d1e767883955d1198d338e65a9ca1492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:52:49 +0000 Subject: [PATCH] Bump bun-types from 1.0.35 to 1.1.0 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.0.35 to 1.1.0. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.0/packages/bun-types) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2debf7e..5c126b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -641,9 +641,9 @@ } }, "node_modules/bun-types": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.35.tgz", - "integrity": "sha512-JlFllUCVMZbDyGfbv9dBWXd2tRdZSzyP1EWDKcTTVRViYNYX8AEsfpMN/vu6Hk8CBhKrhbbBkKZcNjJev8QQHQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.0.tgz", + "integrity": "sha512-GhMDD7TosdJzQPGUOcQD5PZshvXVxDfwGAZs2dq+eSaPsRn3iUCzvpFlsg7Q51bXVzLAUs+FWHlnmpgZ5UggIg==", "dev": true, "dependencies": { "@types/node": "~20.11.3",