From 5c69e734abe5d7e616f9adaa8c14af34757a7939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:17:24 +0000 Subject: [PATCH] build(deps-dev): bump monaco-editor-webpack-plugin from 7.0.1 to 7.1.0 Bumps [monaco-editor-webpack-plugin](https://github.com/microsoft/monaco-editor) from 7.0.1 to 7.1.0. - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/monaco-editor/commits) --- updated-dependencies: - dependency-name: monaco-editor-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d5dba61..4766199a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "babel-jest": "^27.0.6", "copyfiles": "^2.4.1", "jest": "^27.0.5", - "monaco-editor-webpack-plugin": "^7.0.1", + "monaco-editor-webpack-plugin": "^7.1.0", "ts-jest": "^27.0.4", "typescript": "^4.9.5" } @@ -12320,9 +12320,9 @@ "integrity": "sha512-11Fkh6yzEmwx7O0YoLxeae0qEGFwmyPRlVxpg7oF9czOOCB/iCjdJrG5I67da5WiXK3YJCxoz9TJFE8Tfq/v9A==" }, "node_modules/monaco-editor-webpack-plugin": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-7.0.1.tgz", - "integrity": "sha512-M8qIqizltrPlIbrb73cZdTWfU9sIsUVFvAZkL3KGjAHmVWEJ0hZKa/uad14JuOckc0GwnCaoGHvMoYtJjVyCzw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-7.1.0.tgz", + "integrity": "sha512-ZjnGINHN963JQkFqjjcBtn1XBtUATDZBMgNQhDQwd78w2ukRhFXAPNgWuacaQiDZsUr4h1rWv5Mv6eriKuOSzA==", "dev": true, "dependencies": { "loader-utils": "^2.0.2" @@ -26593,9 +26593,9 @@ "integrity": "sha512-11Fkh6yzEmwx7O0YoLxeae0qEGFwmyPRlVxpg7oF9czOOCB/iCjdJrG5I67da5WiXK3YJCxoz9TJFE8Tfq/v9A==" }, "monaco-editor-webpack-plugin": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-7.0.1.tgz", - "integrity": "sha512-M8qIqizltrPlIbrb73cZdTWfU9sIsUVFvAZkL3KGjAHmVWEJ0hZKa/uad14JuOckc0GwnCaoGHvMoYtJjVyCzw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-7.1.0.tgz", + "integrity": "sha512-ZjnGINHN963JQkFqjjcBtn1XBtUATDZBMgNQhDQwd78w2ukRhFXAPNgWuacaQiDZsUr4h1rWv5Mv6eriKuOSzA==", "dev": true, "requires": { "loader-utils": "^2.0.2" diff --git a/package.json b/package.json index 09d2a388..bf5d29d8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "babel-jest": "^27.0.6", "copyfiles": "^2.4.1", "jest": "^27.0.5", - "monaco-editor-webpack-plugin": "^7.0.1", + "monaco-editor-webpack-plugin": "^7.1.0", "ts-jest": "^27.0.4", "typescript": "^4.9.5" },