From 89e48803c2e260bf88810cca3dbaf48d1c5e3216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:16:07 +0000 Subject: [PATCH] Bump js-yaml from 4.3.0 to 4.3.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3454b2..6889302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "eslint": "^10.4.0", "eslint-plugin-astro": "^1.7.0", "globals": "^17.6.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.1", "mdast-util-to-string": "^4.0.0", "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.1", @@ -7499,9 +7499,9 @@ } }, "node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index f417544..a1b1bee 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint": "^10.4.0", "eslint-plugin-astro": "^1.7.0", "globals": "^17.6.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.1", "mdast-util-to-string": "^4.0.0", "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.1",