diff --git a/package-lock.json b/package-lock.json index 4e7637c..7298c2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2275,9 +2275,9 @@ } }, "@testing-library/user-event": { - "version": "12.8.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.1.tgz", - "integrity": "sha512-u521YhkCKip0DQNDpfj9V97PU7UlCTkW5jURUD4JipuVe/xDJ32dJSIHlT2pqAs/I91OFB8p6LtqaLZpOu8BWQ==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz", + "integrity": "sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/package.json b/package.json index 724de53..3c0b93f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@material-ui/core": "^4.11.3", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^12.8.1", + "@testing-library/user-event": "^13.2.0", "bootstrap": "^4.6.0", "css-baseline": "^1.2.11", "emailjs-com": "^2.6.4",