diff --git a/package-lock.json b/package-lock.json index 106e2099..e48e1215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1213,9 +1213,9 @@ "dev": true }, "monaco-editor-core": { - "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==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.28.0.tgz", + "integrity": "sha512-43I2B5UMuw5v+tDmFMRK40iprHWyEq5zXuRRhiWzCyMsO8NAmTP0F1PVFDM03A3+SteGiR1ARYg4Go2DgaLF5g==", "dev": true }, "monaco-plugin-helpers": { diff --git a/package.json b/package.json index af8f78c2..a66bb813 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "glob": "^7.1.6", "husky": "^4.3.8", "jsdom": "^16.4.0", - "monaco-editor-core": "0.27.0", + "monaco-editor-core": "0.28.0", "monaco-plugin-helpers": "^1.0.3", "prettier": "^2.2.1", "pretty-quick": "^3.1.0",