From 87c153bd37a0cd981f75576f4baa3b5311c20c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 11:33:32 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/user-event in /explorer (#16950) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.6 to 13.1.8. - [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.6...v13.1.8) 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 bdbaff3c71..30fdb68352 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2981,9 +2981,9 @@ } }, "@testing-library/user-event": { - "version": "13.1.6", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.6.tgz", - "integrity": "sha512-mykGPKQn0QO5faqJ47I6Wp3yererB3nNH9OEELVLyDZ4b6QTnix1OFbR0/th1bEYHaWiiymm2hJ5czOyWP2WUg==", + "version": "13.1.8", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.8.tgz", + "integrity": "sha512-M04HgOlJvxILf5xyrkJaEQfFOtcvhy3usLldQIEg9zgFIYQofSmFGVfFlS7BWowqlBGLrItwGMlPXCoBgoHSiw==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/explorer/package.json b/explorer/package.json index 33b65f7f42..7903602d36 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -11,7 +11,7 @@ "@solana/web3.js": "^1.7.0", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", - "@testing-library/user-event": "^13.1.6", + "@testing-library/user-event": "^13.1.8", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.16",