From 806bb4cfe0baed52d2223d3640db264f6fbcf76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:31:26 +0000 Subject: [PATCH] Bump @testing-library/user-event from 14.6.0 to 14.6.1 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.6.0 to 14.6.1. - [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...v14.6.1) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a80b11e..9dd0a05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", - "@testing-library/user-event": "^14.6.0", + "@testing-library/user-event": "^14.6.1", "autoprefixer": "^10.4.20", "axios": "^1.7.9", "postcss": "^8.5.1", @@ -3404,9 +3404,10 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.6.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.0.tgz", - "integrity": "sha512-+jsfK7kVJbqnCYtLTln8Ja/NmVrZRwBJHmHR9IxIVccMWSOZ6Oy0FkDJNeyVu4QSpMNmRfy10Xb76ObRDlWWBQ==", + "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==", + "license": "MIT", "engines": { "node": ">=12", "npm": ">=6" diff --git a/package.json b/package.json index 5b7184e..6574f96 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", - "@testing-library/user-event": "^14.6.0", + "@testing-library/user-event": "^14.6.1", "autoprefixer": "^10.4.20", "axios": "^1.7.9", "postcss": "^8.5.1",