diff --git a/client/package-lock.json b/client/package-lock.json index 7a1329327b..2762b39f57 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16395,9 +16395,9 @@ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "monaco-editor": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.25.1.tgz", - "integrity": "sha512-JAuG7btKSZIjcyNlKD6jCV8eHR/y4uyMJ3NHmCb5BKj+zdl1C67BPQ03hgkIz+3t51oaQiqa8DgM9bO4Q2Lskw==" + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.25.2.tgz", + "integrity": "sha512-5iylzSJevCnzJn9UVsW8yOZ3yHjmAs4TfvH3zsbftKiFKmHG0xirGN6DK9Kk04VSWxYCZZAIafYJoNJJMAU1KA==" }, "monaco-editor-webpack-plugin": { "version": "4.0.0", diff --git a/client/package.json b/client/package.json index 39703ce4e3..a5bf7f12a4 100644 --- a/client/package.json +++ b/client/package.json @@ -83,7 +83,7 @@ "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "0.25.1", + "monaco-editor": "0.25.2", "nanoid": "3.1.23", "normalize-url": "4.5.1", "path-browserify": "1.0.1",