From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 08:46:11 +0000 (+0300) Subject: Bump glob from 7.1.4 to 7.1.5 (#29567) X-Git-Tag: v5.0.0-alpha1~709 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bfcd83b979ff4439b1896ae19c0a79c2e151140;p=thirdparty%2Fbootstrap.git Bump glob from 7.1.4 to 7.1.5 (#29567) 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] --- diff --git a/package-lock.json b/package-lock.json index 8a893c4d43..ac4d1444e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5293,9 +5293,9 @@ "dev": true }, "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==", "dev": true, "requires": { "fs.realpath": "^1.0.0", diff --git a/package.json b/package.json index 6e7b098602..ea21504bca 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "eslint-plugin-import": "^2.18.2", "eslint-plugin-unicorn": "^12.1.0", "find-unused-sass-variables": "^0.6.0", - "glob": "^7.1.4", + "glob": "^7.1.5", "hammer-simulator": "0.0.1", "hugo-bin": "^0.47.0", "ip": "^1.1.5",