From 3d30b43f47ee6ebe660993de7bb712b13dcf93dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:18:09 +0000 Subject: [PATCH] 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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index af3e55a..04ce431 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "karma-qunit": "^4.2.1", "karma-sourcemap-loader": "^0.4.0", "karma-webpack": "^5.0.1", - "qunit": "^2.21.1", + "qunit": "^2.22.0", "style-loader": "^4.0.0", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", diff --git a/yarn.lock b/yarn.lock index 34e3785..ccc551d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4300,10 +4300,10 @@ queue-microtask@^1.2.2: resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== -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== +qunit@^2.22.0: + version "2.22.0" + resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.22.0.tgz#77c26ebfc337bbf82e0e69d4192f0e4454ef134d" + integrity sha512-wPYvAvpjTL3zlUeyCX75T8gfZfdVXZa8y1EVkGe/XZNORIsCH/WI2X8R2KlemT921X9EKSZUL6CLGSPC7Ks08g== dependencies: commander "7.2.0" node-watch "0.7.3"