From 1e52346e5e69d69fe5a102ab2d05467750e55d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 08:07:04 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/react in /explorer (#20285) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v12.1.0...v12.1.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-patch ... 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 a66419a2c..43884cb0d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -17,7 +17,7 @@ "@solana/spl-token-registry": "^0.2.263", "@solana/web3.js": "^1.29.1", "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^12.1.0", + "@testing-library/react": "^12.1.1", "@testing-library/user-event": "^13.2.1", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", @@ -4027,9 +4027,9 @@ } }, "node_modules/@testing-library/react": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.0.tgz", - "integrity": "sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.1.tgz", + "integrity": "sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^8.0.0" @@ -27790,9 +27790,9 @@ } }, "@testing-library/react": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.0.tgz", - "integrity": "sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.1.tgz", + "integrity": "sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ==", "requires": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^8.0.0" diff --git a/explorer/package.json b/explorer/package.json index 29f44e5b2..26f8e1058 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -12,7 +12,7 @@ "@solana/spl-token-registry": "^0.2.263", "@solana/web3.js": "^1.29.1", "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^12.1.0", + "@testing-library/react": "^12.1.1", "@testing-library/user-event": "^13.2.1", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1",