diff --git a/client/package-lock.json b/client/package-lock.json index b9c4c9526c..c41fd36ecb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15821,14 +15821,14 @@ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "monaco-editor": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.26.1.tgz", - "integrity": "sha512-mm45nUrBDk0DgZKgbD7+bhDOtcAFNGPJJRAdS6Su1kTGl6XEgC7U3xOmDUW/0RrLf+jlvCGaqLvD4p2VjwuwwQ==" + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.27.0.tgz", + "integrity": "sha512-UhwP78Wb8w0ZSYoKXQNTV/0CHObp6NS3nCt51QfKE6sKyBo5PBsvuDOHoI2ooBakc6uIwByRLHVeT7+yXQe2fQ==" }, "monaco-editor-webpack-plugin": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.1.1.tgz", - "integrity": "sha512-daa+k3rytb7Jf8bcSSsbrnMsCPR7+kiHUGt08Bvqxdws3tGMPMzsiiRgCyckpKY4XChIXWoasDav3idHhrooEQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.1.2.tgz", + "integrity": "sha512-snmHecygICKT0UlHhva+Cs2WaLPpxy3111xbvInhjjTr5m0xQTFHlmJ2QQDcB14Vzmm7f07uc1TtbvOpmL50BA==", "dev": true, "requires": { "loader-utils": "^2.0.0" @@ -17882,11 +17882,11 @@ } }, "react-monaco-editor": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.44.0.tgz", - "integrity": "sha512-GPheXTIpBXpwv857H7/jA8HX5yae4TJ7vFwDJ5iTvy05LxIQTsD3oofXznXGi66lVA93ST/G7wRptEf4CJ9dOg==", + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.45.0.tgz", + "integrity": "sha512-QgAFXdXm5e9QRCnjFBt5fHqmUWL2qIMHZuZSLR6rU9E3Bbo2pQO7FSqgVmB5trc5U+hs7KdIWVoWIOzQvZMu3w==", "requires": { - "monaco-editor": "^0.26.1", + "monaco-editor": "^0.27.0", "prop-types": "^15.7.2" } }, diff --git a/client/package.json b/client/package.json index 34b23e8b0b..c69de4bd46 100644 --- a/client/package.json +++ b/client/package.json @@ -86,7 +86,7 @@ "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "0.26.1", + "monaco-editor": "^0.27.0", "nanoid": "3.1.28", "normalize-url": "4.5.1", "path-browserify": "1.0.1", @@ -105,7 +105,7 @@ "react-i18next": "11.12.0", "react-instantsearch-dom": "6.12.1", "react-lazy-load": "3.1.13", - "react-monaco-editor": "0.44.0", + "react-monaco-editor": "^0.45.0", "react-redux": "5.1.2", "react-reflex": "4.0.3", "react-responsive": "6.1.2", @@ -160,7 +160,7 @@ "copy-webpack-plugin": "9.0.1", "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.25", "jest-json-schema-extended": "1.0.0", - "monaco-editor-webpack-plugin": "4.1.1", + "monaco-editor-webpack-plugin": "^4.1.2", "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.3", "serve": "12.0.1",