From 3cd6cda77d356c18617c376c65737a025f790c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 04:17:17 +0000 Subject: [PATCH] chore(deps-dev): bump chai in /test/fixtures/bare-async-esm Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 5.1.1. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.5.0...v5.1.1) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/fixtures/bare-async-esm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/bare-async-esm/package.json b/test/fixtures/bare-async-esm/package.json index 51e8290..8b58e06 100644 --- a/test/fixtures/bare-async-esm/package.json +++ b/test/fixtures/bare-async-esm/package.json @@ -14,6 +14,6 @@ }, "license": "Apache-2.0", "devDependencies": { - "chai": "^4.3.7" + "chai": "^5.1.1" } }