diff --git a/package.json b/package.json index 8f62a74ff9..cbbccb6550 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "query-string": "^9.0.0", "re-resizable": "^6.9.9", "react": "^18.2.0", - "react-ace": "^10.1.0", + "react-ace": "^11.0.0", "react-copy-to-clipboard": "^5.1.0", "react-debounce-render": "^8.0.2", "react-dom": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 3cf28020a6..72d74f388a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3684,6 +3684,11 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8: mime-types "~2.1.34" negotiator "0.6.3" +ace-builds@^1.32.8: + version "1.35.0" + resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.35.0.tgz#141fd103016d1a1a7febab57a223af28c75a89bc" + integrity sha512-bwDKqjqNccC/MSujqnYTeAS5dIR8UmGLP0R90mvsJY0FRC8NUWBSTfj34+EIzo2NWc/gV8IZTqv4fXaiZJpCtA== + ace-builds@^1.4.14: version "1.15.3" resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.15.3.tgz#9e35d174acb80297c6f236be2c8bb8574786f719" @@ -11304,16 +11309,16 @@ re-resizable@^6.9.9: resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.11.tgz#f356e27877f12d926d076ab9ad9ff0b95912b475" integrity sha512-a3hiLWck/NkmyLvGWUuvkAmN1VhwAz4yOhS6FdMTaxCUVN9joIWkT11wsO68coG/iEYuwn+p/7qAmfQzRhiPLQ== -react-ace@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-10.1.0.tgz#d348eac2b16475231779070b6cd16768deed565f" - integrity sha512-VkvUjZNhdYTuKOKQpMIZi7uzZZVgzCjM7cLYu6F64V0mejY8a2XTyPUIMszC6A4trbeMIHbK5fYFcT/wkP/8VA== +react-ace@^11.0.0: + version "11.0.1" + resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-11.0.1.tgz#5e901629a01113849a3860f47b20d52a9689d55c" + integrity sha512-ulk2851Fx2j59AAahZHTe7rmQ5bITW1xytskAt11F8dv3rPLtdwBXCyT2qSbRnJvOq8UpuAhWO4/JhKGqQBEDA== dependencies: - ace-builds "^1.4.14" + ace-builds "^1.32.8" diff-match-patch "^1.0.5" lodash.get "^4.4.2" lodash.isequal "^4.5.0" - prop-types "^15.7.2" + prop-types "^15.8.1" react-app-polyfill@^3.0.0: version "3.0.0"