diff --git a/package-lock.json b/package-lock.json index 771dd68..4d0778c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@popperjs/core": "^2.11.5", "@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.3.0", "ansi-html": "^0.0.9", "ansi-regex": "^6.0.1", "color-string": "^1.9.1", @@ -4329,9 +4329,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.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.3.0.tgz", + "integrity": "sha512-P02xtBBa8yMaLhK8CzJCIns8rqwnF6FxhR9zs810flHOBXUYCFjLd8Io1rQrAkQRWEmW2PGdZIEdMxf/KLsqFA==", "engines": { "node": ">=12", "npm": ">=6" @@ -25694,9 +25694,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.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.3.0.tgz", + "integrity": "sha512-P02xtBBa8yMaLhK8CzJCIns8rqwnF6FxhR9zs810flHOBXUYCFjLd8Io1rQrAkQRWEmW2PGdZIEdMxf/KLsqFA==", "requires": {} }, "@tootallnate/once": { diff --git a/package.json b/package.json index de5f958..b61df0d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@popperjs/core": "^2.11.5", "@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.3.0", "ansi-html": "^0.0.9", "ansi-regex": "^6.0.1", "color-string": "^1.9.1",