From 136f6b5c474d01252d3b0cfce16780ca1e98b99b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:22:22 +0000 Subject: [PATCH] build(deps-dev): bump qunit from 2.21.1 to 2.22.0 Bumps [qunit](https://github.com/qunitjs/qunit) from 2.21.1 to 2.22.0. - [Release notes](https://github.com/qunitjs/qunit/releases) - [Changelog](https://github.com/qunitjs/qunit/blob/main/History.md) - [Commits](https://github.com/qunitjs/qunit/compare/2.21.1...2.22.0) --- updated-dependencies: - dependency-name: qunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffc9a1c..d25392b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "glob": "11.0.0", "htmlparser": "1.7.7", "jed": "1.1.1", - "qunit": "2.21.1", + "qunit": "2.22.0", "sass": "1.77.8", "stylelint": "16.8.2", "stylelint-config-recommended-scss": "14.0.0",