From 307e0744209737636ff91f4084290714e6801dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 18:50:50 +0000 Subject: [PATCH] Bump yaml from 1.10.0 to 2.2.2 in /packages/foam-core Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.0 to 2.2.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v1.10.0...v2.2.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/foam-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foam-core/package.json b/packages/foam-core/package.json index 19d1a22e2..89c8f2720 100644 --- a/packages/foam-core/package.json +++ b/packages/foam-core/package.json @@ -36,7 +36,7 @@ "title-case": "^3.0.2", "unified": "^9.0.0", "unist-util-visit": "^2.0.2", - "yaml": "^1.10.0" + "yaml": "^2.2.2" }, "main": "dist/index.js", "types": "dist/index.d.ts"