From e9115b8146c40304e5bd0d190551bcef3edb5b6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:35:23 +0000 Subject: [PATCH] fix(deps): update dependency js-yaml to v4.2.0 in package.json --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d44c2b3..ccbbc32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "esbuild": "0.28.0", "jest": "30.3.0", "jest-environment-jsdom": "30.3.0", - "js-yaml": "4.1.1", + "js-yaml": "4.2.0", "serve": "14.2.6", "typescript": "6.0.3" } @@ -4338,10 +4338,20 @@ "license": "MIT" }, "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==", "dev": true, + "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/package.json b/package.json index cbd785b..6571851 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "esbuild": "0.28.0", "jest": "30.3.0", "jest-environment-jsdom": "30.3.0", - "js-yaml": "4.1.1", + "js-yaml": "4.2.0", "serve": "14.2.6", "typescript": "6.0.3" },