diff --git a/package-lock.json b/package-lock.json index f15b18551a..1d915a8b4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "monaco-editor": "^0.33.0" + "monaco-editor": "^0.34.0" }, "devDependencies": { "@wasm-tool/wasm-pack-plugin": "^1.6.0", @@ -2754,9 +2754,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.33.0.tgz", - "integrity": "sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw==" + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.34.0.tgz", + "integrity": "sha512-VF+S5zG8wxfinLKLrWcl4WUizMx+LeJrG4PM/M78OhcwocpV0jiyhX/pG6Q9jIOhrb/ckYi6nHnaR5OojlOZCQ==" }, "node_modules/monaco-editor-webpack-plugin": { "version": "7.0.1", @@ -6740,9 +6740,9 @@ } }, "monaco-editor": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.33.0.tgz", - "integrity": "sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw==" + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.34.0.tgz", + "integrity": "sha512-VF+S5zG8wxfinLKLrWcl4WUizMx+LeJrG4PM/M78OhcwocpV0jiyhX/pG6Q9jIOhrb/ckYi6nHnaR5OojlOZCQ==" }, "monaco-editor-webpack-plugin": { "version": "7.0.1", diff --git a/package.json b/package.json index 86f1fdc06a..42e69f4aaf 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "webpack-dev-server": "^4.9.3" }, "dependencies": { - "monaco-editor": "^0.33.0" + "monaco-editor": "^0.34.0" } }