From fe234f2e60cdcd9d7c09a361fcc9826cf2aa3d6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 06:28:09 +0000 Subject: [PATCH] [BUMP] Update dependency @1024pix/ember-testing-library to ^3.0.2 (junior) --- junior/package-lock.json | 16 ++++++++-------- junior/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/junior/package-lock.json b/junior/package-lock.json index 0143468422e..4b92760dd3c 100644 --- a/junior/package-lock.json +++ b/junior/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0", "devDependencies": { - "@1024pix/ember-testing-library": "^3.0.1", + "@1024pix/ember-testing-library": "^3.0.2", "@1024pix/eslint-config": "^1.3.7", "@1024pix/pix-ui": "^46.12.6", "@1024pix/stylelint-config": "^5.1.16", @@ -78,13 +78,13 @@ } }, "node_modules/@1024pix/ember-testing-library": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@1024pix/ember-testing-library/-/ember-testing-library-3.0.1.tgz", - "integrity": "sha512-mGgGRr0o0jEgMjFhQPkPl7hBNPDieXgyGabFPkcPcJRx5tgLhqcX7jlAhHRfmKqFhfe7oYZ1PSniO0uivIgZkQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@1024pix/ember-testing-library/-/ember-testing-library-3.0.2.tgz", + "integrity": "sha512-Rc/AeW0nFGAJuEP9pClrohQYlqNcIpNkgiHAEYJvlxF/EpzVstR1SNBwAjYXm9y7Pi58iWYz7NtcR6aQ+hYYXg==", "dev": true, "license": "MIT", "dependencies": { - "@testing-library/dom": "10.3.1", + "@testing-library/dom": "10.3.2", "broccoli-funnel": "^3.0.8", "ember-auto-import": "^2.6.0", "ember-cli-babel": "^8.0.0", @@ -11993,9 +11993,9 @@ "dev": true }, "node_modules/@testing-library/dom": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.3.1.tgz", - "integrity": "sha512-q/WL+vlXMpC0uXDyfsMtc1rmotzLV8Y0gq6q1gfrrDjQeHoeLrqHbxdPvPNAh1i+xuJl7+BezywcXArz7vLqKQ==", + "version": "10.3.2", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.3.2.tgz", + "integrity": "sha512-0bxIdP9mmPiOJ6wHLj8bdJRq+51oddObeCGdEf6PNEhYd93ZYAN+lPRnEOVFtheVwDM7+p+tza3LAQgp0PTudg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/junior/package.json b/junior/package.json index 226864ae915..5948af854d1 100644 --- a/junior/package.json +++ b/junior/package.json @@ -34,7 +34,7 @@ "test:lint": "run-p --continue-on-error test lint" }, "devDependencies": { - "@1024pix/ember-testing-library": "^3.0.1", + "@1024pix/ember-testing-library": "^3.0.2", "@1024pix/eslint-config": "^1.3.7", "@1024pix/pix-ui": "^46.12.6", "@1024pix/stylelint-config": "^5.1.16",