From e64c2fd8ff5dfa3cae0df2bf347b0bcfeaf2a9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:37:23 +0000 Subject: [PATCH] build(deps-dev): bump chai from 4.4.1 to 5.0.3 Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.0.3. - [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.4.1...v5.0.3) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15ba199..f80c0cc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "homepage": "https://github.com/BlackPearSw/obfuscated-querystring#readme", "type": "commonjs", "devDependencies": { - "chai": "^4.2.0", + "chai": "^5.0.3", "mocha": "^10.0.0" }, "scripts": {