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>
This commit is contained in:
parent
47ac6f23e8
commit
034cb4831c
1 changed files with 12 additions and 8 deletions
20
kafka-ui-react-app/package-lock.json
generated
20
kafka-ui-react-app/package-lock.json
generated
|
@ -18286,15 +18286,19 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-ace": {
|
"node_modules/react-ace": {
|
||||||
"version": "9.3.0",
|
"version": "9.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.0.tgz",
|
||||||
"integrity": "sha512-RWPDwVobLvyD0wDoHHQqEnn9pNQBhMnmo6LmRACkaXxAg3UQZpse6x9JFLC5EXyWby+P3uolIlQPct4NFEBPNg==",
|
"integrity": "sha512-fpY3AGViE1OglXThgn3wZWcPoAxr0bqRYqeG3jY3m1L7OIHo0GfZ3bJI0grhrADDy2i9jQoip9xZfpOFupQCsw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ace-builds": "^1.4.6",
|
"ace-builds": "^1.4.12",
|
||||||
"diff-match-patch": "^1.0.4",
|
"diff-match-patch": "^1.0.4",
|
||||||
"lodash.get": "^4.4.2",
|
"lodash.get": "^4.4.2",
|
||||||
"lodash.isequal": "^4.5.0",
|
"lodash.isequal": "^4.5.0",
|
||||||
"prop-types": "^15.7.2"
|
"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": {
|
"node_modules/react-app-polyfill": {
|
||||||
|
@ -39933,11 +39937,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-ace": {
|
"react-ace": {
|
||||||
"version": "9.3.0",
|
"version": "9.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.0.tgz",
|
||||||
"integrity": "sha512-RWPDwVobLvyD0wDoHHQqEnn9pNQBhMnmo6LmRACkaXxAg3UQZpse6x9JFLC5EXyWby+P3uolIlQPct4NFEBPNg==",
|
"integrity": "sha512-fpY3AGViE1OglXThgn3wZWcPoAxr0bqRYqeG3jY3m1L7OIHo0GfZ3bJI0grhrADDy2i9jQoip9xZfpOFupQCsw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ace-builds": "^1.4.6",
|
"ace-builds": "^1.4.12",
|
||||||
"diff-match-patch": "^1.0.4",
|
"diff-match-patch": "^1.0.4",
|
||||||
"lodash.get": "^4.4.2",
|
"lodash.get": "^4.4.2",
|
||||||
"lodash.isequal": "^4.5.0",
|
"lodash.isequal": "^4.5.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue