diff --git a/docs-app/package.json b/docs-app/package.json index 06ff179a..cd67c8e4 100644 --- a/docs-app/package.json +++ b/docs-app/package.json @@ -70,7 +70,7 @@ "prember": "^2.1.0", "prettier": "^3.3.2", "qunit": "^2.21.0", - "qunit-dom": "^2.0.0", + "qunit-dom": "^3.2.0", "sinon": "^18.0.0", "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 26e3993e..2787cd80 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -162,8 +162,8 @@ importers: specifier: ^2.21.0 version: 2.21.0 qunit-dom: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^3.2.0 + version: 3.2.0 sinon: specifier: ^18.0.0 version: 18.0.0 @@ -379,8 +379,8 @@ importers: specifier: ^2.21.0 version: 2.21.0 qunit-dom: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^3.2.0 + version: 3.2.0 sinon: specifier: ^18.0.0 version: 18.0.0 @@ -6413,9 +6413,8 @@ packages: quick-temp@0.1.8: resolution: {integrity: sha512-YsmIFfD9j2zaFwJkzI6eMG7y0lQP7YeWzgtFgNl38pGWZBSXJooZbOWwkcRot7Vt0Fg9L23pX0tqWU3VvLDsiA==} - qunit-dom@2.0.0: - resolution: {integrity: sha512-mElzLN99wYPOGekahqRA+mq7NcThXY9c+/tDkgJmT7W5LeZAFNyITr2rFKNnCbWLIhuLdFw88kCBMrJSfyBYpA==} - engines: {node: 12.* || 14.* || >= 16.*} + qunit-dom@3.2.0: + resolution: {integrity: sha512-VYFXbwod2sis16Nzgx5UrdCvjNUPYIAbTwEGv7hF1RfgJaVgG5ASVaQz9en0ZRvlybtql0LrVuAbleJU/57zQQ==} qunit-theme-ember@1.0.0: resolution: {integrity: sha512-vdMVVo6ecdCkWttMTKeyq1ZTLGHcA6zdze2zhguNuc3ritlJMhOXY5RDseqazOwqZVfCg3rtlmL3fMUyIzUyFQ==} @@ -16448,14 +16447,9 @@ snapshots: rimraf: 2.7.1 underscore.string: 3.3.6 - qunit-dom@2.0.0: + qunit-dom@3.2.0: 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 + dom-element-descriptors: 0.5.1 qunit-theme-ember@1.0.0: {} diff --git a/test-app/package.json b/test-app/package.json index f9857524..36c9f9c6 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -67,7 +67,7 @@ "loader.js": "^4.7.0", "prettier": "^3.3.2", "qunit": "^2.21.0", - "qunit-dom": "^2.0.0", + "qunit-dom": "^3.2.0", "sinon": "^18.0.0", "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0",