chore(deps): bump monaco-editor-workers in /frontend (#569)

Bumps [monaco-editor-workers](https://github.com/TypeFox/monaco-components/tree/HEAD/packages/monaco-editor-workers) from 0.34.1 to 0.34.2.
- [Release notes](https://github.com/TypeFox/monaco-components/releases)
- [Changelog](https://github.com/TypeFox/monaco-components/blob/main/packages/monaco-editor-workers/CHANGELOG.md)
- [Commits](https://github.com/TypeFox/monaco-components/commits/workers_0.34.2/packages/monaco-editor-workers)

---
updated-dependencies:
- dependency-name: monaco-editor-workers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-09-12 20:46:14 +00:00
committed by GitHub
parent e62daa5a01
commit 0a7e29d233
2 changed files with 8 additions and 14 deletions
+7 -13
View File
@@ -13,7 +13,7 @@
"fuse.js": "^6.4.6",
"highlight.js": "^11.5.1",
"monaco-editor": "^0.34.0",
"monaco-editor-workers": "^0.34.1",
"monaco-editor-workers": "^0.34.2",
"monaco-languageclient": "3.0.1",
"vscode-ws-jsonrpc": "^1.0.2"
},
@@ -3455,12 +3455,9 @@
"integrity": "sha512-VF+S5zG8wxfinLKLrWcl4WUizMx+LeJrG4PM/M78OhcwocpV0jiyhX/pG6Q9jIOhrb/ckYi6nHnaR5OojlOZCQ=="
},
"node_modules/monaco-editor-workers": {
"version": "0.34.1",
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.34.1.tgz",
"integrity": "sha512-llqwgB6wPWIY079GSUGOHJFN9n89KgP6AHYR6cVhsn36G4mjAdwUaJ0FbYJfLwkM6YhHkt4AuyWFaEDb3Ce/Jw==",
"dependencies": {
"monaco-editor": "0.34.0"
}
"version": "0.34.2",
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.34.2.tgz",
"integrity": "sha512-MdO1nvAbGNzc7ygyzwACvs5DOPaTOUNDjU/qTQx0Rsw00BrhL88eMi9sWBm+LYfQbPaZf+YBqwJaJUovl3M6bQ=="
},
"node_modules/monaco-languageclient": {
"version": "3.0.1",
@@ -8267,12 +8264,9 @@
"integrity": "sha512-VF+S5zG8wxfinLKLrWcl4WUizMx+LeJrG4PM/M78OhcwocpV0jiyhX/pG6Q9jIOhrb/ckYi6nHnaR5OojlOZCQ=="
},
"monaco-editor-workers": {
"version": "0.34.1",
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.34.1.tgz",
"integrity": "sha512-llqwgB6wPWIY079GSUGOHJFN9n89KgP6AHYR6cVhsn36G4mjAdwUaJ0FbYJfLwkM6YhHkt4AuyWFaEDb3Ce/Jw==",
"requires": {
"monaco-editor": "0.34.0"
}
"version": "0.34.2",
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.34.2.tgz",
"integrity": "sha512-MdO1nvAbGNzc7ygyzwACvs5DOPaTOUNDjU/qTQx0Rsw00BrhL88eMi9sWBm+LYfQbPaZf+YBqwJaJUovl3M6bQ=="
},
"monaco-languageclient": {
"version": "3.0.1",
+1 -1
View File
@@ -61,7 +61,7 @@
"fuse.js": "^6.4.6",
"highlight.js": "^11.5.1",
"monaco-editor": "^0.34.0",
"monaco-editor-workers": "^0.34.1",
"monaco-editor-workers": "^0.34.2",
"monaco-languageclient": "3.0.1",
"vscode-ws-jsonrpc": "^1.0.2"
}