From faaf729e5df37c0073646fddcd8c6cf2beb27c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 10:59:07 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/jest-dom in /explorer (#11267) Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.1 to 5.11.2. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.1...v5.11.2) 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 f4b82bb6ed..f300a3b722 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2513,9 +2513,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.1.tgz", - "integrity": "sha512-NHOHjDwyBoqM7mXjNLieSp/6vJ17DILzhNTw7+RarluaBkyWRzWgFj+d6xnd1adMBlwfQSeR2FWGTxHXCxeMSA==", + "version": "5.11.2", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.2.tgz", + "integrity": "sha512-s+rWJx+lanEGKqvOl4qJR0rGjCrxsEjj9qjxFlg4NV4/FRD7fnUUAWPHqwpyafNHfLYArs58FADgdn4UKmjFmw==", "requires": { "@babel/runtime": "^7.9.2", "@types/testing-library__jest-dom": "^5.9.1", @@ -3018,9 +3018,9 @@ "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==" }, "@types/testing-library__jest-dom": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.1.tgz", - "integrity": "sha512-yYn5EKHO3MPEMSOrcAb1dLWY+68CG29LiXKsWmmpVHqoP5+ZRiAVLyUHvPNrO2dABDdUGZvavMsaGpWNjM6N2g==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.2.tgz", + "integrity": "sha512-K7nUSpH/5i8i0NagTJ+uFUDRueDlnMNhJtMjMwTGPPSqyImbWC/hgKPDCKt6Phu2iMJg2kWqlax+Ucj2DKMwpA==", "requires": { "@types/jest": "*" } diff --git a/explorer/package.json b/explorer/package.json index 34f2fa6db4..751271bc25 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@react-hook/debounce": "^3.0.0", "@solana/web3.js": "^0.63.1", - "@testing-library/jest-dom": "^5.11.1", + "@testing-library/jest-dom": "^5.11.2", "@testing-library/react": "^10.4.7", "@testing-library/user-event": "^12.0.17", "@types/bs58": "^4.0.1",