diff --git a/package-lock.json b/package-lock.json index 19d7e704f2c8..d0e6b4300c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", "@types/node": "^22.10.7", @@ -8274,10 +8274,11 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.5.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", - "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", + "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=12", "npm": ">=6" @@ -37052,7 +37053,7 @@ "@storybook/addon-essentials": "^8.4.7", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.1", "jest": "^29.6.1", "react": "^17.0.2" }, @@ -38768,7 +38769,7 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.1", "jest": "^29.6.1", "jest-axe": "^9.0.0", "jest-matcher-deep-close-to": "^3.0.2", @@ -39572,7 +39573,7 @@ "@storybook/addon-essentials": "^8.4.7", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.2" + "@testing-library/user-event": "^14.6.1" }, "engines": { "node": ">= 12 || >= 14 || >= 16 || >= 18 || >= 20", diff --git a/package.json b/package.json index d26215f2a412..c0ae197a579f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", "@types/node": "^22.10.7", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index cd6641b82f42..f924c8293eed 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -60,7 +60,7 @@ "@storybook/addon-essentials": "^8.4.7", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.1", "jest": "^29.6.1", "react": "^17.0.2" } diff --git a/packages/story-editor/package.json b/packages/story-editor/package.json index abcbde201044..b619a3f4da97 100644 --- a/packages/story-editor/package.json +++ b/packages/story-editor/package.json @@ -95,7 +95,7 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.1", "jest": "^29.6.1", "jest-axe": "^9.0.0", "jest-matcher-deep-close-to": "^3.0.2", diff --git a/packages/wp-dashboard/package.json b/packages/wp-dashboard/package.json index 4e0e2fdaf0c5..6bbd2aaac633 100644 --- a/packages/wp-dashboard/package.json +++ b/packages/wp-dashboard/package.json @@ -51,6 +51,6 @@ "@storybook/addon-essentials": "^8.4.7", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.2" + "@testing-library/user-event": "^14.6.1" } }