diff --git a/package-lock.json b/package-lock.json index 098fb49f..394e47a0 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.2.3", + "js-yaml": "^5.3.0", "maplibre-gl": "^6.3.0", "pmtiles": "^4.5.0", "prism-react-renderer": "^2.1.0", @@ -14059,9 +14059,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz", - "integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.3.0.tgz", + "integrity": "sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==", "funding": [ { "type": "github", @@ -15003,6 +15003,29 @@ "node": ">= 4" } }, + "node_modules/markdownlint-cli/node_modules/js-yaml": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz", + "integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.mjs" + } + }, "node_modules/markdownlint-cli/node_modules/minimatch": { "version": "10.2.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", diff --git a/package.json b/package.json index 07fd405d..5f66a2fc 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.2.3", + "js-yaml": "^5.3.0", "maplibre-gl": "^6.3.0", "pmtiles": "^4.5.0", "prism-react-renderer": "^2.1.0",