From 600c257b9ad2917ced59db2d5f4f5ba3cb957972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:56:30 +0000 Subject: [PATCH] Bump bun-types from 1.1.30 to 1.1.31 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.30 to 1.1.31. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.31/packages/bun-types) --- 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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7f78d5..8b502e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "bun-plugin-dts": "^0.3.0", - "bun-types": "*" + "bun-types": "latest" }, "peerDependencies": { "typescript": "^5.0.0" @@ -76,9 +76,9 @@ } }, "node_modules/bun-types": { - "version": "1.1.30", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.30.tgz", - "integrity": "sha512-mGh7NLisOXskBU62DxLS+/nwmLlCYHYAkCzdo4DZ9+fzrpP41hAdOqaN4DO6tQfenHb4pYb0/shw29k4/6I2yQ==", + "version": "1.1.31", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.31.tgz", + "integrity": "sha512-SPk7OnejMg4TbUXlZbuCh8COC4Ace74gjzBK6Q7VNtqToqIEs8ucv7/U/2zo1LSkPiKuo2RFoOBjQT/IzH36EA==", "dev": true, "dependencies": { "@types/node": "~20.12.8",