From 5b6d9d37a62d833c1e56d52726ff195825e2aa89 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 20:30:46 +0000 Subject: [PATCH] Bump react-ace from 9.1.2 to 9.1.3 Bumps [react-ace](https://github.com/securingsincity/react-ace) from 9.1.2 to 9.1.3. - [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.2...v9.1.3) 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 54d57a72..a4328621 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.1.2", + "react-ace": "^9.1.3", "react-dom": "^16.13.1", "react-dropzone": "^11.0.1", "react-redux": "^7.2.1", diff --git a/yarn.lock b/yarn.lock index 1826def5..b0175924 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9493,10 +9493,10 @@ raw-body@2.4.0: iconv-lite "0.4.24" unpipe "1.0.0" -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== +react-ace@^9.1.3: + version "9.1.3" + resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-9.1.3.tgz#848dc3741d5460f3ac73468b6c39879aab9238bc" + integrity sha512-1TZBs/9hFGgPuzu6DUiBogyhRA5Z1Po2wzPfZslbrTFGQtbNe+JXHuPoJNlUu/uerElzOLLsuJEDTO9FfLnZJA== dependencies: ace-builds "^1.4.6" diff-match-patch "^1.0.4"