diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9ee4390..334b2ce 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1978,17 +1978,17 @@ } }, "@testing-library/user-event": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.3.tgz", - "integrity": "sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw==", + "version": "12.2.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz", + "integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==", "requires": { "@babel/runtime": "^7.10.2" }, "dependencies": { "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/frontend/package.json b/frontend/package.json index 03365a5..294173f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "@fullhuman/postcss-purgecss": "2.3.0", "@testing-library/jest-dom": "5.11.4", "@testing-library/react": "10.4.9", - "@testing-library/user-event": "12.1.3", + "@testing-library/user-event": "12.2.2", "@types/jest": "26.0.13", "@types/node": "12.12.55", "@types/react": "16.9.49",