diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 55c2604..bf2ac0b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "13.3.0", - "@testing-library/user-event": "14.2.1", + "@testing-library/user-event": "14.2.5", "@types/jest": "28.1.4", "@types/node": "18.0.0", "@types/react": "18.0.15", @@ -3807,9 +3807,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.1.tgz", - "integrity": "sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA==", + "version": "14.2.5", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.5.tgz", + "integrity": "sha512-xcSw47H8JidxQPAqPlHp4l51EYJx+2TlHgYBW9i+noNlgUMMrhgtefnrWcpZ1k9ep6SMhJVyx3N7F4tIKTuJ9w==", "engines": { "node": ">=12", "npm": ">=6" @@ -21256,9 +21256,9 @@ } }, "@testing-library/user-event": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.1.tgz", - "integrity": "sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA==", + "version": "14.2.5", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.5.tgz", + "integrity": "sha512-xcSw47H8JidxQPAqPlHp4l51EYJx+2TlHgYBW9i+noNlgUMMrhgtefnrWcpZ1k9ep6SMhJVyx3N7F4tIKTuJ9w==", "requires": {} }, "@tootallnate/once": { diff --git a/frontend/package.json b/frontend/package.json index da25930..54cfa5f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "dependencies": { "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "13.3.0", - "@testing-library/user-event": "14.2.1", + "@testing-library/user-event": "14.2.5", "@types/jest": "28.1.4", "@types/node": "18.0.0", "@types/react": "18.0.15",