diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 4cf41c34d2..873e905de9 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2784,17 +2784,17 @@ } }, "@testing-library/user-event": { - "version": "12.0.17", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.0.17.tgz", - "integrity": "sha512-Et22bfgnLdowY0VSP8MQuCP9wdrqWMrm9OCXSi3q3rx7ctSvEsC/jYNbgK/MJdDSpVhNVnB+fqm1VhVlDDRN6A==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.0.tgz", + "integrity": "sha512-aH/XuNFpPD6dA+fh754EGqKeAzpH66HpLJYkv9vOAih2yGmTM8JiZ8uisQDGWRPkc6sxE2zCqDwLR4ZskhRCxw==", "requires": { "@babel/runtime": "^7.10.2" }, "dependencies": { "@babel/runtime": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz", - "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", + "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/explorer/package.json b/explorer/package.json index bf1f165fd5..071c501697 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@solana/web3.js": "^0.64.0", "@testing-library/jest-dom": "^5.11.2", "@testing-library/react": "^10.4.7", - "@testing-library/user-event": "^12.0.17", + "@testing-library/user-event": "^12.1.0", "@types/bs58": "^4.0.1", "@types/jest": "^26.0.8", "@types/node": "^14.0.27",