From def09bbf5f0eafd6ce44b82c881b135561a40cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:19:10 +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 107eefe7d..7b3eec5b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6856,9 +6856,9 @@ "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==" }, "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 cc545adce..f16e4c8d3 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@typescript-eslint/utils": "^5.62.0", "babel-plugin-add-react-displayname": "0.0.5", "babel-plugin-styled-components": "^2.1.4", - "chai": "^4.4.0", + "chai": "^4.4.1", "chai-as-promised": "^7.1.1", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4",