diff --git a/package-lock.json b/package-lock.json index fa436c27..1c8ee339 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5447,9 +5447,9 @@ } }, "glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", diff --git a/package.json b/package.json index 833dbef8..4910dbca 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "find-node-modules": "2.0.0", "find-root": "1.1.0", "fs-extra": "8.1.0", - "glob": "7.1.4", + "glob": "7.1.6", "inquirer": "6.5.0", "is-utf8": "^0.2.1", "lodash": "4.17.15",