From 0971166152d6ce033aadd2cfa86139ae5a99de72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 09:00:52 +0000 Subject: [PATCH] Bump @henris/output from 0.0.4 to 0.0.6 Bumps [@henris/output](https://github.com/henris-style/output) from 0.0.4 to 0.0.6. - [Release notes](https://github.com/henris-style/output/releases) - [Commits](https://github.com/henris-style/output/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 25 ++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b87ec25..d3bcd91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -203,15 +203,34 @@ "flat": "^4.1.0" } }, + "@henris/default": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@henris/default/-/default-0.0.1.tgz", + "integrity": "sha512-Ws5KK1SdXKzHrXk8dnUQiKNEQA3rRj39XqL2hQZn08f1PtvLYJXe9pJ5eLKkqZckbCCEWd6bk5EKgAfVX7RJMQ==", + "requires": { + "@henris/output": "0.0.4", + "@henris/utils": "0.0.5" + }, + "dependencies": { + "@henris/output": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@henris/output/-/output-0.0.4.tgz", + "integrity": "sha512-zzBccBD0aFo8+IxX7110rJ3HzGg5YyDSXZSKw/C1aWNhH3N5vVFzxiWqFmb8+Hxke3jng67upmrI5nnO80LVrQ==" + } + } + }, "@henris/grid": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/@henris/grid/-/grid-0.0.5.tgz", "integrity": "sha512-lOfcf2HjOMpbptSiyK4mJtJLPtO6VsOjCUsrINYndppjdmrWzmIVgnfLTbwUOHCX7fHRnpzBzfWMaI1jbqEzuQ==" }, "@henris/output": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@henris/output/-/output-0.0.4.tgz", - "integrity": "sha512-zzBccBD0aFo8+IxX7110rJ3HzGg5YyDSXZSKw/C1aWNhH3N5vVFzxiWqFmb8+Hxke3jng67upmrI5nnO80LVrQ==" + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@henris/output/-/output-0.0.6.tgz", + "integrity": "sha512-+Uw8IFVG0cHACxtEqz9dDVqyy4R/YyrYGouQmJShuhh4+g3hjwmi/vQ62rkMErfjQ4c9dupEcISBIzG+BmKu+w==", + "requires": { + "@henris/default": "0.0.1" + } }, "@henris/utils": { "version": "0.0.5", diff --git a/package.json b/package.json index bc608bb..5f2ebe8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@henris/grid": "^0.0.5", - "@henris/output": "^0.0.4", + "@henris/output": "^0.0.6", "@henris/utils": "^0.0.5" } }