From 18ae732a7d09d8df8e197b72a4d9fa8cf4bf5ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:28:24 +0000 Subject: [PATCH] Bump bun-types from 1.0.35 to 1.0.36 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.0.36/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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce6b978..c9a14a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,9 +75,9 @@ } }, "node_modules/bun-types": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.35.tgz", - "integrity": "sha512-JlFllUCVMZbDyGfbv9dBWXd2tRdZSzyP1EWDKcTTVRViYNYX8AEsfpMN/vu6Hk8CBhKrhbbBkKZcNjJev8QQHQ==", + "version": "1.0.36", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.36.tgz", + "integrity": "sha512-gaIb1SyhB0JZfIEg73/kSFhqolUqJXC68peguhXGwqr27HuvI8nkD0LTIHp/1DY4cNadfXHYgYrZIWX7oEoXlg==", "dev": true, "dependencies": { "@types/node": "~20.11.3",