From 69898048ca2ff34703618c10a490e2d1b70fcf44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 13:19:58 +0000 Subject: [PATCH] build(deps): bump react-ace from 7.0.5 to 9.4.3 Bumps [react-ace](https://github.com/securingsincity/react-ace) from 7.0.5 to 9.4.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/v7.0.5...v9.4.3) --- updated-dependencies: - dependency-name: react-ace dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29f16a5..2316aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -569,6 +569,11 @@ "negotiator": "0.6.2" } }, + "ace-builds": { + "version": "1.4.12", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.12.tgz", + "integrity": "sha512-G+chJctFPiiLGvs3+/Mly3apXTcfgE45dT5yp12BcWZ1kUs+gm0qd3/fv4gsz6fVag4mM0moHVpjHDIgph6Psg==" + }, "acorn": { "version": "6.4.2", "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", @@ -1832,11 +1837,6 @@ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.1.tgz", "integrity": "sha512-/jUa4sSuDZWlDLQ1gwQQR8uoYSvLJzDd8m5o6bPKh3asLAMYVZKdRCjb1joUd5WXf0WwCNzd2EjwQQhupou0dA==" }, - "brace": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/brace/-/brace-0.11.1.tgz", - "integrity": "sha1-SJb8ydVE7vRfS7dmDbMg07N5/lg=" - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -6657,12 +6657,12 @@ } }, "react-ace": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-7.0.5.tgz", - "integrity": "sha512-3iI+Rg2bZXCn9K984ll2OF4u9SGcJH96Q1KsUgs9v4M2WePS4YeEHfW2nrxuqJrAkE5kZbxaCE79k6kqK0YBjg==", + "version": "9.4.3", + "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.3.tgz", + "integrity": "sha512-WKknvcOZLhMtTSicRll94SjfZe6XEvZO6OpjJQCUGDcygZwfopkizeVntHX2ldMystbcmVES1RrjXUmyw0+wfQ==", "requires": { - "brace": "^0.11.1", - "diff-match-patch": "^1.0.4", + "ace-builds": "^1.4.12", + "diff-match-patch": "^1.0.5", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "prop-types": "^15.7.2" diff --git a/package.json b/package.json index e0148b9..8d30b87 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-plugin-wildcard": "7.0.0", "bootstrap": "5.1.1", "react": "16.14.0", - "react-ace": "7.0.5", + "react-ace": "9.4.3", "react-dom": "16.14.0", "react-router": "5.2.1", "react-router-dom": "5.3.0"