diff --git a/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json b/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json index 46f2dc0a38c..d222f0e36c6 100644 --- a/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json +++ b/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json @@ -19,7 +19,7 @@ "jquery-resizable-dom": "0.35.0", "jquery.easing": "1.4.1", "js-cookie": "2.2.1", - "monaco-editor": "^0.25.2", + "monaco-editor": "^0.31.1", "sortablejs": "^1.14.0", "trumbowyg": "2.25.0", "vue": "^2.6.14", @@ -324,9 +324,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.25.2", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.25.2.tgz", - "integrity": "sha512-5iylzSJevCnzJn9UVsW8yOZ3yHjmAs4TfvH3zsbftKiFKmHG0xirGN6DK9Kk04VSWxYCZZAIafYJoNJJMAU1KA==" + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.31.1.tgz", + "integrity": "sha512-FYPwxGZAeP6mRRyrr5XTGHD9gRXVjy7GUzF4IPChnyt3fS5WrNxIkS8DNujWf6EQy0Zlzpxw8oTVE+mWI2/D1Q==" }, "node_modules/once": { "version": "1.4.0", @@ -811,9 +811,9 @@ } }, "monaco-editor": { - "version": "0.25.2", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.25.2.tgz", - "integrity": "sha512-5iylzSJevCnzJn9UVsW8yOZ3yHjmAs4TfvH3zsbftKiFKmHG0xirGN6DK9Kk04VSWxYCZZAIafYJoNJJMAU1KA==" + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.31.1.tgz", + "integrity": "sha512-FYPwxGZAeP6mRRyrr5XTGHD9gRXVjy7GUzF4IPChnyt3fS5WrNxIkS8DNujWf6EQy0Zlzpxw8oTVE+mWI2/D1Q==" }, "once": { "version": "1.4.0", diff --git a/src/OrchardCore.Modules/OrchardCore.Resources/package.json b/src/OrchardCore.Modules/OrchardCore.Resources/package.json index 89779b2bc1d..f5cda401637 100644 --- a/src/OrchardCore.Modules/OrchardCore.Resources/package.json +++ b/src/OrchardCore.Modules/OrchardCore.Resources/package.json @@ -13,7 +13,7 @@ "jquery-resizable-dom": "0.35.0", "jquery.easing": "1.4.1", "js-cookie": "2.2.1", - "monaco-editor": "^0.25.2", + "monaco-editor": "^0.31.1", "sortablejs": "^1.14.0", "trumbowyg": "2.25.0", "vue": "^2.6.14",