From 62ca119ea21f8e7ce9add09a2379ffc00b907c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:02:49 +0000 Subject: [PATCH] Bump chai from 4.4.0 to 4.4.1 Bumps [chai](https://github.com/chaijs/chai) from 4.4.0 to 4.4.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.0...v4.4.1) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a7a6cf..1f0240a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7734,9 +7734,9 @@ } }, "chai": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.0.tgz", - "integrity": "sha512-x9cHNq1uvkCdU+5xTkNh5WtgD4e4yDFCsp9jVc7N7qVeKeftv3gO/ZrviX5d+3ZfxdYnZXZYujjRInu1RogU6A==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", + "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", "dev": true, "requires": { "assertion-error": "^1.1.0", diff --git a/package.json b/package.json index 5f6240d..4b79445 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "babel-plugin-istanbul": "^5.2.0", "babili-webpack-plugin": "^0.1.2", "cfonts": "^2.10.1", - "chai": "^4.4.0", + "chai": "^4.4.1", "chalk": "^2.4.1", "copy-webpack-plugin": "^4.5.1", "cross-env": "^5.2.1",