From 5f5c6bdc4bd11289c1af74e0ebf9ef83809f14f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:58:22 +0000 Subject: [PATCH] build(deps): bump yaml from 2.7.0 to 2.8.3 in /docs Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.0 to 2.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.7.0...v2.8.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index b1d3b5a..223ba71 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -13,8 +13,8 @@ "react-dom": "^18.2.0" }, "optionalDependencies": { - "@napi-rs/simple-git-darwin-arm64": "latest", - "@napi-rs/simple-git-linux-x64-gnu": "latest" + "@napi-rs/simple-git-darwin-arm64": "*", + "@napi-rs/simple-git-linux-x64-gnu": "*" } }, "node_modules/@antfu/install-pkg": { @@ -6101,15 +6101,18 @@ "license": "MIT" }, "node_modules/yaml": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", - "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", "license": "ISC", "bin": { "yaml": "bin.mjs" }, "engines": { - "node": ">= 14" + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" } }, "node_modules/zod": {