From ff6a15386c5bf92d329f4e5dc0c4e8886a8d6e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:33:32 +0100 Subject: [PATCH] chore(deps-dev): bump qunit-dom from 2.0.0 to 3.0.0 (#1018) Bumps [qunit-dom](https://github.com/mainmatter/qunit-dom) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/mainmatter/qunit-dom/releases) - [Commits](https://github.com/mainmatter/qunit-dom/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: qunit-dom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 23f820d3..41129784 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "loader.js": "4.7.0", "prettier": "2.8.8", "qunit": "2.20.0", - "qunit-dom": "2.0.0", + "qunit-dom": "3.0.0", "stylelint": "15.10.3", "stylelint-config-standard": "33.0.0", "stylelint-prettier": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 533efc02..e4444eeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15408,15 +15408,10 @@ quick-temp@^0.1.2, quick-temp@^0.1.3, quick-temp@^0.1.5, quick-temp@^0.1.8: rimraf "^2.5.4" underscore.string "~3.3.4" -qunit-dom@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-2.0.0.tgz#c4d7f7676dbb57f54151b72f8366d862134cd1c0" - integrity sha512-mElzLN99wYPOGekahqRA+mq7NcThXY9c+/tDkgJmT7W5LeZAFNyITr2rFKNnCbWLIhuLdFw88kCBMrJSfyBYpA== - dependencies: - broccoli-funnel "^3.0.3" - broccoli-merge-trees "^4.2.0" - ember-cli-babel "^7.23.0" - ember-cli-version-checker "^5.1.1" +qunit-dom@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-3.0.0.tgz#326e83e4ce8d492bdff91a8cb4d5b54a20917fcc" + integrity sha512-rqGZ9ZgOvtOY+Ph2ElCJ4pRIHouMZmI3DWK35Xr3x3c17/gIwOHHyKAQk6XetqhqepS6p+oXvK6Bx1uZu5jJuw== qunit@2.20.0: version "2.20.0"