From d58be6e36c84d1015f0fd2ecc54912c87ecb07a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 18:32:54 +0000 Subject: [PATCH] Bump react-ace from 8.0.0 to 9.2.0 Bumps [react-ace](https://github.com/securingsincity/react-ace) from 8.0.0 to 9.2.0. - [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/v8.0.0...v9.2.0) 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 4216744..11ada4c 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "enzyme-to-json": "^3.4.4", "jest-enzyme": "^7.1.2", "react": "^16.12.0", - "react-ace": "^8.0.0", + "react-ace": "^9.2.0", "react-dom": "^16.12.0", "react-hook-form": "^4.9.3", "react-json-view": "^1.19.1", diff --git a/yarn.lock b/yarn.lock index 8302593..2c4b568 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12734,10 +12734,10 @@ raw-loader@^4.0.0: loader-utils "^1.2.3" schema-utils "^2.5.0" -react-ace@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-8.0.0.tgz#e6fc155ec3cf240e92bdf2e156a50458a78ed0a4" - integrity sha512-EvU14vXbZpAenb1ZVKdn8yTQs/shZ9RghFulHtt67bBXT6sjrNHcfOEXHYtSEmwMb6pQVVNNuulzzd8o+Uouig== +react-ace@^9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-9.2.0.tgz#204873cafc2540b9e7580a483ffaccb6acda5edd" + integrity sha512-vuxDt/8+szWsS8TdrgChRk9TFrbHCrzCUvAb2fRN9iziQZwwHYgFQfaUcnv/+7gysK/pJng9Zeuh3svEweiKwg== dependencies: ace-builds "^1.4.6" diff-match-patch "^1.0.4"