From 0218687571432b333d7a422332b2e5453002b741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 18:16:26 +0000 Subject: [PATCH] Bump react-ace from 9.2.0 to 9.2.1 Bumps [react-ace](https://github.com/securingsincity/react-ace) from 9.2.0 to 9.2.1. - [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.2.0...v9.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cc9f04d2..75a815dc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "file-saver": "^2.0.2", "node-sass": "^4.14.1", "react": "^16.13.1", - "react-ace": "^9.1.3", + "react-ace": "^9.2.1", "react-dom": "^16.13.1", "react-dropzone": "^11.0.1", "react-redux": "^7.2.1", diff --git a/yarn.lock b/yarn.lock index c63cf92d..6a78a107 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9817,10 +9817,10 @@ raw-body@2.4.0: iconv-lite "0.4.24" unpipe "1.0.0" -react-ace@^9.1.3: - 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== +react-ace@^9.2.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-9.2.1.tgz#1efaa0476c77649136def50e5c4ca30c7e546036" + integrity sha512-2arIeMER/W6/h+QGHs0YJ0pEJo5AmBOUs/R72Poa6eXSOSTpJPp/WkwD/KE7BgNy9vZ7YjlbqA+2ZcoVf6AjsQ== dependencies: ace-builds "^1.4.6" diff-match-patch "^1.0.4"