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",