diff --git a/package.json b/package.json index 14e86685..5601fa04 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "escape-string-regexp": "^5.0.0", "lodash": "^4.17.21", "re-resizable": "^6.11.2", - "react-ace": "^10.1.0", + "react-ace": "^14.0.1", "react-select": "^5.10.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 9a83a01c..2aa71388 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1510,7 +1510,7 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8: mime-types "~2.1.34" negotiator "0.6.3" -ace-builds@^1.39.0, ace-builds@^1.4.14: +ace-builds@^1.36.3, ace-builds@^1.39.0: version "1.39.0" resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.39.0.tgz#c191ce9168ba60e51a0de3c51950066809e3c7ce" integrity sha512-MqoZojv4gpc5QyTMor/dS6kmruDV9db9LVZbCiT4qYz6WsDiv4qyG5f7ZPc+wjUl6oLMqgCAsBjo1whdSVyMlQ== @@ -5873,7 +5873,7 @@ prompts@^2.0.1: kleur "^3.0.3" sisteransi "^1.0.5" -prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1: +prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.8.1: version "15.8.1" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== @@ -5949,16 +5949,16 @@ re-resizable@^6.11.2: resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.11.2.tgz#2e8f7119ca3881d5b5aea0ffa014a80e5c1252b3" integrity sha512-2xI2P3OHs5qw7K0Ud1aLILK6MQxW50TcO+DetD9eIV58j84TqYeHoZcL9H4GXFXXIh7afhH8mv5iUCXII7OW7A== -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@^14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-14.0.1.tgz#dba5761cee92a1e522be7e7dab7584df7e1aa1c7" + integrity sha512-z6YAZ20PNf/FqmYEic//G/UK6uw0rn21g58ASgHJHl9rfE4nITQLqthr9rHMVQK4ezwohJbp2dGrZpkq979PYQ== dependencies: - ace-builds "^1.4.14" + ace-builds "^1.36.3" 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-dom@^18.2.0: version "18.2.0"