From 14d9d99aabb13a1260eb728993e8050ab35de2f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 14:35:16 +0000 Subject: [PATCH] Build(deps): bump glob from 7.1.4 to 7.1.5 (#4245) Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.4 to 7.1.5. - [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.4...v7.1.5) 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 34a5b9fd27..73f58b4360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13261,9 +13261,9 @@ } }, "glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz", + "integrity": "sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", diff --git a/package.json b/package.json index 72053a55cd..5249607165 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "fast-xml-parser": "^3.14.0", "fsos": "^1.1.6", "gh-badges": "file:gh-badges", - "glob": "^7.1.4", + "glob": "^7.1.5", "graphql": "^14.5.8", "graphql-tag": "^2.10.1", "ioredis": "4.14.1",