From 13682007bb281f7dbad4cdde86865960b37c2c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 09:12:44 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/react in /explorer (#13762) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.0 to 11.2.2. - [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.2.0...v11.2.2) 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 5f1721ce32..6c3ef4b542 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2425,9 +2425,9 @@ } }, "@testing-library/dom": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.27.1.tgz", - "integrity": "sha512-AF56RoeUU8bO4DOvLyMI44H3O1LVKZQi2D/m5fNDr+iR4drfOFikTr26hT6IY7YG+l8g69FXsHERa+uThaYYQg==", + "version": "7.28.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.28.1.tgz", + "integrity": "sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -2581,12 +2581,12 @@ } }, "@testing-library/react": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.0.tgz", - "integrity": "sha512-90xKYJzskZ7q/AoSuWraQL4EGZlr75uZvDt3nrO4M+rugN02zjO45tmOBq/JBOgDiMIL1tkhHioKXjJsVaSINA==", + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.2.tgz", + "integrity": "sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==", "requires": { "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^7.27.1" + "@testing-library/dom": "^7.28.1" }, "dependencies": { "@babel/runtime": { diff --git a/explorer/package.json b/explorer/package.json index 81ba110d3f..feff3874c0 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@sentry/react": "^5.27.4", "@solana/web3.js": "^0.87.1", "@testing-library/jest-dom": "^5.11.6", - "@testing-library/react": "^11.2.0", + "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.2.2", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1",