From 1d8c79fc633a72e466189a20b98ac0ec24630b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:47:23 +0000 Subject: [PATCH] [skip netlify]: Bump qunit from 2.21.0 to 2.21.1 Bumps [qunit](https://github.com/qunitjs/qunit) from 2.21.0 to 2.21.1. - [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.0...2.21.1) --- updated-dependencies: - dependency-name: qunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1e9d04e..cd0241af 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-qunit": "^8.0.1", "loader.js": "^4.7.0", "prettier": "^3.3.3", - "qunit": "^2.21.0", + "qunit": "^2.21.1", "qunit-dom": "^3.2.0", "release-it": "^17.6.0", "sinon": "^17.0.1", diff --git a/yarn.lock b/yarn.lock index bf9a3c52..123b0e0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11798,10 +11798,10 @@ qunit-theme-ember@^1.0.0: resolved "https://registry.yarnpkg.com/qunit-theme-ember/-/qunit-theme-ember-1.0.0.tgz#3b750b9e3ab2837cc3b31cc5b73a0b71b964b0db" integrity sha512-vdMVVo6ecdCkWttMTKeyq1ZTLGHcA6zdze2zhguNuc3ritlJMhOXY5RDseqazOwqZVfCg3rtlmL3fMUyIzUyFQ== -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== +qunit@^2.21.1: + version "2.21.1" + resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.21.1.tgz#b2199f08983efc9ad35c4d48ff6e49d12fb8274d" + integrity sha512-SMA8IBZamI9MyVB4dShGpn6+X6plO8mIyfZTQ815XBvv/nVMeUj+yxsw8SgZVnrMlrAvTziJkmjOhaDwkNMHWQ== dependencies: commander "7.2.0" node-watch "0.7.3"