From a9c063eabefac41f1a8f606c96e4505216c00179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:58:25 +0000 Subject: [PATCH] [CHORE](deps)(deps): Bump js-yaml from 5.3.0 to 5.4.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.3.0 to 5.4.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.3.0...5.4.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cc37f035..5bb7c555 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mdx-js/react": "^3.0.0", "clsx": "^2.1.1", "docusaurus-plugin-llms": "^0.5.1", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.0", "maplibre-gl": "^6.6.0", "pmtiles": "^4.5.0", "prism-react-renderer": "^2.1.0", @@ -14059,9 +14059,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.3.0.tgz", - "integrity": "sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.0.tgz", + "integrity": "sha512-jE7vUJIebKzYQI5xu4co5CRBDlDEYnHrdzsxs4O2giCz4v2SbVMYKpmt1D9L38OKQAeCWmrOTRiCV93u0UkaJA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 867ee2fe..15831643 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@mdx-js/react": "^3.0.0", "clsx": "^2.1.1", "docusaurus-plugin-llms": "^0.5.1", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.0", "maplibre-gl": "^6.6.0", "pmtiles": "^4.5.0", "prism-react-renderer": "^2.1.0",