diff --git a/package-lock.json b/package-lock.json index 5e1ee6aa..0f2bd764 100644 --- a/package-lock.json +++ b/package-lock.json @@ -225,9 +225,9 @@ } }, "monaco-editor-core": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.26.0.tgz", - "integrity": "sha512-qtZQdVUk2HeE2IMBTfBV+UNT1vNWEJ2nenfsi9pQSN/HWrUNAcpsVtaPjklUwjxw/QfuziG+h/QkL1L91S8tfg==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.27.0.tgz", + "integrity": "sha512-x7I0QiIwwvxt1lzYSoQjf1xGjtEPobFx3Zvrj+tWbJbJFsXUy11IJ6TEIZ2yRjEFzuy+vrlbcfASC6lcGg/xhw==", "dev": true }, "monaco-languages": { diff --git a/package.json b/package.json index 296c2a5e..142d25a5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "husky": "^5.1.3", "jsonc-parser": "^3.0.0", - "monaco-editor-core": "0.26.0", + "monaco-editor-core": "0.27.0", "monaco-languages": "2.4.0", "monaco-plugin-helpers": "^1.0.3", "prettier": "^2.2.1",