From a394baad0019345cc94c6f9cb3fbf8c454ff6c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:33:17 +0000 Subject: [PATCH] Bump bun-types from 1.1.2 to 1.1.3 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.3/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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cb6e07..0ee565c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,9 +75,9 @@ } }, "node_modules/bun-types": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.2.tgz", - "integrity": "sha512-orHLB/tiBuKlk3c/0Vqbu5F1F/dnLlLrcCJxPy3uxFsIhQbwet7gkthMJ6i9B+HI8aR2nV50uikOqd8lpRx2KQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.3.tgz", + "integrity": "sha512-UB6AlrfSzOmSV3gCTrm2d2e+p/ZeHXrNdrEbFYFL3uy9pIJ02pEYCbtj/HHrDyxKt9YBRH13PDH6Avmt3rKYRA==", "dev": true, "dependencies": { "@types/node": "~20.11.3",