From c3884e684348bb2f57cfa3054b4612bc7b5655b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:27:58 +0000 Subject: [PATCH] Bump distrib from 0.0.0 to 0.0.2 in /js Bumps [distrib](https://github.com/artob/distrib) from 0.0.0 to 0.0.2. - [Release notes](https://github.com/artob/distrib/releases) - [Changelog](https://github.com/artob/distrib/blob/master/CHANGES.md) - [Commits](https://github.com/artob/distrib/compare/0.0.0...0.0.2) --- updated-dependencies: - dependency-name: distrib dependency-version: 0.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 74ffecb..1520454 100644 --- a/js/package.json +++ b/js/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@types/bun": "latest", "@types/node": "latest", - "distrib": "^0.0.0", + "distrib": "^0.0.2", "tsup": "latest", "typescript": "^5.4.0" },