diff --git a/docs/package.json b/docs/package.json index 1f6af3a1..7c85beb3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -72,7 +72,7 @@ "npm-run-all2": "6.2.6", "prettier": "3.3.3", "qunit": "2.22.0", - "qunit-dom": "3.2.0", + "qunit-dom": "3.2.1", "sass": "1.78.0", "tracked-built-ins": "3.3.0", "webpack": "5.94.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 91a0722d..ebee413c 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.2.0 - version: 3.2.0 + specifier: 3.2.1 + version: 3.2.1 sass: specifier: 1.78.0 version: 1.78.0 @@ -386,8 +386,8 @@ importers: specifier: 2.22.0 version: 2.22.0 qunit-dom: - specifier: 3.2.0 - version: 3.2.0 + specifier: 3.2.1 + version: 3.2.1 sass: specifier: 1.78.0 version: 1.78.0 @@ -16142,8 +16142,8 @@ packages: rimraf: 2.7.1 underscore.string: 3.3.6 - /qunit-dom@3.2.0: - resolution: {integrity: sha512-VYFXbwod2sis16Nzgx5UrdCvjNUPYIAbTwEGv7hF1RfgJaVgG5ASVaQz9en0ZRvlybtql0LrVuAbleJU/57zQQ==} + /qunit-dom@3.2.1: + resolution: {integrity: sha512-+qSm8zQ7hPA9NijmTDVsUFNGEFP/K+DTymjlsU01O3NhkGtb9rsZRztJXwaiAlmVSX4vSzjydPxpZCRhpWIq4A==} dependencies: dom-element-descriptors: 0.5.1 dev: true diff --git a/test-app/package.json b/test-app/package.json index e25ef9da..9d625a34 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -65,7 +65,7 @@ "npm-run-all2": "6.2.6", "prettier": "3.3.3", "qunit": "2.22.0", - "qunit-dom": "3.2.0", + "qunit-dom": "3.2.1", "sass": "1.78.0", "tracked-built-ins": "3.3.0", "webpack": "5.94.0"