From d9e33cf4f06f135708ab5ed8c017262e62f1ec58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:20:48 +0000 Subject: [PATCH] chore(deps-dev): bump bun-types from 1.0.15 to 1.0.16 Bumps [bun-types](https://github.com/oven-sh/bun) from 1.0.15 to 1.0.16. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v1.0.15...bun-v1.0.16) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7560c61..043f63a 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.16" } }, "node_modules/@ampproject/remapping": { @@ -1924,9 +1924,9 @@ } }, "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==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.16.tgz", + "integrity": "sha512-GnElqUSGWvFP1Hxv2FdxLuCDzUcHZ1ac/QrOOpZ18r2RHig+S+JXIOT0YIvrHo4XwqLeurlB6CqYminiCxQIEw==", "dev": true }, "node_modules/camelcase": { diff --git a/package.json b/package.json index 5e49169..0c09a44 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "ignore": ["/dist/"] }, "devDependencies": { - "bun-types": "^1.0.4" + "bun-types": "^1.0.16" }, "dependencies": { "@astrojs/mdx": "^2.0.0",