diff --git a/package-lock.json b/package-lock.json index 5162f28..10364a7 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.6", "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.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.6.tgz", + "integrity": "sha512-l/4W4x3Lm24wkWNkPasXqvEzG+a6n2X872XCUjhyfbNqcoOapaWyCxC5Fz+E4r7JPu8gysQKSSCrK0OO2x+D+A==", "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.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.6.tgz", + "integrity": "sha512-l/4W4x3Lm24wkWNkPasXqvEzG+a6n2X872XCUjhyfbNqcoOapaWyCxC5Fz+E4r7JPu8gysQKSSCrK0OO2x+D+A==", "requires": {} }, "@tootallnate/once": { diff --git a/package.json b/package.json index 3ef3190..8b4e820 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.6", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dropdown": "^1.10.0",