From 092211ebe33f4d09622e480cce3c3b2e52aef72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:58:54 +0000 Subject: [PATCH] Bump chai from 4.4.1 to 5.1.1 Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 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.4.1...v5.1.1) --- 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 65887d7..7db2492 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/chai": "^4", "@types/mocha": "^9.1.1", "@types/node": "^16.9.4", - "chai": "^4", + "chai": "^5", "eslint": "^7.32.0", "eslint-config-oclif": "^4", "eslint-config-oclif-typescript": "^1.0.3",