From 761fa11eb757e8a3a0ef68b837ff59fed3cf68e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:19:13 +0000 Subject: [PATCH] infra: bump qunit from 2.19.0 to 2.20.0 in /ui/webui Bumps [qunit](https://github.com/qunitjs/qunit) from 2.19.0 to 2.20.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.19.0...2.20.0) --- updated-dependencies: - dependency-name: qunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/webui/package.json b/ui/webui/package.json index 71abf42530e..c2b3156a940 100644 --- a/ui/webui/package.json +++ b/ui/webui/package.json @@ -34,7 +34,7 @@ "gettext-parser": "7.0.1", "htmlparser": "1.7.7", "jed": "1.1.1", - "qunit": "2.19.0", + "qunit": "2.20.0", "sass": "1.59.3", "sizzle": "2.3.6", "stdio": "2.1.1",