From 9096a4a658a988076245a15fb78330a30516412d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:44:05 +0300 Subject: [PATCH] [chore]: Bump qunit from 2.19.4 to 2.20.0 (#879) Bumps [qunit](https://github.com/qunitjs/qunit) from 2.19.4 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.4...2.20.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> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cf14d877..057dcc83 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-n": "^16.1.0", "flexi": "^2.1.0", "loader.js": "^4.7.0", - "qunit": "~2.19.4", + "qunit": "~2.20.0", "qunit-dom": "~2.0.0", "release-it": "~15.11.0", "webpack": "~5.88.2" diff --git a/yarn.lock b/yarn.lock index 54483d5d..eafc48d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10445,10 +10445,10 @@ qunit-dom@~2.0.0: ember-cli-babel "^7.23.0" ember-cli-version-checker "^5.1.1" -qunit@~2.19.4: - version "2.19.4" - resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.19.4.tgz#2d689bb1165edd4b812e3ed2ee06ff907e9f2ece" - integrity sha512-aqUzzUeCqlleWYKlpgfdHHw9C6KxkB9H3wNfiBg5yHqQMzy0xw/pbCRHYFkjl8MsP/t8qkTQE+JTYL71azgiew== +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== dependencies: commander "7.2.0" node-watch "0.7.3"