From bb05f698ee3bf534614a48cbd7822834c5657144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 22:18:40 +0000 Subject: [PATCH] build(deps): bump monaco-editor-webpack-plugin from 4.0.0 to 4.1.1 Bumps [monaco-editor-webpack-plugin](https://github.com/Microsoft/monaco-editor-webpack-plugin) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/Microsoft/monaco-editor-webpack-plugin/releases) - [Commits](https://github.com/Microsoft/monaco-editor-webpack-plugin/commits) --- 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 d66fb9f3..f115e340 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "file-saver": "^2.0.5", "jszip": "^3.6.0", "license-webpack-plugin": "^2.3.20", - "monaco-editor-webpack-plugin": "^4.0.0", + "monaco-editor-webpack-plugin": "^4.1.1", "monaco-themes": "^0.3.3", "mq-polyfill": "^1.1.8", "node-sass": "^6.0.1", diff --git a/yarn.lock b/yarn.lock index 9403e13c..13529876 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8194,10 +8194,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.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.0.0.tgz#95be3f48f4220999b909266a9997727f0deab947" - integrity sha512-4BT9XDRQXraMQjxEUjR+uuubRe3RIPkvVoGw8zwWG++s7wq6TAiXaSOMdkdS9TrjCREgSnygCOlVzY6MS8RPuA== +monaco-editor-webpack-plugin@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.1.1.tgz#b44127910c8f4a29bde72859a1c4107c2960a939" + integrity sha512-daa+k3rytb7Jf8bcSSsbrnMsCPR7+kiHUGt08Bvqxdws3tGMPMzsiiRgCyckpKY4XChIXWoasDav3idHhrooEQ== dependencies: loader-utils "^2.0.0"