diff --git a/apps/web/package.json b/apps/web/package.json index 57cf2fd5..8c4529be 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -58,7 +58,7 @@ "@testing-library/dom": "9.3.1", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.0", + "@testing-library/user-event": "14.5.2", "@types/facebook-pixel": "0.0.27", "@types/hoist-non-react-statics": "3.3.1", "@types/jest": "29.5.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 95fece32..cc7a227e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -360,8 +360,8 @@ importers: specifier: 14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) '@testing-library/user-event': - specifier: 14.5.0 - version: 14.5.0(@testing-library/dom@9.3.1) + specifier: 14.5.2 + version: 14.5.2(@testing-library/dom@9.3.1) '@types/facebook-pixel': specifier: 0.0.27 version: 0.0.27 @@ -7541,6 +7541,15 @@ packages: '@testing-library/dom': 9.3.1 dev: true + /@testing-library/user-event@14.5.2(@testing-library/dom@9.3.1): + resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} + engines: {node: '>=12', npm: '>=6'} + peerDependencies: + '@testing-library/dom': '>=7.21.4' + dependencies: + '@testing-library/dom': 9.3.1 + dev: true + /@textlint/ast-node-types@12.6.1: resolution: {integrity: sha512-uzlJ+ZsCAyJm+lBi7j0UeBbj+Oy6w/VWoGJ3iHRHE5eZ8Z4iK66mq+PG/spupmbllLtz77OJbY89BYqgFyjXmA==} dev: true