From ecdb391a70e4e82bad879b8b0271e043b7f89f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:34:18 +0800 Subject: [PATCH] Build(deps-dev): Bump qunit from 2.20.1 to 2.21.0 (#27252) Bumps [qunit](https://github.com/qunitjs/qunit) from 2.20.1 to 2.21.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.20.1...2.21.0) --- updated-dependencies: - dependency-name: qunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/assets/javascripts/discourse/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/discourse/package.json b/app/assets/javascripts/discourse/package.json index 932ba7277bc..7781a51f36a 100644 --- a/app/assets/javascripts/discourse/package.json +++ b/app/assets/javascripts/discourse/package.json @@ -106,7 +106,7 @@ "message-bus-client": "^4.3.8", "messageformat": "0.1.5", "pretender": "^3.4.7", - "qunit": "^2.20.1", + "qunit": "^2.21.0", "qunit-dom": "^3.1.2", "sass": "^1.77.2", "select-kit": "1.0.0", diff --git a/yarn.lock b/yarn.lock index cc30da81404..84368be92c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10669,10 +10669,10 @@ qunit-dom@^3.1.2: resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-3.1.2.tgz#8adff6d9eb7b0f2ba88d18ba120d2e1b1c4efb5b" integrity sha512-urHvzhDxihYrMBpsT/Fk7So79CPfvS0ZwZw2VPA+0JV1Q1XP2IhDg/PLHTt+r2j7787iQAOpILx2GjwAa6CpnA== -qunit@^2.20.1: - version "2.20.1" - resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.20.1.tgz#280da17c258535f2c14520f018d2eec1191b20cf" - integrity sha512-scZfyhX8mmP3u/CN2y3CutQb+ppalbpqmm7g/X62M2yOt8ofzsxrRaC+MPmYm/tXxpzs9HGrVeCxZwLoP0tuAA== +qunit@^2.21.0: + version "2.21.0" + resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.21.0.tgz#c3d35adb1c9df8176459665f2daf33170c0f8662" + integrity sha512-kJJ+uzx5xDWk0oRrbOZ3zsm+imPULE58ZMIrNl+3POZl4a1k6VXj2E4OiqTmZ9j6hh9egE3kNgnAti9Q+BG6Yw== dependencies: commander "7.2.0" node-watch "0.7.3"