From 1a95f9908d2dbe70b9a3ec28b92f9d2743095218 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2019 12:52:34 +0000 Subject: [PATCH] build(deps): bump glob from 7.1.3 to 7.1.4 Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.3 to 7.1.4. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v7.1.3...v7.1.4) 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 98fac0f..b0c64b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3282,9 +3282,9 @@ } }, "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", + "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", diff --git a/package.json b/package.json index 018af56..db1e3f2 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "chalk": "^2.4.1", "commander": "^2.18.0", "fs-extra": "^8.0.1", - "glob": "^7.1.3", + "glob": "^7.1.4", "lodash": "^4.17.11", "reflect-metadata": "^0.1.12" }