From 50bce2771c147e8e281666d8a0879783b83b7080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 09:01:35 +0000 Subject: [PATCH] Bump @testing-library/react from 12.1.0 to 12.1.1 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81aeac8a4d..5d7be63e13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@snowpack/plugin-typescript": "^1.2.1", "@testing-library/cypress": "^8.0.1", "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^12.1.0", + "@testing-library/react": "^12.1.1", "@types/dagre": "^0.7.45", "@types/file-saver": "^2.0.3", "@types/lodash": "^4.14.175", @@ -4322,9 +4322,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==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -23265,9 +23265,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==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 6a5b130314..06b8289e16 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@snowpack/plugin-typescript": "^1.2.1", "@testing-library/cypress": "^8.0.1", "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^12.1.0", + "@testing-library/react": "^12.1.1", "@types/dagre": "^0.7.45", "@types/file-saver": "^2.0.3", "@types/lodash": "^4.14.175",