Bump monaco-yaml from 4.0.4 to 5.1.1 in /web

Bumps [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) from 4.0.4 to 5.1.1.
- [Release notes](https://github.com/remcohaszing/monaco-yaml/releases)
- [Commits](https://github.com/remcohaszing/monaco-yaml/compare/v4.0.4...v5.1.1)

---
updated-dependencies:
- dependency-name: monaco-yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-05 23:55:39 +00:00 committed by GitHub
parent 92a0705b03
commit 3c92ef358f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

19
web/package-lock.json generated
View File

@ -33,7 +33,7 @@
"idb-keyval": "^6.2.1", "idb-keyval": "^6.2.1",
"immer": "^10.0.3", "immer": "^10.0.3",
"lucide-react": "^0.294.0", "lucide-react": "^0.294.0",
"monaco-yaml": "^5.1.0", "monaco-yaml": "^5.1.1",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-apexcharts": "^1.4.1", "react-apexcharts": "^1.4.1",
@ -5756,12 +5756,13 @@
"peer": true "peer": true
}, },
"node_modules/monaco-languageserver-types": { "node_modules/monaco-languageserver-types": {
"version": "0.2.3", "version": "0.3.2",
"resolved": "https://registry.npmjs.org/monaco-languageserver-types/-/monaco-languageserver-types-0.2.3.tgz", "resolved": "https://registry.npmjs.org/monaco-languageserver-types/-/monaco-languageserver-types-0.3.2.tgz",
"integrity": "sha512-QyV5R7s+rJ87bX1sRioMJZULWiTnMp0Vm+RLILgMEL0SqWuBsQBSW0EZunr4xMZhv6Qun3UZNCN4JrCCLURcgQ==", "integrity": "sha512-KiGVYK/DiX1pnacnOjGNlM85bhV3ZTyFlM+ce7B8+KpWCbF1XJVovu51YyuGfm+K7+K54mIpT4DFX16xmi+tYA==",
"dependencies": { "dependencies": {
"monaco-types": "^0.1.0", "monaco-types": "^0.1.0",
"vscode-languageserver-protocol": "^3.0.0" "vscode-languageserver-protocol": "^3.0.0",
"vscode-uri": "^3.0.0"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/remcohaszing" "url": "https://github.com/sponsors/remcohaszing"
@ -5795,13 +5796,13 @@
} }
}, },
"node_modules/monaco-yaml": { "node_modules/monaco-yaml": {
"version": "5.1.0", "version": "5.1.1",
"resolved": "https://registry.npmjs.org/monaco-yaml/-/monaco-yaml-5.1.0.tgz", "resolved": "https://registry.npmjs.org/monaco-yaml/-/monaco-yaml-5.1.1.tgz",
"integrity": "sha512-DU+cgXSJdOFKQ4I4oLg0V+mHKq1dJX+7hbIE4fJsgegUf1zEHW3PNlGj6qabUU2HZIPJ5NmXEf005GU9YDzTYQ==", "integrity": "sha512-BuZ0/ZCGjrPNRzYMZ/MoxH8F/SdM+mATENXnpOhDYABi1Eh+QvxSszEct+ACSCarZiwLvy7m6yEF/pvW8XJkyQ==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.0", "@types/json-schema": "^7.0.0",
"jsonc-parser": "^3.0.0", "jsonc-parser": "^3.0.0",
"monaco-languageserver-types": "^0.2.0", "monaco-languageserver-types": "^0.3.0",
"monaco-marker-data-provider": "^1.0.0", "monaco-marker-data-provider": "^1.0.0",
"monaco-types": "^0.1.0", "monaco-types": "^0.1.0",
"monaco-worker-manager": "^2.0.0", "monaco-worker-manager": "^2.0.0",

View File

@ -38,7 +38,7 @@
"idb-keyval": "^6.2.1", "idb-keyval": "^6.2.1",
"immer": "^10.0.3", "immer": "^10.0.3",
"lucide-react": "^0.294.0", "lucide-react": "^0.294.0",
"monaco-yaml": "^5.1.0", "monaco-yaml": "^5.1.1",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-apexcharts": "^1.4.1", "react-apexcharts": "^1.4.1",