From 8b418c2f918f6933c7f688825cb5b20b71ce5b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:23:41 +0000 Subject: [PATCH] Update chai requirement from ^5.2.1 to ^5.3.3 Updates the requirements on [chai](https://github.com/chaijs/chai) to permit the latest version. - [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/v5.2.1...v5.3.3) --- updated-dependencies: - dependency-name: chai dependency-version: 5.3.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85ff060..261dee7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/chai": "^5.2.2", "@types/mocha": "^10.0.10", "@types/node": "^24.1.0", - "chai": "^5.2.1", + "chai": "^5.3.3", "eslint": "^9.32.0", "eslint-config-oclif": "^6.0.89", "globby": "^14.1.0",