From bb4b062d075085a786eaa2861c93e20835047662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:22:26 +0000 Subject: [PATCH] Bump js-yaml Bumps the npm_and_yarn group with 1 update in the /skills/mesh-security directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- skills/mesh-security/package-lock.json | 19 +++++++++++++++---- skills/mesh-security/package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/skills/mesh-security/package-lock.json b/skills/mesh-security/package-lock.json index 587eb16..809f7ce 100644 --- a/skills/mesh-security/package-lock.json +++ b/skills/mesh-security/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "js-yaml": "^4.1.0" + "js-yaml": "^4.2.0" }, "bin": { "mesh-analyze": "lib/analyzer-wrapper.js", @@ -23,9 +23,20 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/skills/mesh-security/package.json b/skills/mesh-security/package.json index a1758fe..3f18a59 100644 --- a/skills/mesh-security/package.json +++ b/skills/mesh-security/package.json @@ -27,6 +27,6 @@ "author": "", "license": "MIT", "dependencies": { - "js-yaml": "^4.1.0" + "js-yaml": "^4.2.0" } }