From 48bd70b898053d8d4b3462cb24667b2508f7f6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 18:07:45 +0000 Subject: [PATCH] build(deps): bump monaco-editor-webpack-plugin from 5.0.0 to 6.0.0 Bumps [monaco-editor-webpack-plugin](https://github.com/microsoft/monaco-editor-webpack-plugin) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/microsoft/monaco-editor-webpack-plugin/releases) - [Commits](https://github.com/microsoft/monaco-editor-webpack-plugin/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: monaco-editor-webpack-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7325c4b8..62c75bc5 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "file-saver": "^2.0.5", "jszip": "^3.7.1", "license-webpack-plugin": "^3.0.0", - "monaco-editor-webpack-plugin": "^5.0.0", + "monaco-editor-webpack-plugin": "^6.0.0", "monaco-themes": "^0.3.3", "mq-polyfill": "^1.1.8", "node-sass": "^6.0.1", diff --git a/yarn.lock b/yarn.lock index dc53c124..68f43ed0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8306,10 +8306,10 @@ mkdirp@^1.0.3, mkdirp@^1.0.4: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== -monaco-editor-webpack-plugin@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-5.0.0.tgz#796c50fb4ce3f75f45bf18dfa3c31f85dc9a05da" - integrity sha512-KrUUTmMO3lDCNK4honZ6rrrKjOI7FFLeyCktPetIo5HlRqr5dfE6ewaA9qNLH96XY7CekE3Z+v/+I6ufAs3ObA== +monaco-editor-webpack-plugin@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-6.0.0.tgz#628956ce1851afa2a5f6c88d0ecbb24e9a444898" + integrity sha512-vC886Mzpd2AkSM35XLkfQMjH+Ohz6RISVwhAejDUzZDheJAiz6G34lky1vyO8fZ702v7IrcKmsGwL1rRFnwvUA== dependencies: loader-utils "^2.0.0"