From a38c725aa45469b1be7e23b2cf9cface8215e765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:54:45 +0000 Subject: [PATCH] chore(deps): bump bandersnatch from 1.12.15 to 2.0.1 in /tests/smoke/cjs Bumps [bandersnatch](https://github.com/hongaar/bandersnatch) from 1.12.15 to 2.0.1. - [Release notes](https://github.com/hongaar/bandersnatch/releases) - [Changelog](https://github.com/hongaar/bandersnatch/blob/main/CHANGELOG.md) - [Commits](https://github.com/hongaar/bandersnatch/compare/v1.12.15...v2.0.1) --- updated-dependencies: - dependency-name: bandersnatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/smoke/cjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke/cjs/package.json b/tests/smoke/cjs/package.json index 41a855ed..f9352f65 100644 --- a/tests/smoke/cjs/package.json +++ b/tests/smoke/cjs/package.json @@ -4,6 +4,6 @@ "test": "node index.cjs" }, "dependencies": { - "bandersnatch": "^1.9.2" + "bandersnatch": "^2.0.1" } }