From a0e09491f110ec3b8c4f1ad3a4e7aaf8c9824706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:46:23 +0000 Subject: [PATCH] Bump yaml from 2.7.1 to 2.8.3 in /frontend Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.1 to 2.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.7.1...v2.8.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/apps/web/package.json | 2 +- frontend/package-lock.json | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/frontend/apps/web/package.json b/frontend/apps/web/package.json index 337817be9c..872c69b04f 100644 --- a/frontend/apps/web/package.json +++ b/frontend/apps/web/package.json @@ -68,7 +68,7 @@ "tailwind-merge": "^3.2.0", "tailwindcss-animate": "^1.0.7", "usehooks-ts": "^3.1.1", - "yaml": "^2.7.1", + "yaml": "^2.8.3", "yup": "^1.6.1", "zustand": "^5.0.4" }, diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0168f8a2af..ec557f168a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -75,7 +75,7 @@ "tailwind-merge": "^3.2.0", "tailwindcss-animate": "^1.0.7", "usehooks-ts": "^3.1.1", - "yaml": "^2.7.1", + "yaml": "^2.8.3", "yup": "^1.6.1", "zustand": "^5.0.4" }, @@ -13378,15 +13378,18 @@ } }, "node_modules/yaml": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", - "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", + "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/yargs": {