From 0e3d06b7b27e95f88d60d23ca8b757f3615e765c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 13:56:37 +0000 Subject: [PATCH] Bump react-ace from 9.1.1 to 9.1.2 Bumps [react-ace](https://github.com/securingsincity/react-ace) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/securingsincity/react-ace/releases) - [Changelog](https://github.com/securingsincity/react-ace/blob/main/CHANGELOG.md) - [Commits](https://github.com/securingsincity/react-ace/compare/v9.1.1...v9.1.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c603da32..55578c1c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jszip": "^3.5.0", "node-sass": "^4.14.1", "react": "^16.13.1", - "react-ace": "^9.0.0", + "react-ace": "^9.1.2", "react-dom": "^16.13.1", "react-dropzone": "^11.0.1", "react-redux": "^7.2.1", diff --git a/yarn.lock b/yarn.lock index 1939530e..c6d22fb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9464,10 +9464,10 @@ raw-body@2.4.0: iconv-lite "0.4.24" unpipe "1.0.0" -react-ace@^9.0.0: - version "9.1.1" - resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-9.1.1.tgz#fe27e1c668b0186dc1609c422198d1c2df34d2bf" - integrity sha512-dL0w6GwtnS1opsOoWhJaF7rF7xCM+NOEOfePmDfiaeU+EyZQ6nRWDBgyzKsuiB3hyXH3G9D6FX37ur/LKUdKjA== +react-ace@^9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-9.1.2.tgz#4a3ad8dbd07f84fd99c26d9ec697ea3b2ef0a963" + integrity sha512-rzsPiGZ2/d4dmlxg0+Zo15igCnagao+TIUJCGV8RGLBr8xpKFpq5sxnTLvsE3pWPoFbMbQAXYJiZTMWEkNpRtg== dependencies: ace-builds "^1.4.6" diff-match-patch "^1.0.4"