From 809e0ea80adbec666e8b7d7ebdde0a7837010a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 08:09:32 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/user-event in /explorer (#12946) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.1.7 to 12.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/v12.1.7...v12.1.8) 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 dc609e690c..1774e0fb85 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -3159,17 +3159,17 @@ } }, "@testing-library/user-event": { - "version": "12.1.7", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.7.tgz", - "integrity": "sha512-wuJiPqSQTVIHsYuumv1PAOBjblSrYA5vyN1nkUDF5HgfuWGz44jQsO22u7PQNkuACGYJE4eU0sybX8CzsySv+Q==", + "version": "12.1.8", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.8.tgz", + "integrity": "sha512-UUcTuT8HyDwGaRXgNgvMS1uOlreLv9+WsXi1FNj3mmumnB2d3hv2cov0RAd99lx8QI2CtAAOELxoihGj8x/nWg==", "requires": { "@babel/runtime": "^7.10.2" }, "dependencies": { "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", + "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/explorer/package.json b/explorer/package.json index e8040d139a..795e7120ff 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@solana/web3.js": "^0.80.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^12.1.7", + "@testing-library/user-event": "^12.1.8", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.13",