diff --git a/client/package-lock.json b/client/package-lock.json index 07aee4ae95..87870a2c56 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15509,14 +15509,14 @@ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "monaco-editor": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.24.0.tgz", - "integrity": "sha512-o1f0Lz6ABFNTtnEqqqvlY9qzNx24rQZx1RgYNQ8SkWkE+Ka63keHH/RqxQ4QhN4fs/UYOnvAtEUZsPrzccH++A==" + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.25.0.tgz", + "integrity": "sha512-Lzk9CGIvFXly1J0s5t8SXk1+UleahGqcoHnSoPe2OBSrKhWLbR7Nvk2QQwaEzJQi4Wtbu5gou2qat1CAbvB82A==" }, "monaco-editor-webpack-plugin": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-3.1.0.tgz", - "integrity": "sha512-TP5NkCAV0OeFTry5k/d60KR7CkhTXL4kgJKtE3BzjgbDb5TGEPEhoKmHBrSa6r7Oc0sNbPLZhKD/TP2ig7A+/A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.0.0.tgz", + "integrity": "sha512-4BT9XDRQXraMQjxEUjR+uuubRe3RIPkvVoGw8zwWG++s7wq6TAiXaSOMdkdS9TrjCREgSnygCOlVzY6MS8RPuA==", "dev": true, "requires": { "loader-utils": "^2.0.0" diff --git a/client/package.json b/client/package.json index 69e386c466..24c5f89f36 100644 --- a/client/package.json +++ b/client/package.json @@ -84,7 +84,7 @@ "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "0.24.0", + "monaco-editor": "0.25.0", "nanoid": "3.1.23", "normalize-url": "6.0.1", "path-browserify": "1.0.1", @@ -141,7 +141,7 @@ "copy-webpack-plugin": "9.0.0", "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.22", "jest-json-schema-extended": "1.0.0", - "monaco-editor-webpack-plugin": "3.1.0", + "monaco-editor-webpack-plugin": "4.0.0", "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.1", "webpack": "5.38.1",