From aaec9487e65bbd1b02637b1c9728d41cbd61e7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:37:54 +0000 Subject: [PATCH] Bump react-ace from 9.4.0 to 10.1.0 in /awx/ui Bumps [react-ace](https://github.com/securingsincity/react-ace) from 9.4.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/v9.4.0...v10.1.0) --- updated-dependencies: - dependency-name: react-ace dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- awx/ui/package-lock.json | 26 +++++++++++++++----------- awx/ui/package.json | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 720033a253..e8f35683bd 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -24,7 +24,7 @@ "luxon": "^2.4.0", "prop-types": "^15.6.2", "react": "17.0.2", - "react-ace": "^9.3.0", + "react-ace": "^10.1.0", "react-dom": "17.0.2", "react-error-boundary": "^3.1.4", "react-router-dom": "^5.1.2", @@ -17957,15 +17957,19 @@ } }, "node_modules/react-ace": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.0.tgz", - "integrity": "sha512-fpY3AGViE1OglXThgn3wZWcPoAxr0bqRYqeG3jY3m1L7OIHo0GfZ3bJI0grhrADDy2i9jQoip9xZfpOFupQCsw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-10.1.0.tgz", + "integrity": "sha512-VkvUjZNhdYTuKOKQpMIZi7uzZZVgzCjM7cLYu6F64V0mejY8a2XTyPUIMszC6A4trbeMIHbK5fYFcT/wkP/8VA==", "dependencies": { - "ace-builds": "^1.4.12", - "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.7.2" + }, + "peerDependencies": { + "react": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/react-app-polyfill": { @@ -35853,12 +35857,12 @@ } }, "react-ace": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.0.tgz", - "integrity": "sha512-fpY3AGViE1OglXThgn3wZWcPoAxr0bqRYqeG3jY3m1L7OIHo0GfZ3bJI0grhrADDy2i9jQoip9xZfpOFupQCsw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-10.1.0.tgz", + "integrity": "sha512-VkvUjZNhdYTuKOKQpMIZi7uzZZVgzCjM7cLYu6F64V0mejY8a2XTyPUIMszC6A4trbeMIHbK5fYFcT/wkP/8VA==", "requires": { - "ace-builds": "^1.4.12", - "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.7.2" diff --git a/awx/ui/package.json b/awx/ui/package.json index 91e1901673..f0130cf407 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -24,7 +24,7 @@ "luxon": "^2.4.0", "prop-types": "^15.6.2", "react": "17.0.2", - "react-ace": "^9.3.0", + "react-ace": "^10.1.0", "react-dom": "17.0.2", "react-error-boundary": "^3.1.4", "react-router-dom": "^5.1.2",