From 34bd43b29d1da5999ea14ea36951f48afd5cf1c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:51:36 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.2.0 Bumps [js-yaml](https://github.com/nodeca/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47c6a84..a6fa696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,18 +11,18 @@ "dependencies": { "citty": "^0.1.6", "dotenv": "^17.4.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "zod": "^3.24.0" }, "bin": { "gemini-api": "dist/cli.js" }, "devDependencies": { - "@biomejs/biome": "latest", + "@biomejs/biome": "*", "@types/js-yaml": "^4.0.9", "@types/node": "^22.0.0", - "bun-types": "latest", - "esbuild": "latest", + "bun-types": "*", + "esbuild": "*", "typescript": "^5.7.0" }, "engines": { @@ -726,7 +726,19 @@ } }, "node_modules/js-yaml": { - "version": "4.1.1", + "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/package.json b/package.json index dcca08f..1ac2b97 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "citty": "^0.1.6", "dotenv": "^17.4.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "zod": "^3.24.0" }, "devDependencies": {