From 314e242b5e3b618d938e9a975072177d39e6ced8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Aug 2018 05:06:25 +0000 Subject: [PATCH] build(deps): update glob requirement from 7.1.2 to 7.1.3 Updates the requirements on [glob](https://github.com/isaacs/node-glob) to permit the latest version. - [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/commits/v7.1.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdfa501c..e2fc7a4c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "debug": "3.1.0", "dottie": "2.0.0", "esprima": "4.0.1", - "glob": "7.1.2", + "glob": "7.1.3", "jsonpath": "1.0.0", "jsonschema": "1.2.4", "lodash": "4.17.10",