From 363c668f1c112c9b31777c04b4c8bf191f1a34bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 06:56:51 +0000 Subject: [PATCH] chore(deps-dev): bump qunit-dom from 2.0.0 to 3.0.0 in /ember 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] --- ember/package.json | 2 +- ember/yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/ember/package.json b/ember/package.json index 0622a06..63c0b92 100644 --- a/ember/package.json +++ b/ember/package.json @@ -97,7 +97,7 @@ "loader.js": "4.7.0", "prettier": "^3.0.1", "qunit": "2.19.4", - "qunit-dom": "2.0.0", + "qunit-dom": "3.0.0", "sass": "1.49.9", "stylelint": "^15.4.0", "stylelint-config-standard-scss": "^11.0.0", diff --git a/ember/yarn.lock b/ember/yarn.lock index beb6f6a..002bf07 100644 --- a/ember/yarn.lock +++ b/ember/yarn.lock @@ -14449,15 +14449,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.19.4: version "2.19.4"