From f5b3e29d5809010b41b9902aae9edafb6ddd0768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:20:14 +0000 Subject: [PATCH] Bump chai from 4.3.10 to 4.4.1 Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 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.3.10...v4.4.1) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 454a2ade..bc4fa3e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "chai": "^4.3.10", + "chai": "^4.4.1", "check-html-links": "^0.2.4", "chokidar-cli": "^3.0.0", "eleventy-plugin-svg-sprite": "^1.3.1", @@ -3599,9 +3599,9 @@ } }, "node_modules/chai": { - "version": "4.3.10", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz", - "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", + "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", "dev": true, "dependencies": { "assertion-error": "^1.1.0", diff --git a/package.json b/package.json index e3c52563..ea85f881 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "chai": "^4.3.10", + "chai": "^4.4.1", "check-html-links": "^0.2.4", "chokidar-cli": "^3.0.0", "eleventy-plugin-svg-sprite": "^1.3.1",