diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 39d0ff38e9..af9a21ed22 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2961,9 +2961,9 @@ } }, "@testing-library/user-event": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.1.tgz", - "integrity": "sha512-7n3Y5Vohib6yVFW60JlCvQOqBDIlE1SRyo78nmoHwePAg3SVhnfyOI30RYNj3yFF7qy7e0uVlewzTyvNxyJjEA==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.2.tgz", + "integrity": "sha512-OYlNDcoqNZJhQvP5tsNM4/i27XIyA5DMi8xMwAJ0VLGW5BqjsSrYtL29WvHEdHu+cI6wo6UMHy6atdwtTNVUiw==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/explorer/package.json b/explorer/package.json index 34b765debe..e83e06d2c1 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -10,7 +10,7 @@ "@solana/web3.js": "^0.94.2", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^13.0.1", + "@testing-library/user-event": "^13.0.2", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.15",