From 8d096c6cc0c2bea5b5f3909f78642ed47ca7942a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 07:26:30 +0000 Subject: [PATCH] chore(deps-dev): bump qunit from 2.18.2 to 2.19.1 Bumps [qunit](https://github.com/qunitjs/qunit) from 2.18.2 to 2.19.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.18.2...2.19.1) --- 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 9eb6c9dd..01c21167 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "loader.js": "4.7.0", "npm-run-all": "4.1.5", "prettier": "2.6.2", - "qunit": "2.18.2", + "qunit": "2.19.1", "qunit-dom": "2.0.0", "sass": "1.51.0", "webpack": "5.72.0" diff --git a/yarn.lock b/yarn.lock index 2eef4147..ba6d415b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11403,10 +11403,10 @@ qunit-dom@2.0.0: ember-cli-babel "^7.23.0" ember-cli-version-checker "^5.1.1" -qunit@2.18.2: - version "2.18.2" - resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.18.2.tgz#87ed3c85f12feec6ea6bf8dd2f8867b059732cbc" - integrity sha512-Ux+x9pIU38/F+r3jOl35QzGHPPupMifUvhczCqHgzYWX76fCjPg6VqM84ox1D57fhAXHtpS4Jl91EV8gDoCHPg== +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== dependencies: commander "7.2.0" node-watch "0.7.3"