From a92334f723c2c2db87951fb8a3bcc3e41dc0e69f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 15:43:19 +0000 Subject: [PATCH] Bump react-ace from 8.1.0 to 9.0.0 Bumps [react-ace](https://github.com/securingsincity/react-ace) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/securingsincity/react-ace/releases) - [Changelog](https://github.com/securingsincity/react-ace/blob/master/CHANGELOG.md) - [Commits](https://github.com/securingsincity/react-ace/compare/v8.1.0...v9.0.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 fec53c1e..a2449a1b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jszip": "^3.4.0", "node-sass": "^4.14.1", "react": "^16.13.1", - "react-ace": "^8.1.0", + "react-ace": "^9.0.0", "react-bootstrap": "^1.0.0", "react-dom": "^16.13.1", "react-dropzone": "^11.0.1", diff --git a/yarn.lock b/yarn.lock index fac9e814..55fd822e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9121,10 +9121,10 @@ raw-body@2.4.0: iconv-lite "0.4.24" unpipe "1.0.0" -react-ace@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-8.1.0.tgz#6680accb7306a1850e6ef4370a00f0007eadc8b4" - integrity sha512-n3rm9gRNZjLGlXJQ587RASOQCPn6WlcV2gjRYwvG3gyVpBf4pY6lh/uI9tDkx2zYdEKJUfnGbTmzEGL5yyDWuw== +react-ace@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-9.0.0.tgz#9529e2343b520de288753cbfcfdca3bf71a204d8" + integrity sha512-wcVlnffzKif2ejHCvTpawYS5jglTCsIUmLENo4hiwPU0vViKl/xuKp9afjKEQHzjLua9NfzbH8gA79GzGpmSnA== dependencies: ace-builds "^1.4.6" diff-match-patch "^1.0.4"