diff --git a/explorer/package-lock.json b/explorer/package-lock.json index e6cc730348..3a3c7f0c43 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -3036,11 +3036,21 @@ } }, "@testing-library/user-event": { - "version": "12.2.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz", - "integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==", + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.6.0.tgz", + "integrity": "sha512-FNEH/HLmOk5GO70I52tKjs7WvGYckeE/SrnLX/ip7z2IGbffyd5zOUM1tZ10vsTphqm+VbDFI0oaXu0wcfQsAQ==", "requires": { - "@babel/runtime": "^7.10.2" + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "@types/anymatch": { diff --git a/explorer/package.json b/explorer/package.json index 180f0a1841..bd6a946bba 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -9,7 +9,7 @@ "@solana/web3.js": "^0.87.1", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", - "@testing-library/user-event": "^12.2.2", + "@testing-library/user-event": "^12.6.0", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.14",