From e815a376a6c89d18d6c8bfd254f09a2eba1c7f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:27:50 +0000 Subject: [PATCH] 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] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index ea3738a6f..86eecd75f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -41,7 +41,7 @@ "konva": "^9.3.9", "lodash": "^4.17.21", "lucide-react": "^0.390.0", - "monaco-yaml": "^5.1.1", + "monaco-yaml": "^5.2.0", "next-themes": "^0.3.0", "nosleep.js": "^0.12.0", "react": "^18.3.1", @@ -5495,9 +5495,9 @@ } }, "node_modules/monaco-yaml": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/monaco-yaml/-/monaco-yaml-5.1.1.tgz", - "integrity": "sha512-BuZ0/ZCGjrPNRzYMZ/MoxH8F/SdM+mATENXnpOhDYABi1Eh+QvxSszEct+ACSCarZiwLvy7m6yEF/pvW8XJkyQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/monaco-yaml/-/monaco-yaml-5.2.0.tgz", + "integrity": "sha512-BK9qeabDtxNlKppGrbU4yd8WTcKbk9ODqQwWy8Pb27FHtHwCQ1lTssRuB9XM2+Z4HQf6uhj3P5vFi3nsRrerGw==", "dependencies": { "@types/json-schema": "^7.0.0", "jsonc-parser": "^3.0.0", diff --git a/web/package.json b/web/package.json index bbc2e1229..344815147 100644 --- a/web/package.json +++ b/web/package.json @@ -47,7 +47,7 @@ "konva": "^9.3.9", "lodash": "^4.17.21", "lucide-react": "^0.390.0", - "monaco-yaml": "^5.1.1", + "monaco-yaml": "^5.2.0", "next-themes": "^0.3.0", "nosleep.js": "^0.12.0", "react": "^18.3.1",