Bump react-ace from 9.4.3 to 9.5.0 in /kafka-ui-react-app (#1112)

Bumps [react-ace](https://github.com/securingsincity/react-ace) from 9.4.3 to 9.5.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.3...v9.5.0)

---
updated-dependencies:
- dependency-name: react-ace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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:
dependabot[bot] 2021-12-17 20:50:29 +03:00 committed by GitHub
parent 4b730eb288
commit 3c7910a20a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15859,15 +15859,22 @@
}
},
"react-ace": {
"version": "9.4.3",
"resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.3.tgz",
"integrity": "sha512-WKknvcOZLhMtTSicRll94SjfZe6XEvZO6OpjJQCUGDcygZwfopkizeVntHX2ldMystbcmVES1RrjXUmyw0+wfQ==",
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.5.0.tgz",
"integrity": "sha512-4l5FgwGh6K7A0yWVMQlPIXDItM4Q9zzXRqOae8KkCl6MkOob7sC1CzHxZdOGvV+QioKWbX2p5HcdOVUv6cAdSg==",
"requires": {
"ace-builds": "^1.4.12",
"ace-builds": "^1.4.13",
"diff-match-patch": "^1.0.5",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.7.2"
},
"dependencies": {
"ace-builds": {
"version": "1.4.13",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.13.tgz",
"integrity": "sha512-SOLzdaQkY6ecPKYRDDg+MY1WoGgXA34cIvYJNNoBMGGUswHmlauU2Hy0UL96vW0Fs/LgFbMUjD+6vqzWTldIYQ=="
}
}
},
"react-app-polyfill": {