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

Bumps [monaco-editor-workers](https://github.com/TypeFox/monaco-components/tree/HEAD/packages/monaco-editor-workers) from 0.38.0 to 0.39.1.
- [Changelog](https://github.com/TypeFox/monaco-components/blob/main/packages/monaco-editor-workers/CHANGELOG.md)
- [Commits](https://github.com/TypeFox/monaco-components/commits/HEAD/packages/monaco-editor-workers)

---
updated-dependencies:
- dependency-name: monaco-editor-workers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-07-03 18:35:35 +00:00
committed by GitHub
parent b033b972af
commit 001bd4e052
2 changed files with 32 additions and 9 deletions
+31 -8
View File
@@ -65,7 +65,7 @@
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"monaco-editor-workers": "~0.38.0",
"monaco-editor-workers": "~0.39.1",
"ol": "^7.4.0",
"openapi-typescript-codegen": "^0.24.0",
"path-browserify": "^1.0.1",
@@ -4848,9 +4848,21 @@
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg=="
},
"node_modules/monaco-editor-workers": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.38.0.tgz",
"integrity": "sha512-5bHwABsZE/guZ9D9lNAc33lJEISVlUUbSzY92CajvKmF6e2OdukZlaEvjC+vsxgTR1/fgG9MPi6pwd1DDLdzZQ==",
"version": "0.39.1",
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.39.1.tgz",
"integrity": "sha512-QSP2ZCarlYaHGIZqzcz2BtI1mKstwJo4YfYu9m7ZwhkRd8HJEHpclKgE51AXtrncRch5zc05pHk4cQrFEdYsBQ==",
"dev": true,
"dependencies": {
"monaco-editor": "~0.39.0"
},
"peerDependencies": {
"monaco-editor": "~0.39.0"
}
},
"node_modules/monaco-editor-workers/node_modules/monaco-editor": {
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.39.0.tgz",
"integrity": "sha512-zhbZ2Nx93tLR8aJmL2zI1mhJpsl87HMebNBM6R8z4pLfs8pj604pIVIVwyF1TivcfNtIPpMXL+nb3DsBmE/x6Q==",
"dev": true
},
"node_modules/monaco-languageclient": {
@@ -11627,10 +11639,21 @@
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg=="
},
"monaco-editor-workers": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.38.0.tgz",
"integrity": "sha512-5bHwABsZE/guZ9D9lNAc33lJEISVlUUbSzY92CajvKmF6e2OdukZlaEvjC+vsxgTR1/fgG9MPi6pwd1DDLdzZQ==",
"dev": true
"version": "0.39.1",
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.39.1.tgz",
"integrity": "sha512-QSP2ZCarlYaHGIZqzcz2BtI1mKstwJo4YfYu9m7ZwhkRd8HJEHpclKgE51AXtrncRch5zc05pHk4cQrFEdYsBQ==",
"dev": true,
"requires": {
"monaco-editor": "~0.39.0"
},
"dependencies": {
"monaco-editor": {
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.39.0.tgz",
"integrity": "sha512-zhbZ2Nx93tLR8aJmL2zI1mhJpsl87HMebNBM6R8z4pLfs8pj604pIVIVwyF1TivcfNtIPpMXL+nb3DsBmE/x6Q==",
"dev": true
}
}
},
"monaco-languageclient": {
"version": "6.0.3",
+1 -1
View File
@@ -38,7 +38,7 @@
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"monaco-editor-workers": "~0.38.0",
"monaco-editor-workers": "~0.39.1",
"ol": "^7.4.0",
"openapi-typescript-codegen": "^0.24.0",
"path-browserify": "^1.0.1",