From 63c024ddd18277de9375892b94d07ef520d3837a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 11:02:08 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/user-event in /explorer (#11194) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.0.12 to 12.0.13. - [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/v12.0.12...v12.0.13) 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 9699d35aad..cd36410a46 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2689,9 +2689,9 @@ } }, "@testing-library/user-event": { - "version": "12.0.12", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.0.12.tgz", - "integrity": "sha512-sftHNrd7JGFVL9yjmg64crjilxf1J6R65qgwfmUtu0M+biu/chnQr+KD+JlNHQevZtkkxQ9C8ELzHyXJpD9QZQ==", + "version": "12.0.13", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.0.13.tgz", + "integrity": "sha512-JvodPV7CGl2Izf/qWS+vAVKBB1ZNAPGEacabfEeLGfafLmiqXoGJCxNZC1ml3mNTj9tTsIjouHGc42gvlyRTtQ==", "requires": { "@babel/runtime": "^7.10.2" }, diff --git a/explorer/package.json b/explorer/package.json index ae3d998d09..c1e0f08b7c 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@solana/web3.js": "^0.63.1", "@testing-library/jest-dom": "^5.11.1", "@testing-library/react": "^10.4.7", - "@testing-library/user-event": "^12.0.12", + "@testing-library/user-event": "^12.0.13", "@types/bs58": "^4.0.1", "@types/jest": "^26.0.7", "@types/node": "^14.0.24",