From 358c53a4c281339a2cf5b4f6c17d37637d7b3393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:44:32 +0000 Subject: [PATCH] [CHORE](deps)(deps): Bump js-yaml from 5.2.1 to 5.2.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.1 to 5.2.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.1...5.2.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 49fe6d59..b5ad61cd 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.0", - "js-yaml": "^5.2.1", + "js-yaml": "^5.2.2", "maplibre-gl": "^5.24.0", "pmtiles": "^4.4.1", "prism-react-renderer": "^2.1.0", @@ -14079,9 +14079,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", - "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 87c9b32a..388cbfd1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@mdx-js/react": "^3.0.0", "clsx": "^2.1.1", "docusaurus-plugin-llms": "^0.5.0", - "js-yaml": "^5.2.1", + "js-yaml": "^5.2.2", "maplibre-gl": "^5.24.0", "pmtiles": "^4.4.1", "prism-react-renderer": "^2.1.0",