diff --git a/apps/site/package.json b/apps/site/package.json index 5728a2ae4a675..60b45716b1d55 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -87,8 +87,8 @@ "@storybook/addon-webpack5-compiler-swc": "^2.0.0", "@storybook/react-webpack5": "^8.5.2", "@testing-library/jest-dom": "~6.6.3", - "@testing-library/react": "~16.1.0", - "@testing-library/user-event": "~14.5.2", + "@testing-library/react": "~16.2.0", + "@testing-library/user-event": "~14.6.1", "@types/jest": "29.5.14", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", diff --git a/package-lock.json b/package-lock.json index 10496d5fa328d..40e7585825b4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,8 +98,8 @@ "@storybook/addon-webpack5-compiler-swc": "^2.0.0", "@storybook/react-webpack5": "^8.5.2", "@testing-library/jest-dom": "~6.6.3", - "@testing-library/react": "~16.1.0", - "@testing-library/user-event": "~14.5.2", + "@testing-library/react": "~16.2.0", + "@testing-library/user-event": "~14.6.1", "@types/jest": "29.5.14", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", @@ -5044,6 +5044,20 @@ "yarn": ">=1" } }, + "node_modules/@storybook/addon-interactions/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==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12", + "npm": ">=6" + }, + "peerDependencies": { + "@testing-library/dom": ">=7.21.4" + } + }, "node_modules/@storybook/addon-interactions/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -5956,10 +5970,11 @@ } }, "node_modules/@testing-library/react": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.1.0.tgz", - "integrity": "sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz", + "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -5983,9 +5998,9 @@ } }, "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": {