From da513953d87704d301d4d0c133b9aede458be7da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 10:45:49 +0200 Subject: [PATCH] fix(deps): update monaco editor (#42875) Co-authored-by: Renovate Bot --- client/package-lock.json | 12 ++++++------ client/package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index d0cfad90cc..1c205c1ffb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -14766,14 +14766,14 @@ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "monaco-editor": { - "version": "0.25.2", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.25.2.tgz", - "integrity": "sha512-5iylzSJevCnzJn9UVsW8yOZ3yHjmAs4TfvH3zsbftKiFKmHG0xirGN6DK9Kk04VSWxYCZZAIafYJoNJJMAU1KA==" + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.26.1.tgz", + "integrity": "sha512-mm45nUrBDk0DgZKgbD7+bhDOtcAFNGPJJRAdS6Su1kTGl6XEgC7U3xOmDUW/0RrLf+jlvCGaqLvD4p2VjwuwwQ==" }, "monaco-editor-webpack-plugin": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.0.0.tgz", - "integrity": "sha512-4BT9XDRQXraMQjxEUjR+uuubRe3RIPkvVoGw8zwWG++s7wq6TAiXaSOMdkdS9TrjCREgSnygCOlVzY6MS8RPuA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.1.1.tgz", + "integrity": "sha512-daa+k3rytb7Jf8bcSSsbrnMsCPR7+kiHUGt08Bvqxdws3tGMPMzsiiRgCyckpKY4XChIXWoasDav3idHhrooEQ==", "dev": true, "requires": { "loader-utils": "^2.0.0" diff --git a/client/package.json b/client/package.json index 3b7cc9b69c..cdf362504e 100644 --- a/client/package.json +++ b/client/package.json @@ -82,7 +82,7 @@ "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "0.25.2", + "monaco-editor": "0.26.1", "nanoid": "3.1.23", "normalize-url": "4.5.1", "path-browserify": "1.0.1", @@ -156,7 +156,7 @@ "copy-webpack-plugin": "9.0.1", "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.24", "jest-json-schema-extended": "1.0.0", - "monaco-editor-webpack-plugin": "4.0.0", + "monaco-editor-webpack-plugin": "4.1.1", "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.3", "webpack": "5.45.1",