Browse Source

Bump react-ace from 9.3.0 to 9.4.0 in /kafka-ui-react-app (#464)

Bumps [react-ace](https://github.com/securingsincity/react-ace) from 9.3.0 to 9.4.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.3.0...v9.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 years ago
parent
commit
034cb4831c
1 changed files with 12 additions and 8 deletions
  1. 12 8
      kafka-ui-react-app/package-lock.json

+ 12 - 8
kafka-ui-react-app/package-lock.json

@@ -18286,15 +18286,19 @@
       }
     },
     "node_modules/react-ace": {
-      "version": "9.3.0",
-      "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.3.0.tgz",
-      "integrity": "sha512-RWPDwVobLvyD0wDoHHQqEnn9pNQBhMnmo6LmRACkaXxAg3UQZpse6x9JFLC5EXyWby+P3uolIlQPct4NFEBPNg==",
+      "version": "9.4.0",
+      "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.0.tgz",
+      "integrity": "sha512-fpY3AGViE1OglXThgn3wZWcPoAxr0bqRYqeG3jY3m1L7OIHo0GfZ3bJI0grhrADDy2i9jQoip9xZfpOFupQCsw==",
       "dependencies": {
-        "ace-builds": "^1.4.6",
+        "ace-builds": "^1.4.12",
         "diff-match-patch": "^1.0.4",
         "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",
+        "react-dom": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0"
       }
     },
     "node_modules/react-app-polyfill": {
@@ -39933,11 +39937,11 @@
       }
     },
     "react-ace": {
-      "version": "9.3.0",
-      "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.3.0.tgz",
-      "integrity": "sha512-RWPDwVobLvyD0wDoHHQqEnn9pNQBhMnmo6LmRACkaXxAg3UQZpse6x9JFLC5EXyWby+P3uolIlQPct4NFEBPNg==",
+      "version": "9.4.0",
+      "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.0.tgz",
+      "integrity": "sha512-fpY3AGViE1OglXThgn3wZWcPoAxr0bqRYqeG3jY3m1L7OIHo0GfZ3bJI0grhrADDy2i9jQoip9xZfpOFupQCsw==",
       "requires": {
-        "ace-builds": "^1.4.6",
+        "ace-builds": "^1.4.12",
         "diff-match-patch": "^1.0.4",
         "lodash.get": "^4.4.2",
         "lodash.isequal": "^4.5.0",