diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 661bb86454..fc9ee789ce 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2545,9 +2545,9 @@ } }, "@testing-library/user-event": { - "version": "12.1.10", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.10.tgz", - "integrity": "sha512-StlNdKHp2Rpb7yrny/5/CGpz8bR3jLa1Ge59ODGU6TmAhkrxSpvR6tCD1gaMFkkjEUWkmmye8BaXsZPcaiJ6Ug==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.0.tgz", + "integrity": "sha512-Vnmm1ZvJ+JSQ7+lGIWMIdGbdLFQBAeWEAZJjw6dZwKWMwVTOBXMFbAxUCewQEVM0xfD4sGrYS/Hxec311WknGw==", "requires": { "@babel/runtime": "^7.10.2" } diff --git a/explorer/package.json b/explorer/package.json index ee302e2a01..62244d5d95 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -9,7 +9,7 @@ "@solana/web3.js": "^0.86.4", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.1", - "@testing-library/user-event": "^12.1.10", + "@testing-library/user-event": "^12.2.0", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.14",