From 1cd70edec034ae6318378703817b8be096c5ca85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:11:10 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/react in /explorer (#13693) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.1.2 to 11.2.0. - [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.1.2...v11.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 26 ++++++++++++++++++-------- explorer/package.json | 2 +- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 639a8a980c..d2796a83a2 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2425,9 +2425,9 @@ } }, "@testing-library/dom": { - "version": "7.26.6", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.6.tgz", - "integrity": "sha512-/poL7WMpolcGFOHMcxfcFkf1u38DcBUjk3YwNYpBs/MdJ546lg0YdvP2Lq3ujuQzAZxgs8vVvadj3MBnZsBjjA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.27.1.tgz", + "integrity": "sha512-AF56RoeUU8bO4DOvLyMI44H3O1LVKZQi2D/m5fNDr+iR4drfOFikTr26hT6IY7YG+l8g69FXsHERa+uThaYYQg==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -2581,12 +2581,22 @@ } }, "@testing-library/react": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.2.tgz", - "integrity": "sha512-foL0/Mo68M51DdgFwEsO2SDEkUpocuEYidOTcJACGEcoakZDINuERYwVdd6T5e3pPE+BZyGwwURaXcrX1v9RbQ==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.0.tgz", + "integrity": "sha512-90xKYJzskZ7q/AoSuWraQL4EGZlr75uZvDt3nrO4M+rugN02zjO45tmOBq/JBOgDiMIL1tkhHioKXjJsVaSINA==", "requires": { - "@babel/runtime": "^7.12.1", - "@testing-library/dom": "^7.26.6" + "@babel/runtime": "^7.12.5", + "@testing-library/dom": "^7.27.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "@testing-library/user-event": { diff --git a/explorer/package.json b/explorer/package.json index 49502238f8..40d41b2cab 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.1.2", + "@testing-library/react": "^11.2.0", "@testing-library/user-event": "^12.2.2", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1",