From eae1a61bdf4c63b8a63e2c2df8e5dbbb6d480757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 23:24:49 +0000 Subject: [PATCH] Bump yaml from 2.4.1 to 2.8.3 in /components/frontend_react/webapp Bumps [yaml](https://github.com/eemeli/yaml) from 2.4.1 to 2.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.4.1...v2.8.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- components/frontend_react/webapp/package-lock.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/components/frontend_react/webapp/package-lock.json b/components/frontend_react/webapp/package-lock.json index 61ec5a62d..f893cdd12 100644 --- a/components/frontend_react/webapp/package-lock.json +++ b/components/frontend_react/webapp/package-lock.json @@ -75,7 +75,7 @@ "react-test-renderer": "^18.2.0", "ts-jest": "^29.1.1", "ts-jest-mock-import-meta": "^1.1.0", - "ts-node": "latest", + "ts-node": "*", "tsx": "^3.13.0", "typescript": "^5.2.2", "unocss-preset-daisy": "^7.0.0", @@ -17573,14 +17573,18 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, "node_modules/yaml": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", - "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", + "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": {