diff --git a/client/package-lock.json b/client/package-lock.json index b7e298373b..f392eb4c21 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15457,14 +15457,14 @@ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "monaco-editor": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.27.0.tgz", - "integrity": "sha512-UhwP78Wb8w0ZSYoKXQNTV/0CHObp6NS3nCt51QfKE6sKyBo5PBsvuDOHoI2ooBakc6uIwByRLHVeT7+yXQe2fQ==" + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.29.1.tgz", + "integrity": "sha512-rguaEG/zrPQSaKzQB7IfX/PpNa0qxF1FY8ZXRkN4WIl8qZdTQRSRJCtRto7IMcSgrU6H53RXI+fTcywOBC4aVw==" }, "monaco-editor-webpack-plugin": { - "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==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.2.0.tgz", + "integrity": "sha512-/P3sFiEgBl+Y50he4mbknMhbLJVop5gBUZiPS86SuHUDOOnQiQ5rL1jU5lwt1XKAwMEkhwZbUwqaHxTPkb1Utw==", "dev": true, "requires": { "loader-utils": "^2.0.0" @@ -17552,11 +17552,10 @@ } }, "react-monaco-editor": { - "version": "0.45.0", - "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.45.0.tgz", - "integrity": "sha512-QgAFXdXm5e9QRCnjFBt5fHqmUWL2qIMHZuZSLR6rU9E3Bbo2pQO7FSqgVmB5trc5U+hs7KdIWVoWIOzQvZMu3w==", + "version": "0.46.0", + "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.46.0.tgz", + "integrity": "sha512-/GyQ0tQLbjHAuMUNRfKecBYN68o8TwA4fnwH9P+lHbF80ayMAo0PQ60joTQH6R6j839kMn6o9Kk/cbzOxK5DzA==", "requires": { - "monaco-editor": "^0.27.0", "prop-types": "^15.7.2" } }, diff --git a/client/package.json b/client/package.json index b1991d5d94..46299f4c93 100644 --- a/client/package.json +++ b/client/package.json @@ -82,7 +82,7 @@ "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "0.27.0", + "monaco-editor": "0.29.1", "nanoid": "3.1.30", "normalize-url": "4.5.1", "path-browserify": "1.0.1", @@ -101,7 +101,7 @@ "react-i18next": "11.12.0", "react-instantsearch-dom": "6.14.0", "react-lazy-load": "3.1.13", - "react-monaco-editor": "0.45.0", + "react-monaco-editor": "0.46.0", "react-redux": "5.1.2", "react-reflex": "4.0.3", "react-responsive": "6.1.2", @@ -157,7 +157,7 @@ "copy-webpack-plugin": "9.0.1", "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.25", "jest-json-schema-extended": "1.0.1", - "monaco-editor-webpack-plugin": "4.1.2", + "monaco-editor-webpack-plugin": "4.2.0", "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.3", "serve": "12.0.1",