diff --git a/client/package-lock.json b/client/package-lock.json index 3e8b1d7424..f3780c60b0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18060,9 +18060,9 @@ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "monaco-editor": { - "version": "0.22.3", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.22.3.tgz", - "integrity": "sha512-RM559z2CJbczZ3k2b+ouacMINkAYWwRit4/vs0g2X/lkYefDiu0k2GmgWjAuiIpQi+AqASPOKvXNmYc8KUSvVQ==" + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.23.0.tgz", + "integrity": "sha512-q+CP5zMR/aFiMTE9QlIavGyGicKnG2v/H8qVvybLzeFsARM8f6G9fL0sMST2tyVYCwDKkGamZUI6647A0jR/Lg==" }, "monaco-editor-webpack-plugin": { "version": "3.0.0", diff --git a/client/package.json b/client/package.json index 20b3937c8c..f7c9146534 100644 --- a/client/package.json +++ b/client/package.json @@ -81,7 +81,7 @@ "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "0.22.3", + "monaco-editor": "^0.23.0", "nanoid": "3.1.22", "path-browserify": "1.0.1", "prismjs": "1.23.0",