diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 535f373e..e869e90a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,7 @@ "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^5.1.0", - "@testing-library/user-event": "^12.8.1", + "@testing-library/user-event": "^12.8.3", "@types/node-fetch": "^2.5.8", "jest-webgl-canvas-mock": "^0.2.3", "jsdom-worker": "^0.2.1", @@ -2663,9 +2663,9 @@ } }, "node_modules/@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": "12.8.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz", + "integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5" @@ -22687,9 +22687,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": "12.8.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz", + "integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5" diff --git a/frontend/package.json b/frontend/package.json index d097ec28..5e21ad5b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^5.1.0", - "@testing-library/user-event": "^12.8.1", + "@testing-library/user-event": "^12.8.3", "@types/node-fetch": "^2.5.8", "jest-webgl-canvas-mock": "^0.2.3", "jsdom-worker": "^0.2.1",