From 488df9d0840aa3f86a06485f739d78a2018f34d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:30:23 +0000 Subject: [PATCH] chore(deps-dev): bump bun-types from 1.0.15 to 1.0.21 Bumps [bun-types](https://github.com/oven-sh/bun) from 1.0.15 to 1.0.21. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v1.0.15...bun-v1.0.21) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 ++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 41 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7560c61..f410b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "hono": "^3.7.5" }, "devDependencies": { - "bun-types": "^1.0.4" + "bun-types": "^1.0.21" } }, "node_modules/@ampproject/remapping": { @@ -1459,10 +1459,34 @@ "@types/unist": "^2" } }, + "node_modules/@types/node": { + "version": "20.10.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz", + "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==", + "devOptional": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "devOptional": true + }, "node_modules/@types/unist": { "version": "2.0.7", "license": "MIT" }, + "node_modules/@types/ws": { + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", @@ -1924,10 +1948,15 @@ } }, "node_modules/bun-types": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.15.tgz", - "integrity": "sha512-XkEvWLV1JIhcVIpf2Lu6FXnZUxRUkQVJmgY+VT7os6Tk5X1nkXx11q4Rtu6txsqpDJZfUeZXblnnD59K+6wsVA==", - "dev": true + "version": "1.0.21", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.21.tgz", + "integrity": "sha512-Ugagjf+XZUXDvxDRa3EnhLeMzm2g8ZYFleBF55Ac3GZSzPqdMLAdK9kvZB6M1H4nAFvrEHdV2PHqkzIoNs+3wQ==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/ws": "*", + "undici-types": "^5.26.4" + } }, "node_modules/camelcase": { "version": "7.0.1", @@ -7019,6 +7048,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "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/unherit": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/unherit/-/unherit-3.0.1.tgz", diff --git a/package.json b/package.json index 5e49169..ec48b4b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "ignore": ["/dist/"] }, "devDependencies": { - "bun-types": "^1.0.4" + "bun-types": "^1.0.21" }, "dependencies": { "@astrojs/mdx": "^2.0.0",