diff --git a/docs/package.json b/docs/package.json index 16d7c2aa..47235348 100644 --- a/docs/package.json +++ b/docs/package.json @@ -72,7 +72,7 @@ "npm-run-all2": "6.2.3", "prettier": "3.3.3", "qunit": "2.22.0", - "qunit-dom": "3.1.2", + "qunit-dom": "3.2.0", "sass": "1.77.8", "tracked-built-ins": "3.3.0", "webpack": "5.94.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1ae0bc9..e7f074e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -154,8 +154,8 @@ importers: specifier: 2.22.0 version: 2.22.0 qunit-dom: - specifier: 3.1.2 - version: 3.1.2 + specifier: 3.2.0 + version: 3.2.0 sass: specifier: 1.77.8 version: 1.77.8 @@ -386,8 +386,8 @@ importers: specifier: 2.22.0 version: 2.22.0 qunit-dom: - specifier: 3.1.2 - version: 3.1.2 + specifier: 3.2.0 + version: 3.2.0 sass: specifier: 1.77.8 version: 1.77.8 @@ -9179,6 +9179,10 @@ packages: /dom-element-descriptors@0.5.0: resolution: {integrity: sha512-CVzntLid1oFVHTKdTp/Qu7Kz+wSm8uO30TSQyAJ6n4Dz09yTzVQn3S1oRhVhUubxdMuKs1DjDqt88pubHagbPw==} + /dom-element-descriptors@0.5.1: + resolution: {integrity: sha512-DLayMRQ+yJaziF4JJX1FMjwjdr7wdTr1y9XvZ+NfHELfOMcYDnCHneAYXAS4FT1gLILh4V0juMZohhH1N5FsoQ==} + dev: true + /dom-serializer@0.2.2: resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} dependencies: @@ -16026,8 +16030,10 @@ packages: rimraf: 2.7.1 underscore.string: 3.3.6 - /qunit-dom@3.1.2: - resolution: {integrity: sha512-urHvzhDxihYrMBpsT/Fk7So79CPfvS0ZwZw2VPA+0JV1Q1XP2IhDg/PLHTt+r2j7787iQAOpILx2GjwAa6CpnA==} + /qunit-dom@3.2.0: + resolution: {integrity: sha512-VYFXbwod2sis16Nzgx5UrdCvjNUPYIAbTwEGv7hF1RfgJaVgG5ASVaQz9en0ZRvlybtql0LrVuAbleJU/57zQQ==} + dependencies: + dom-element-descriptors: 0.5.1 dev: true /qunit-theme-ember@1.0.0: diff --git a/test-app/package.json b/test-app/package.json index c602b6c4..e82329a1 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -65,7 +65,7 @@ "npm-run-all2": "6.2.3", "prettier": "3.3.3", "qunit": "2.22.0", - "qunit-dom": "3.1.2", + "qunit-dom": "3.2.0", "sass": "1.77.8", "tracked-built-ins": "3.3.0", "webpack": "5.94.0"