From 9a1a07795740e6ffed6d469586f5d7e5d3cff4f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 08:59:53 +0000 Subject: [PATCH] Bump @henris/utils from 0.0.5 to 0.0.14 Bumps [@henris/utils](https://github.com/henris-style/utils) from 0.0.5 to 0.0.14. - [Release notes](https://github.com/henris-style/utils/releases) - [Commits](https://github.com/henris-style/utils/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77b5aba..910f04d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -271,9 +271,9 @@ "integrity": "sha512-zzBccBD0aFo8+IxX7110rJ3HzGg5YyDSXZSKw/C1aWNhH3N5vVFzxiWqFmb8+Hxke3jng67upmrI5nnO80LVrQ==" }, "@henris/utils": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@henris/utils/-/utils-0.0.5.tgz", - "integrity": "sha512-qtg3DUsKR8H7iiy3Zo2AUb2zURoh7DKLEC/FOWpIOz5RGXd9IDc99FNpkRmrX4a+/OezyNtT1eqWaTD3mDmQMA==" + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@henris/utils/-/utils-0.0.14.tgz", + "integrity": "sha512-f0dyJ4EkXg/GE1Z4rGwHVN5fgG04EsdZvjKnhrBtIJXxgICoP58Fr9vzv7ffaekGqUysSVTp8A6YqcTU8IfU/g==" }, "@mrmlnc/readdir-enhanced": { "version": "2.2.1", diff --git a/package.json b/package.json index 56539d3..8d4507d 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ }, "dependencies": { "@henris/output": "0.0.4", - "@henris/utils": "0.0.5" + "@henris/utils": "0.0.14" } }