From c9c334a7c4b124c0e7c9d24357d18b200ff19aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:08:27 +0000 Subject: [PATCH] Bump bun-types from 1.1.38 to 1.1.42 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.38 to 1.1.42. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.42/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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index df48750..6a20d1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,11 +76,10 @@ } }, "node_modules/bun-types": { - "version": "1.1.38", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.38.tgz", - "integrity": "sha512-iglB2t9z1Hc6DIuwwscwWj/csx22QlCZ96QbcqQfiy1wmuZ38srQLI/fDVkFHAo2+KL7aJZGVWF+nAWrR6Njig==", + "version": "1.1.42", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.42.tgz", + "integrity": "sha512-beMbnFqWbbBQHll/bn3phSwmoOQmnX2nt8NI9iOQKFbgR5Z6rlH3YuaMdlid8vp5XGct3/W4QVQBmhoOEoe4nw==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10"