From 3fe942ac42c994217793595d742cc1de0ed74437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 01:20:38 +0000 Subject: [PATCH] [npm] Bump js-yaml from 3.14.1 to 4.1.0 in /packages/mdsvex Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.1.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.1.0) --- updated-dependencies: - dependency-name: js-yaml dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/mdsvex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mdsvex/package.json b/packages/mdsvex/package.json index 5e07ff27..de5abd30 100644 --- a/packages/mdsvex/package.json +++ b/packages/mdsvex/package.json @@ -41,7 +41,7 @@ "@types/js-yaml": "^3.12.5", "escape-html": "^1.0.3", "front-matter": "^4.0.0", - "js-yaml": "^3.13.1", + "js-yaml": "^4.1.0", "node-fetch": "^2.6.0", "rehype-slug": "^3.0.0", "rehype-toc": "^3.0.1",