chore(deps): bump monaco-languageclient from 6.0.1 to 6.0.3 in /frontend (#1678)

Bumps [monaco-languageclient](https://github.com/TypeFox/monaco-languageclient/tree/HEAD/packages/client) from 6.0.1 to 6.0.3.
- [Changelog](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/client/CHANGELOG.md)
- [Commits](https://github.com/TypeFox/monaco-languageclient/commits/mlc-6.0.3/packages/client)

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

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]
2023-06-05 19:06:49 +00:00
committed by GitHub
parent 89d8197981
commit 2d81dc4e5f
2 changed files with 31 additions and 22 deletions

View File

@@ -27,7 +27,7 @@
"highlight.js": "^11.8.0",
"lodash": "^4.17.21",
"lucide-svelte": "^0.236.0",
"monaco-languageclient": "~6.0.1",
"monaco-languageclient": "~6.0.3",
"svelte-autosize": "^1.0.1",
"svelte-chartjs": "^3.1.0",
"svelte-dnd-action": "^0.9.22",
@@ -4637,8 +4637,7 @@
"node_modules/monaco-editor": {
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.37.1.tgz",
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg==",
"peer": true
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg=="
},
"node_modules/monaco-editor-workers": {
"version": "0.38.0",
@@ -4647,11 +4646,13 @@
"dev": true
},
"node_modules/monaco-languageclient": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/monaco-languageclient/-/monaco-languageclient-6.0.1.tgz",
"integrity": "sha512-I2UZiQsL9Uj51cHrRBAfFc3tT1ZxQ0C0eyhhsqwLStlBcr8f/scNLareE1ht8kwooumP0YXGOWCHDoO/IMpJdw==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/monaco-languageclient/-/monaco-languageclient-6.0.3.tgz",
"integrity": "sha512-jxkmzazfp0boGiTMjbMGpfCRjUQc5DKbpN+zsHg5GBdHMcrB7FVl1NiN9yZ/JABVTAv4yxN4qwhJuzmUoSiQ4w==",
"hasInstallScript": true,
"dependencies": {
"monaco-editor": "~0.37.1",
"vscode": "npm:@codingame/monaco-vscode-api@~1.78.8",
"vscode-jsonrpc": "~8.1.0",
"vscode-languageclient": "~8.1.0"
},
@@ -4660,7 +4661,16 @@
"npm": ">=9.0.0"
},
"peerDependencies": {
"vscode": "npm:@codingame/monaco-vscode-api@~1.78.6"
"monaco-editor": "~0.37.1",
"vscode": "npm:@codingame/monaco-vscode-api@~1.78.8"
},
"peerDependenciesMeta": {
"monaco-editor": {
"optional": false
},
"vscode": {
"optional": false
}
}
},
"node_modules/mri": {
@@ -7540,15 +7550,14 @@
},
"node_modules/vscode": {
"name": "@codingame/monaco-vscode-api",
"version": "1.78.6",
"resolved": "https://registry.npmjs.org/@codingame/monaco-vscode-api/-/monaco-vscode-api-1.78.6.tgz",
"integrity": "sha512-W/kPiPn1IFmvRuQRGSx403wyAY5zW1oGFpL953kir6JO2ejLecUl2zNulmLYSJM5KXxpgpWwETzz1e/GpdleHw==",
"peer": true,
"version": "1.78.8",
"resolved": "https://registry.npmjs.org/@codingame/monaco-vscode-api/-/monaco-vscode-api-1.78.8.tgz",
"integrity": "sha512-MfiZy/UCEAzpTeFg3TTsA2sgvjHb1X/cuwr7QNZJtYbvJ7X68EOPBXHhr6Kygm3eEKR73ZRkmfK/xX4d9hytTw==",
"bin": {
"monaco-treemending": "monaco-treemending.js"
},
"peerDependencies": {
"monaco-editor": "~0.37.1",
"monaco-editor": "0.37.1",
"vscode-oniguruma": "^1.7.0",
"vscode-textmate": "^9.0.0",
"yauzl": "^2.10.0"
@@ -11220,8 +11229,7 @@
"monaco-editor": {
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.37.1.tgz",
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg==",
"peer": true
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg=="
},
"monaco-editor-workers": {
"version": "0.38.0",
@@ -11230,10 +11238,12 @@
"dev": true
},
"monaco-languageclient": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/monaco-languageclient/-/monaco-languageclient-6.0.1.tgz",
"integrity": "sha512-I2UZiQsL9Uj51cHrRBAfFc3tT1ZxQ0C0eyhhsqwLStlBcr8f/scNLareE1ht8kwooumP0YXGOWCHDoO/IMpJdw==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/monaco-languageclient/-/monaco-languageclient-6.0.3.tgz",
"integrity": "sha512-jxkmzazfp0boGiTMjbMGpfCRjUQc5DKbpN+zsHg5GBdHMcrB7FVl1NiN9yZ/JABVTAv4yxN4qwhJuzmUoSiQ4w==",
"requires": {
"monaco-editor": "~0.37.1",
"vscode": "npm:@codingame/monaco-vscode-api@~1.78.8",
"vscode-jsonrpc": "~8.1.0",
"vscode-languageclient": "~8.1.0"
}
@@ -13258,10 +13268,9 @@
"requires": {}
},
"vscode": {
"version": "npm:@codingame/monaco-vscode-api@1.78.6",
"resolved": "https://registry.npmjs.org/@codingame/monaco-vscode-api/-/monaco-vscode-api-1.78.6.tgz",
"integrity": "sha512-W/kPiPn1IFmvRuQRGSx403wyAY5zW1oGFpL953kir6JO2ejLecUl2zNulmLYSJM5KXxpgpWwETzz1e/GpdleHw==",
"peer": true,
"version": "npm:@codingame/monaco-vscode-api@1.78.8",
"resolved": "https://registry.npmjs.org/@codingame/monaco-vscode-api/-/monaco-vscode-api-1.78.8.tgz",
"integrity": "sha512-MfiZy/UCEAzpTeFg3TTsA2sgvjHb1X/cuwr7QNZJtYbvJ7X68EOPBXHhr6Kygm3eEKR73ZRkmfK/xX4d9hytTw==",
"requires": {}
},
"vscode-jsonrpc": {

View File

@@ -87,7 +87,7 @@
"highlight.js": "^11.8.0",
"lodash": "^4.17.21",
"lucide-svelte": "^0.236.0",
"monaco-languageclient": "~6.0.1",
"monaco-languageclient": "~6.0.3",
"svelte-autosize": "^1.0.1",
"svelte-chartjs": "^3.1.0",
"svelte-dnd-action": "^0.9.22",