From 6121c9b5ae7f1c886fab7e9db184500cb9abdd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:49:10 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/user-event from 14.6.1 to 14.6.3 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.6.1 to 14.6.3. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.6.1...v14.6.3) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-version: 14.6.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e46188292009d..4e9fd3b78f1e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "@pinia/testing": "^0.1.7", "@testing-library/cypress": "^10.1.3", "@testing-library/jest-dom": "^6.9.1", - "@testing-library/user-event": "^14.6.1", + "@testing-library/user-event": "^14.6.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^4.0.1", "@types/wait-on": "^5.3.4", @@ -7762,11 +7762,10 @@ "license": "MIT" }, "node_modules/@testing-library/user-event": { - "version": "14.6.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", - "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", + "version": "14.6.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.3.tgz", + "integrity": "sha512-6dBq67jT8lE+JTE8Exm02Kt6ze43hz1jdiSpSJwtTZiT1xQQ6b7nZYTTQ9njdArdU8XklOwaDp/AbT/eYSKF4g==", "dev": true, - "license": "MIT", "engines": { "node": ">=12", "npm": ">=6" diff --git a/package.json b/package.json index 32b5cd4b346d4..ce3711909c7f6 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "@pinia/testing": "^0.1.7", "@testing-library/cypress": "^10.1.3", "@testing-library/jest-dom": "^6.9.1", - "@testing-library/user-event": "^14.6.1", + "@testing-library/user-event": "^14.6.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^4.0.1", "@types/wait-on": "^5.3.4",