From 14f9d4ad154a7ac7e91362c3f48acfb283f28277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 06:25:24 +0000 Subject: [PATCH] deps(dev): Bump bun-types from 1.1.13 to 1.1.17 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.13 to 1.1.17. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.17/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 17c74820a..215aa8834 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.18.0", - "bun-types": "1.1.13", + "bun-types": "1.1.17", "jest": "29.7.0", "typescript": "5.4.5" }, diff --git a/package-lock.json b/package-lock.json index 91beb8404..e97eeac1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "20.12.12", - "bun-types": "1.1.13", + "bun-types": "1.1.17", "jest": "29.7.0", "typescript": "5.4.5" } @@ -2753,9 +2753,9 @@ "dev": true }, "node_modules/bun-types": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.13.tgz", - "integrity": "sha512-G/TqF0SsMQGLr4g7K3B2BK8BrPEA1EqCNwxZbyRdj5M4t54zvwyaqvRJOW34kuPqc2IvNNalRU3swc8B4oc4FA==", + "version": "1.1.17", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.17.tgz", + "integrity": "sha512-Z4+OplcSd/YZq7ZsrfD00DKJeCwuNY96a1IDJyR73+cTBaFIS7SC6LhpY/W3AMEXO9iYq5NJ58WAwnwL1p5vKg==", "dev": true, "dependencies": { "@types/node": "~20.12.8",