merge-yaml-cli
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "merge-yaml-cli", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "CLI utility for merging YAML files", | ||
@@ -29,9 +29,9 @@ "bin": { | ||
"glob": "^7.1.0", | ||
"js-yaml": "^3.6.1", | ||
"js-yaml": "^3.7.0", | ||
"merge-yaml": "^1.0.0", | ||
"yargs": "^6.0.0" | ||
"yargs": "^6.5.0" | ||
}, | ||
"devDependencies": { | ||
"standard": "^8.3.0" | ||
"standard": "^8.6.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # merge-yaml-cli | ||
[![CircleCI](https://circleci.com/gh/brainsiq/merge-yaml-cli/tree/master.svg?style=svg&circle-token=077fdc5153f1faebffa5e687a44369759c6a820d)](https://circleci.com/gh/brainsiq/merge-yaml-cli/tree/master) | ||
[![CircleCI](https://circleci.com/gh/brainsiq/merge-yaml-cli/tree/master.svg?style=svg&circle-token=077fdc5153f1faebffa5e687a44369759c6a820d)](https://circleci.com/gh/brainsiq/merge-yaml-cli/tree/master) [![Known Vulnerabilities](https://snyk.io/test/github/brainsiq/merge-yaml-cli/ac54a80e5f7f1648aecc380c7aea470f49f1ccef/badge.svg)](https://snyk.io/test/github/brainsiq/merge-yaml-cli/ac54a80e5f7f1648aecc380c7aea470f49f1ccef) | ||
@@ -8,0 +8,0 @@ A simple CLI wrapper around [merge-yaml](https://www.npmjs.com/package/merge-yaml) using [glob](https://www.npmjs.com/package/glob) patterns to specify input files. |
Sorry, the diff of this file is not supported yet
44471
13
Updatedjs-yaml@^3.7.0
Updatedyargs@^6.5.0