From 971537d3f628c50dc4cbc25f66c13051f38219b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:15:18 +0000 Subject: [PATCH] chore(deps-dev): bump qunit from 2.19.1 to 2.19.4 Bumps [qunit](https://github.com/qunitjs/qunit) from 2.19.1 to 2.19.4. - [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.1...2.19.4) --- updated-dependencies: - dependency-name: qunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/addon/package.json | 2 +- tests/app/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/addon/package.json b/tests/addon/package.json index 601abce..b69256b 100644 --- a/tests/addon/package.json +++ b/tests/addon/package.json @@ -39,7 +39,7 @@ "ember-template-lint": "^4.10.1", "ember-try": "^2.0.0", "loader.js": "^4.7.0", - "qunit": "^2.19.1", + "qunit": "^2.19.4", "qunit-dom": "^2.0.0", "typescript": "~4.7.4" }, diff --git a/tests/app/package.json b/tests/app/package.json index 24a44be..9f20008 100644 --- a/tests/app/package.json +++ b/tests/app/package.json @@ -34,7 +34,7 @@ "ember-source": "~3.27.5", "ember-template-lint": "^4.10.1", "loader.js": "^4.7.0", - "qunit": "^2.19.1", + "qunit": "^2.19.4", "qunit-dom": "^2.0.0", "typescript": "~4.7.4" }, diff --git a/yarn.lock b/yarn.lock index 3ea7486..32e07d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8671,10 +8671,10 @@ qunit-dom@^2.0.0: ember-cli-babel "^7.23.0" ember-cli-version-checker "^5.1.1" -qunit@^2.19.1: - version "2.19.1" - resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.19.1.tgz#eb1afd188da9e47f07c13aa70461a1d9c4505490" - integrity sha512-gSGuw0vErE/rNjnlBW/JmE7NNubBlGrDPQvsug32ejYhcVFuZec9yoU0+C30+UgeCGwq6Ap89K65dMGo+kDGZQ== +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== dependencies: commander "7.2.0" node-watch "0.7.3"