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",