diff --git a/package-lock.json b/package-lock.json index 5162f28..0a1bd5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^14.2.0", + "@testing-library/user-event": "^14.2.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dropdown": "^1.10.0", @@ -3360,9 +3360,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz", - "integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==", + "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" @@ -18825,9 +18825,9 @@ } }, "@testing-library/user-event": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz", - "integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==", + "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/package.json b/package.json index 3ef3190..5d601fc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^14.2.0", + "@testing-library/user-event": "^14.2.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dropdown": "^1.10.0",