From c826cddbb5648f6c5369649d5773f0cc665907ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 09:15:57 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/user-event in /explorer (#16568) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.2 to 13.1.3. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.1.2...v13.1.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index a1271bad71..e81ee5ca97 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2988,9 +2988,9 @@ } }, "@testing-library/user-event": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.2.tgz", - "integrity": "sha512-89S/QELVCXbcHmgAfPrk0U8kCu9qESqV8/QQaUe5B4+7qi3kJlfQYCiB7Pfi2XInBtO0qm7vDmJb+/Oa+TFdyQ==", + "version": "13.1.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.3.tgz", + "integrity": "sha512-PDTAb7CDhWzxdEFh29vnSyNFx/gigFPsVli2lgxoX+cbX6Dy2kTetB1J3dLm5TKh4d5nUWFfLpaPMoZuLLZ1Dg==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/explorer/package.json b/explorer/package.json index d5d43cc7d1..039aa5e6fa 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -11,7 +11,7 @@ "@solana/web3.js": "^1.2.7", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", - "@testing-library/user-event": "^13.1.2", + "@testing-library/user-event": "^13.1.3", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.16",