From 929ccf0c2e67eb0778b1f0d922ed73ba3f985370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:39:20 +0000 Subject: [PATCH] Bump yaml from 2.7.0 to 2.8.3 in /icons 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: direct:production ... Signed-off-by: dependabot[bot] --- icons/package-lock.json | 13 ++++++++----- icons/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/icons/package-lock.json b/icons/package-lock.json index 3305f70d..8779a7e7 100644 --- a/icons/package-lock.json +++ b/icons/package-lock.json @@ -5,19 +5,22 @@ "packages": { "": { "dependencies": { - "yaml": "^2.7.0" + "yaml": "^2.8.3" } }, "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" } } } diff --git a/icons/package.json b/icons/package.json index 7023a99a..0c696157 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "type": "module", "dependencies": { - "yaml": "^2.7.0" + "yaml": "^2.8.3" } }