From d0e3aae39f2787026d4d21dcf2c4572b18a9cb24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 17:58:13 +0800 Subject: [PATCH] chore:(deps): bump @testing-library/jest-dom in /explorer (#16263) Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.9 to 5.11.10. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.9...v5.11.10) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 2412f642d9..9705ac9a2a 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2868,9 +2868,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.11.9", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz", - "integrity": "sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ==", + "version": "5.11.10", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.10.tgz", + "integrity": "sha512-FuKiq5xuk44Fqm0000Z9w0hjOdwZRNzgx7xGGxQYepWFZy+OYUMOT/wPI4nLYXCaVltNVpU1W/qmD88wLWDsqQ==", "requires": { "@babel/runtime": "^7.9.2", "@types/testing-library__jest-dom": "^5.9.1", diff --git a/explorer/package.json b/explorer/package.json index 1c5e93bcfd..934aa13e87 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@sentry/react": "^6.2.2", "@solana/spl-token-registry": "^0.2.48", "@solana/web3.js": "^1.2.3", - "@testing-library/jest-dom": "^5.11.9", + "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.1", "@types/bn.js": "^5.1.0",