From e384e8dbcd1c1e671a90692465685226703d8d11 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 May 2021 01:36:46 +0000 Subject: [PATCH] chore(deps): update dependency monaco-editor-webpack-plugin to v3.0.1 --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 25eba45dfa..3d628a4f43 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18384,9 +18384,9 @@ "integrity": "sha512-q+CP5zMR/aFiMTE9QlIavGyGicKnG2v/H8qVvybLzeFsARM8f6G9fL0sMST2tyVYCwDKkGamZUI6647A0jR/Lg==" }, "monaco-editor-webpack-plugin": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-3.0.0.tgz", - "integrity": "sha512-oPuYInTZIT5ctj8gjx7VEzxZFjcIBJXazVOaF6wJ/TPCldF0Lb/58jEeKTERXr4nr1Yobgx2tVfKcfkncAlAHg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-3.0.1.tgz", + "integrity": "sha512-Hym4HqWgIpyoi9G0spln/b/7rkDKfYwIOrNzo1fHHMc+MLYSwD1JXHwKSDS77X27ZHfVJsEXbMZYdGhSYuVF0w==", "dev": true, "requires": { "loader-utils": "^2.0.0" diff --git a/client/package.json b/client/package.json index 0f22dfb89d..30d470aac3 100644 --- a/client/package.json +++ b/client/package.json @@ -131,7 +131,7 @@ "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.22", "jest": "26.6.3", "jest-json-schema-extended": "1.0.0", - "monaco-editor-webpack-plugin": "3.0.0", + "monaco-editor-webpack-plugin": "3.0.1", "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.1", "webpack": "5.36.2",