From 1e08d59ee79cb14aa00d542053ecc28a9b50a99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 08:21:16 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/react in /explorer (#12203) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.0.2 to 11.0.4. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v11.0.2...v11.0.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 14 +++++++------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 84a7b446a2..aed4b7175f 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2893,9 +2893,9 @@ } }, "@testing-library/dom": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.1.tgz", - "integrity": "sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.2.tgz", + "integrity": "sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.10.3", @@ -3141,12 +3141,12 @@ } }, "@testing-library/react": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.2.tgz", - "integrity": "sha512-iOuNNHt4ZgMH5trSKC4kaWDcKzUOf7e7KQIcu7xvGCd68/w1EegbW89F9T5sZ4IjS0gAXdvOfZbG9ESZ7YjOug==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.4.tgz", + "integrity": "sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew==", "requires": { "@babel/runtime": "^7.11.2", - "@testing-library/dom": "^7.23.0" + "@testing-library/dom": "^7.24.2" }, "dependencies": { "@babel/runtime": { diff --git a/explorer/package.json b/explorer/package.json index 42578745dc..67591c720f 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@sentry/react": "^5.23.0", "@solana/web3.js": "^0.75.0", "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.0.2", + "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.4", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1",