Bump monaco-yaml from 5.1.1 to 5.2.0 in /web

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-10 11:27:50 +00:00 committed by GitHub
parent 30b86271ea
commit e815a376a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -41,7 +41,7 @@
"konva": "^9.3.9", "konva": "^9.3.9",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lucide-react": "^0.390.0", "lucide-react": "^0.390.0",
"monaco-yaml": "^5.1.1", "monaco-yaml": "^5.2.0",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
"nosleep.js": "^0.12.0", "nosleep.js": "^0.12.0",
"react": "^18.3.1", "react": "^18.3.1",
@ -5495,9 +5495,9 @@
} }
}, },
"node_modules/monaco-yaml": { "node_modules/monaco-yaml": {
"version": "5.1.1", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/monaco-yaml/-/monaco-yaml-5.1.1.tgz", "resolved": "https://registry.npmjs.org/monaco-yaml/-/monaco-yaml-5.2.0.tgz",
"integrity": "sha512-BuZ0/ZCGjrPNRzYMZ/MoxH8F/SdM+mATENXnpOhDYABi1Eh+QvxSszEct+ACSCarZiwLvy7m6yEF/pvW8XJkyQ==", "integrity": "sha512-BK9qeabDtxNlKppGrbU4yd8WTcKbk9ODqQwWy8Pb27FHtHwCQ1lTssRuB9XM2+Z4HQf6uhj3P5vFi3nsRrerGw==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.0", "@types/json-schema": "^7.0.0",
"jsonc-parser": "^3.0.0", "jsonc-parser": "^3.0.0",

View File

@ -47,7 +47,7 @@
"konva": "^9.3.9", "konva": "^9.3.9",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lucide-react": "^0.390.0", "lucide-react": "^0.390.0",
"monaco-yaml": "^5.1.1", "monaco-yaml": "^5.2.0",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
"nosleep.js": "^0.12.0", "nosleep.js": "^0.12.0",
"react": "^18.3.1", "react": "^18.3.1",