From b37192b809c1adc75861edfe457da56ad002d32a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 00:11:30 +0000 Subject: [PATCH] Bump @testing-library/react from 10.4.5 to 10.4.6 in /explorer (#11038) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.5 to 10.4.6. - [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/v10.4.5...v10.4.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- explorer/package-lock.json | 28 +++++++++++----------------- explorer/package.json | 2 +- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 5985422472..4974a7b045 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2412,14 +2412,14 @@ } }, "@testing-library/dom": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.0.tgz", - "integrity": "sha512-TywaC+qDGm/Ro34kRYkFQPdT+pxSF4UjZGLIqcGfFQH5IGR43Y7sGLPnkieIW/GNsu337oxNsLUAgpI0JWhXHw==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.2.tgz", + "integrity": "sha512-9KOD0fFCTVFsT1EgB8C5qKs1nV7KdIGe0YIANAKeIDWWC0vwkiLXA/8HlrM2+w7YXiRXIeeHh0LxTYQpvaoGgA==", "requires": { "@babel/runtime": "^7.10.3", "@types/aria-query": "^4.2.0", "aria-query": "^4.2.2", - "dom-accessibility-api": "^0.4.5", + "dom-accessibility-api": "^0.4.6", "pretty-format": "^25.5.0" }, "dependencies": { @@ -2669,13 +2669,12 @@ } }, "@testing-library/react": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.5.tgz", - "integrity": "sha512-M5A0W4VphBiEm4vgnq7vHC+/e4Bp/3iIOAWap1FtIiA+Zom6BtXpY3RSTOqc8bZsCcu9gFBZ/lxaiMW6uJddWg==", + "version": "10.4.6", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.6.tgz", + "integrity": "sha512-pVcm8v0HxCEzrtasbC2bdhWM0P5X9o8a/xfBugC97uVVTmhVeGHj+5CdE1JYi/i2K+mCyeq5YqzHLW/gB+K12w==", "requires": { "@babel/runtime": "^7.10.3", - "@testing-library/dom": "^7.17.1", - "semver": "^7.3.2" + "@testing-library/dom": "^7.17.1" }, "dependencies": { "@babel/runtime": { @@ -2685,11 +2684,6 @@ "requires": { "regenerator-runtime": "^0.13.4" } - }, - "semver": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", - "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" } } }, @@ -6145,9 +6139,9 @@ } }, "dom-accessibility-api": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.5.tgz", - "integrity": "sha512-HcPDilI95nKztbVikaN2vzwvmv0sE8Y2ZJFODy/m15n7mGXLeOKGiys9qWVbFbh+aq/KYj2lqMLybBOkYAEXqg==" + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.6.tgz", + "integrity": "sha512-qxFVFR/ymtfamEQT/AsYLe048sitxFCoCHiM+vuOdR3fE94i3so2SCFJxyz/RxV69PZ+9FgToYWOd7eqJqcbYw==" }, "dom-converter": { "version": "0.2.0", diff --git a/explorer/package.json b/explorer/package.json index f9a6f7b7a2..a6c7badca4 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@react-hook/debounce": "^3.0.0", "@solana/web3.js": "^0.62.0", "@testing-library/jest-dom": "^5.11.0", - "@testing-library/react": "^10.4.5", + "@testing-library/react": "^10.4.6", "@testing-library/user-event": "^12.0.11", "@types/bs58": "^4.0.1", "@types/jest": "^26.0.4",