diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 945672828d..de898fcfe5 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -3036,9 +3036,9 @@ } }, "@testing-library/user-event": { - "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==", + "version": "12.6.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.6.2.tgz", + "integrity": "sha512-4OsiTSo2vbQm+eOnm1un8b9i2Re4mn+D7d7ET6HXtzYKY7vPe3O01iYKRmSW9vS5mNrQcCLwvRhVq1gWs5YGKA==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/explorer/package.json b/explorer/package.json index f58eb1be21..6817eaa5bd 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -9,7 +9,7 @@ "@solana/web3.js": "^0.90.1", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.2", - "@testing-library/user-event": "^12.6.0", + "@testing-library/user-event": "^12.6.2", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.14",