From d2ef93f4fc957a2e93964246153ce1f8a421ee96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:32:24 +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/4.3.0/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 | 24 +++++++++++++++++++++++- packages/insomnia/package.json | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1924fedc7f3e..ae05496ccc73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29188,7 +29188,7 @@ "iconv-lite": "^0.6.3", "isbot": "^5", "isomorphic-git": "1.25.7", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.0", "jsdom": "^25.0.1", "jshint": "^2.13.6", "json-bigint": "^1.0.0", @@ -30073,6 +30073,28 @@ "node": ">= 0.6" } }, + "packages/insomnia/node_modules/js-yaml": { + "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" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "packages/insomnia/node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", diff --git a/packages/insomnia/package.json b/packages/insomnia/package.json index 33ae7e42196e..0d2a147e9d42 100644 --- a/packages/insomnia/package.json +++ b/packages/insomnia/package.json @@ -113,7 +113,7 @@ "iconv-lite": "^0.6.3", "isbot": "^5", "isomorphic-git": "1.25.7", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.0", "jsdom": "^25.0.1", "jshint": "^2.13.6", "json-bigint": "^1.0.0",