From c3568398b70eb0306c3e7bb057144853f8f12dd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:08:26 +0000 Subject: [PATCH] Update dependency qunit-dom to v3.2.1 --- docs/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ test-app/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) 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"