From 240002c4cf6cceb7f9dcea8cf541da6b09c03469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 16:08:12 +0000 Subject: [PATCH] build(deps): bump monaco-editor-webpack-plugin from 4.1.2 to 4.2.0 Bumps [monaco-editor-webpack-plugin](https://github.com/Microsoft/monaco-editor-webpack-plugin) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/Microsoft/monaco-editor-webpack-plugin/releases) - [Commits](https://github.com/Microsoft/monaco-editor-webpack-plugin/compare/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: monaco-editor-webpack-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 cd5c9d8a..297be218 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "file-saver": "^2.0.5", "jszip": "^3.7.1", "license-webpack-plugin": "^2.3.21", - "monaco-editor-webpack-plugin": "^4.1.2", + "monaco-editor-webpack-plugin": "^4.2.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 e94a4c81..696a7c75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8248,10 +8248,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@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.1.2.tgz#afea30e4e0374132f8f298d358c99efc2cad3e84" - integrity sha512-snmHecygICKT0UlHhva+Cs2WaLPpxy3111xbvInhjjTr5m0xQTFHlmJ2QQDcB14Vzmm7f07uc1TtbvOpmL50BA== +monaco-editor-webpack-plugin@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.2.0.tgz#2be76cde9cca7bd8c3418503625990f86886927b" + integrity sha512-/P3sFiEgBl+Y50he4mbknMhbLJVop5gBUZiPS86SuHUDOOnQiQ5rL1jU5lwt1XKAwMEkhwZbUwqaHxTPkb1Utw== dependencies: loader-utils "^2.0.0"