From 258539b2c507ec939676af34d4f2a5a2f2358688 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 22:30:10 +0900 Subject: Bump react-textarea-autosize from 7.1.0 to 7.1.2 (#12412) Bumps [react-textarea-autosize](https://github.com/andreypopp/react-textarea-autosize) from 7.1.0 to 7.1.2. - [Release notes](https://github.com/andreypopp/react-textarea-autosize/releases) - [Commits](https://github.com/andreypopp/react-textarea-autosize/compare/v7.1.0...v7.1.2) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 7eacb1193..af817af3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8820,10 +8820,10 @@ react-test-renderer@^16.0.0-0, react-test-renderer@^16.11.0: react-is "^16.8.6" scheduler "^0.17.0" -react-textarea-autosize@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-7.1.0.tgz#3132cb77e65d94417558d37c0bfe415a5afd3445" - integrity sha512-c2FlR/fP0qbxmlrW96SdrbgP/v0XZMTupqB90zybvmDVDutytUgPl7beU35klwcTeMepUIQEpQUn3P3bdshGPg== +react-textarea-autosize@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-7.1.2.tgz#70fdb333ef86bcca72717e25e623e90c336e2cda" + integrity sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg== dependencies: "@babel/runtime" "^7.1.2" prop-types "^15.6.0" -- cgit