From 19c053c8399390d4efa17307bcbbc9ba1883e2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 08:42:37 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/user-event in /explorer (#11502) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.1.0 to 12.1.1. - [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.1.0...v12.1.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 12 ++++++------ explorer/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 35a0d98359..c56b9658b4 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2784,17 +2784,17 @@ } }, "@testing-library/user-event": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.0.tgz", - "integrity": "sha512-aH/XuNFpPD6dA+fh754EGqKeAzpH66HpLJYkv9vOAih2yGmTM8JiZ8uisQDGWRPkc6sxE2zCqDwLR4ZskhRCxw==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.1.tgz", + "integrity": "sha512-gJ2lD3tANqVLS6GWh2gEqvEYDPlxzR+6uLAvzdb5CH6KIM6kXfCwsvK0oLhmDRFAuj8WfnBH9CaM5YDplkWFrQ==", "requires": { "@babel/runtime": "^7.10.2" }, "dependencies": { "@babel/runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", - "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/explorer/package.json b/explorer/package.json index d45119b864..d2876fbe01 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@solana/web3.js": "^0.66.1", "@testing-library/jest-dom": "^5.11.2", "@testing-library/react": "^10.4.8", - "@testing-library/user-event": "^12.1.0", + "@testing-library/user-event": "^12.1.1", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.12",