diff --git a/package-lock.json b/package-lock.json index fda883b5..e27f4060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,8 @@ "chalk": "^5.3.0", "commander": "^11.1.0", "dotenv": "^17.3.1", - "prompts": "^2.4.2" + "prompts": "^2.4.2", + "yaml": "^2.8.2" }, "bin": { "git-mem": "dist/cli.js", @@ -9811,6 +9812,21 @@ "node": ">=10" } }, + "node_modules/yaml": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", + "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" + } + }, "node_modules/yargs": { "version": "18.0.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz", diff --git a/package.json b/package.json index e15d736f..516d23eb 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "chalk": "^5.3.0", "commander": "^11.1.0", "dotenv": "^17.3.1", - "prompts": "^2.4.2" + "prompts": "^2.4.2", + "yaml": "^2.8.2" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3",