From 1b0ccdc311651bd2e60804d4b3b7b1cd5a2ace11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:40:44 +0000 Subject: [PATCH] Bump react-ace from 6.2.0 to 10.1.0 in /Website/Packages/datax-pipeline Bumps [react-ace](https://github.com/securingsincity/react-ace) from 6.2.0 to 10.1.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/6.2.0...v10.1.0) --- updated-dependencies: - dependency-name: react-ace dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../Packages/datax-pipeline/package-lock.json | 28 +++++++++---------- Website/Packages/datax-pipeline/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Website/Packages/datax-pipeline/package-lock.json b/Website/Packages/datax-pipeline/package-lock.json index e1f101889..554f2687f 100644 --- a/Website/Packages/datax-pipeline/package-lock.json +++ b/Website/Packages/datax-pipeline/package-lock.json @@ -2343,6 +2343,12 @@ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "dev": true }, + "ace-builds": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.15.0.tgz", + "integrity": "sha512-L1RXgqxDvzbJ7H8Y2v9lb4kHaZRn5JNTECG+oZTH2EDewMmpQMLDC4GnFKIh3+xb/gk2nVPO7gGwpTYPw91QzA==", + "dev": true + }, "acorn": { "version": "8.8.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", @@ -2527,12 +2533,6 @@ "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==", "dev": true }, - "brace": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/brace/-/brace-0.11.1.tgz", - "integrity": "sha1-SJb8ydVE7vRfS7dmDbMg07N5/lg=", - "dev": true - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -3274,13 +3274,13 @@ "lodash.get": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", "dev": true }, "lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=", + "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", "dev": true }, "lodash.memoize": { @@ -3679,16 +3679,16 @@ } }, "react-ace": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-6.2.0.tgz", - "integrity": "sha512-Cr27xFNZV2wlQi+mFjgUWfd3yPZV84Sf7XVrEXkDBZmQ5I/oY3x4KvtBjX6ImN7SCWu3sU6z9F3Zh6jH3/jtzw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-10.1.0.tgz", + "integrity": "sha512-VkvUjZNhdYTuKOKQpMIZi7uzZZVgzCjM7cLYu6F64V0mejY8a2XTyPUIMszC6A4trbeMIHbK5fYFcT/wkP/8VA==", "dev": true, "requires": { - "brace": "^0.11.1", - "diff-match-patch": "^1.0.4", + "ace-builds": "^1.4.14", + "diff-match-patch": "^1.0.5", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", - "prop-types": "^15.6.2" + "prop-types": "^15.7.2" } }, "react-calendar": { diff --git a/Website/Packages/datax-pipeline/package.json b/Website/Packages/datax-pipeline/package.json index b60e713ef..333f8a4e6 100644 --- a/Website/Packages/datax-pipeline/package.json +++ b/Website/Packages/datax-pipeline/package.json @@ -42,7 +42,7 @@ "prop-types": "15.8.1", "radium": "0.25.2", "react": "16.6.3", - "react-ace": "6.2.0", + "react-ace": "10.1.0", "react-dom": "16.6.3", "react-redux": "6.0.1", "react-router": "5.3.4",