From 18a51b007fc5c24c236f0fb36c84047b3dad51e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:51:18 +0000 Subject: [PATCH] build(deps-dev): bump qunit from 2.20.0 to 2.22.0 Bumps [qunit](https://github.com/qunitjs/qunit) from 2.20.0 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.20.0...2.22.0) --- updated-dependencies: - dependency-name: qunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-app/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test-app/package.json b/test-app/package.json index b56972e..78ba2d4 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -98,7 +98,7 @@ "eslint-plugin-qunit": "^8.0.1", "loader.js": "^4.7.0", "prettier": "^3.2.1", - "qunit": "^2.20.0", + "qunit": "^2.22.0", "qunit-dom": "^3.2.0", "stylelint": "^16.6.0", "stylelint-config-standard": "^36.0.1", diff --git a/yarn.lock b/yarn.lock index c5abafe..605e21a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9470,10 +9470,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.20.0: - version "2.20.0" - resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.20.0.tgz#66a404a0142781316bbda91535869ce5671555b1" - integrity sha512-N8Fp1J55waE+QG1KwX2LOyqulZUToRrrPBqDOfYfuAMkEglFL15uwvmH1P4Tq/omQ/mGbBI8PEB3PhIfvUb+jg== +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"