From eda91f689187cc69477feee3eacdf8f49a4493d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:11:22 +0000 Subject: [PATCH] chore(deps): bump bandersnatch from 1.12.15 to 2.0.1 in /tests/smoke/esm 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/esm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke/esm/package.json b/tests/smoke/esm/package.json index 86eb2a20..57607d4b 100644 --- a/tests/smoke/esm/package.json +++ b/tests/smoke/esm/package.json @@ -5,6 +5,6 @@ "test": "node index.mjs" }, "dependencies": { - "bandersnatch": "^1.9.2" + "bandersnatch": "^2.0.1" } }