From 0a25ac4f0bd72354817e3d98fbc818db225107f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:02:32 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.3.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.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..4b97768 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.3.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.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "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..a1b77b7 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.3.0", "zod": "^3.24.0" }, "devDependencies": {