From fa3c3f6dde9c664a61099b8693a6e2acafcbe0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:58:48 +0000 Subject: [PATCH] deps(dev): bump bun-types from 1.1.20 to 1.1.21 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.20 to 1.1.21. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.21/packages/bun-types) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- arcjet-bun/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arcjet-bun/package.json b/arcjet-bun/package.json index 6aa03248e..8c7b5626d 100644 --- a/arcjet-bun/package.json +++ b/arcjet-bun/package.json @@ -53,7 +53,7 @@ "@jest/globals": "29.7.0", "@types/node": "20.12.12", "@rollup/wasm-node": "4.19.0", - "bun-types": "1.1.20", + "bun-types": "1.1.21", "jest": "29.7.0", "typescript": "5.5.4" }, diff --git a/package-lock.json b/package-lock.json index 782cea772..771e9e885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.19.0", "@types/node": "20.12.12", - "bun-types": "1.1.20", + "bun-types": "1.1.21", "jest": "29.7.0", "typescript": "5.5.4" } @@ -2753,9 +2753,9 @@ "dev": true }, "node_modules/bun-types": { - "version": "1.1.20", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.20.tgz", - "integrity": "sha512-2u84HciDR3E7Uc0t0AEeXHmQAWe9uzRKTz120D3silIJOQlbGIMJMJiGaM8Yx7nEvMyfV0LfSdkEGnb77AN5AA==", + "version": "1.1.21", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.21.tgz", + "integrity": "sha512-oz9q2KGiuQZciV8oBCYfTTwJMWEFFYBF0gOyO0dsV06yQvJIiFMcUx5PDk580UJ2Po5amtwjgRJ8ksxSiCueHQ==", "dev": true, "dependencies": { "@types/node": "~20.12.8",