diff --git a/package-lock.json b/package-lock.json index c0588c6..54eff46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2378,13 +2378,10 @@ } }, "@testing-library/user-event": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", - "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.12.5" - } + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.3.0.tgz", + "integrity": "sha512-P02xtBBa8yMaLhK8CzJCIns8rqwnF6FxhR9zs810flHOBXUYCFjLd8Io1rQrAkQRWEmW2PGdZIEdMxf/KLsqFA==", + "dev": true }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index c04f79d..9421a68 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@emotion/react": "~11.8.1", "@testing-library/jest-dom": "~5.16.2", "@testing-library/react": "~12.1.3", - "@testing-library/user-event": "~13.5.0", + "@testing-library/user-event": "~14.3.0", "@types/react": "~17.0.33", "@types/react-dom": "~17.0.10", "@typescript-eslint/eslint-plugin": "^5.12.1",