From 3810d0df32dcdcab44ca26bd271832cd5f57a955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:11:48 +0000 Subject: [PATCH] Bump @testing-library/user-event in /examples/react Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.5.1 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.5.1...v14.6.1) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-version: 14.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/react/package-lock.json | 15 ++++++++------- examples/react/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/examples/react/package-lock.json b/examples/react/package-lock.json index 7b7e5ca..d9c8db5 100644 --- a/examples/react/package-lock.json +++ b/examples/react/package-lock.json @@ -11,7 +11,7 @@ "@rdkit/rdkit": "^2022.3.5-1.2.1", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^14.5.1", + "@testing-library/user-event": "^14.6.1", "hex-rgb": "^5.0.0", "lodash": "^4.17.21", "react": "^18.2.0", @@ -3886,9 +3886,10 @@ "integrity": "sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg==" }, "node_modules/@testing-library/user-event": { - "version": "14.5.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.1.tgz", - "integrity": "sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==", + "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" @@ -21531,9 +21532,9 @@ } }, "@testing-library/user-event": { - "version": "14.5.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.1.tgz", - "integrity": "sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==", + "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==", "requires": {} }, "@tootallnate/once": { diff --git a/examples/react/package.json b/examples/react/package.json index 1021a63..1ac6c58 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -7,7 +7,7 @@ "@rdkit/rdkit": "^2022.3.5-1.2.1", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^14.5.1", + "@testing-library/user-event": "^14.6.1", "hex-rgb": "^5.0.0", "lodash": "^4.17.21", "react": "^18.2.0",