diff --git a/package-lock.json b/package-lock.json index 70948e0..38a9915 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5282,9 +5282,9 @@ } }, "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", diff --git a/package.json b/package.json index 9cc1157..ec27d6f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "Fabian MorĂ³n Zirfas", "license": "MIT", "dependencies": { - "glob": "7.1.6", + "glob": "7.2.0", "yeoman-generator": "^4.10.1" }, "main": "generators/index.js",