From 1affa931fc96aedba8a6c413eb312575a6ed0bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:05:40 +0000 Subject: [PATCH] Bump bun-types from 1.0.8 to 1.0.20 Bumps [bun-types](https://github.com/oven-sh/bun) from 1.0.8 to 1.0.20. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v1.0.8...bun-v1.0.20) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48be60b..bb467dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "sqlite3": "^5.1.6" }, "devDependencies": { - "bun-types": "*", + "bun-types": "latest", "eslint": "^8.54.0" }, "peerDependencies": { @@ -578,10 +578,15 @@ } }, "node_modules/bun-types": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.8.tgz", - "integrity": "sha512-2dNB+dBwAcFW7RSd4y5vKycRjouKVklSwPk4EjBKWvcMYUBOqZGGNzV7+b2tfKBG3BeRXnozbnegVKR1azuATg==", - "dev": true + "version": "1.0.20", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.20.tgz", + "integrity": "sha512-MB9OwwwNDdolaPBX9TSEq/9WlexEH1n2d5G/fnre/sz0NAzoxYaOgd3cpxNmNGsExMbgxkccSLNcVPV0rrfunA==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/ws": "*", + "undici-types": "^5.26.4" + } }, "node_modules/busboy": { "version": "1.6.0", @@ -2603,6 +2608,12 @@ "node": ">=14.0" } }, + "node_modules/undici-types": { + "version": "5.28.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.28.2.tgz", + "integrity": "sha512-W71OLwDqzIO0d3k07qg1xc7d4cX8SsSwuCO4bQ4V7ITwduXXie/lcImofabP5VV+NvuvSe8ovKvHVJcizVc1JA==", + "dev": true + }, "node_modules/unique-filename": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",