From a6951e3aa2bc0ce3ae414534394142f5e5397cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 23:07:12 +0000 Subject: [PATCH] chore(deps-dev): bump qunit-dom from 2.0.0 to 3.0.0 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] --- package.json | 2 +- pnpm-lock.yaml | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 9f5f8647..f2b68740 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "loader.js": "4.7.0", "prettier": "3.0.3", "qunit": "2.20.0", - "qunit-dom": "2.0.0", + "qunit-dom": "3.0.0", "sass": "1.69.5", "semantic-release": "22.0.5", "stylelint": "15.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b2059f2c..b6a8c107 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -191,8 +191,8 @@ devDependencies: specifier: 2.20.0 version: 2.20.0 qunit-dom: - specifier: 2.0.0 - version: 2.0.0 + specifier: 3.0.0 + version: 3.0.0 sass: specifier: 1.69.5 version: 1.69.5 @@ -11945,16 +11945,8 @@ packages: rimraf: 2.7.1 underscore.string: 3.3.6 - /qunit-dom@2.0.0: - resolution: {integrity: sha512-mElzLN99wYPOGekahqRA+mq7NcThXY9c+/tDkgJmT7W5LeZAFNyITr2rFKNnCbWLIhuLdFw88kCBMrJSfyBYpA==} - engines: {node: 12.* || 14.* || >= 16.*} - dependencies: - broccoli-funnel: 3.0.8 - broccoli-merge-trees: 4.2.0 - ember-cli-babel: 7.26.11 - ember-cli-version-checker: 5.1.2 - transitivePeerDependencies: - - supports-color + /qunit-dom@3.0.0: + resolution: {integrity: sha512-rqGZ9ZgOvtOY+Ph2ElCJ4pRIHouMZmI3DWK35Xr3x3c17/gIwOHHyKAQk6XetqhqepS6p+oXvK6Bx1uZu5jJuw==} dev: true /qunit@2.20.0: