diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44984a00..bd3dd7f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -275,8 +275,8 @@ importers: 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 release-it: specifier: ^16.2.1 version: 16.2.1(typescript@5.2.2) @@ -11359,16 +11359,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: diff --git a/test-app/package.json b/test-app/package.json index ffb40b03..9fe711dd 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -75,7 +75,7 @@ "loader.js": "^4.7.0", "prettier": "^3.0.3", "qunit": "^2.20.0", - "qunit-dom": "^2.0.0", + "qunit-dom": "^3.0.0", "release-it": "^16.2.1", "stylelint": "^15.11.0", "stylelint-config-prettier": "^9.0.5",