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:
parent
4b730eb288
commit
3c7910a20a
1 changed files with 11 additions and 4 deletions
15
kafka-ui-react-app/package-lock.json
generated
15
kafka-ui-react-app/package-lock.json
generated
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue