From d2c72fee49fc745956aed0c842189315b7ad60c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:21:47 +0000 Subject: [PATCH] build(deps-dev): Bump yaml in /site in the site-bun group Bumps the site-bun group in /site with 1 update: [yaml](https://github.com/eemeli/yaml). Updates `yaml` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.9.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: site-bun ... Signed-off-by: dependabot[bot] --- site/bun.lock | 4 ++-- site/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/bun.lock b/site/bun.lock index a7a4930..954e991 100644 --- a/site/bun.lock +++ b/site/bun.lock @@ -13,7 +13,7 @@ }, "devDependencies": { "playwright-core": "^1.63.0", - "yaml": "^2.9.0", + "yaml": "^2.9.1", }, }, }, @@ -923,7 +923,7 @@ "xxhash-wasm": ["xxhash-wasm@1.1.0", "", {}, "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA=="], - "yaml": ["yaml@2.9.0", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA=="], + "yaml": ["yaml@2.9.1", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-3NxN8+78OdzbT7C/WjGsyfPAtJaN3FNDsWxv7Y7mcDsT/oOmgW8BpyQQFFBnvZE3j9Y2Sdz1ULFLezL7Eb2yFw=="], "yargs-parser": ["yargs-parser@22.0.0", "", {}, "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw=="], diff --git a/site/package.json b/site/package.json index 92a58ce..9d9fb61 100644 --- a/site/package.json +++ b/site/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "playwright-core": "^1.63.0", - "yaml": "^2.9.0" + "yaml": "^2.9.1" }, "overrides": { "sharp": "^0.35.0"