From 3884edc490aa98bd4af702d20c2d012e28a12aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:19:14 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.3.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++++++++++--- server/package.json | 2 +- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8962a1e..c1b30de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14291,7 +14291,7 @@ }, "server": { "name": "@patchpanel/server", - "version": "0.5.0", + "version": "0.7.0", "license": "GPL-3.0", "dependencies": { "@maxmind/geoip2-node": "^6.0.0", @@ -14302,7 +14302,7 @@ "express": "^5.1.0", "express-rate-limit": "^7.5.0", "i18n": "^0.15.1", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.1", "json-merger": "^3.0.0", "jsonwebtoken": "^9.0.2", "lusca": "^1.7.0", @@ -14325,9 +14325,31 @@ "node": ">=22.0.0" } }, + "server/node_modules/js-yaml": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "web": { "name": "@patchpanel/web", - "version": "0.5.0", + "version": "0.7.0", "license": "GPL-3.0", "dependencies": { "@dr.pogodin/react-helmet": "^3.0.4", diff --git a/server/package.json b/server/package.json index 5cbb3e0..c1c6002 100644 --- a/server/package.json +++ b/server/package.json @@ -23,7 +23,7 @@ "express": "^5.1.0", "express-rate-limit": "^7.5.0", "i18n": "^0.15.1", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.1", "json-merger": "^3.0.0", "jsonwebtoken": "^9.0.2", "lusca": "^1.7.0",