diff --git a/explorer/package-lock.json b/explorer/package-lock.json index a8a619e0f0..e9addf9eba 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -3160,9 +3160,9 @@ } }, "@testing-library/user-event": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.3.tgz", - "integrity": "sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.4.tgz", + "integrity": "sha512-vd5s43lNfyq/JEr8ndQmS+An6dEVUmjW9zqtpmMHU+rrPMaHLrUIlWZ9wDE8ALS/dFMsu6U00A5X/7Dv/2tWnw==", "requires": { "@babel/runtime": "^7.10.2" }, diff --git a/explorer/package.json b/explorer/package.json index ca9111f14e..e476a1f794 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@solana/web3.js": "^0.73.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.2", - "@testing-library/user-event": "^12.1.3", + "@testing-library/user-event": "^12.1.4", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.12",