From 65a880662378780a91757b8a7280e6d5b970c9dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 23:08:59 +0000 Subject: [PATCH] Bump monaco-editor in /src/OrchardCore.Modules/OrchardCore.Resources Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.25.2 to 0.30.1. - [Release notes](https://github.com/microsoft/monaco-editor/releases) - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/monaco-editor/compare/v0.25.2...v0.30.1) --- updated-dependencies: - dependency-name: monaco-editor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../OrchardCore.Resources/package-lock.json | 14 +++++++------- .../OrchardCore.Resources/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json b/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json index 46f2dc0a38c..6e2ea61dc3e 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.30.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.30.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.30.1.tgz", + "integrity": "sha512-B/y4+b2O5G2gjuxIFtCE2EkM17R2NM7/3F8x0qcPsqy4V83bitJTIO4TIeZpYlzu/xy6INiY/+84BEm6+7Cmzg==" }, "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.30.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.30.1.tgz", + "integrity": "sha512-B/y4+b2O5G2gjuxIFtCE2EkM17R2NM7/3F8x0qcPsqy4V83bitJTIO4TIeZpYlzu/xy6INiY/+84BEm6+7Cmzg==" }, "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..3af8e9a6aaa 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.30.1", "sortablejs": "^1.14.0", "trumbowyg": "2.25.0", "vue": "^2.6.14",