bumping glob version

This commit is contained in:
Yotam Mann 2019-11-07 16:55:30 -05:00
parent e820ae76ed
commit a900225d67
2 changed files with 4 additions and 15 deletions

17
package-lock.json generated
View file

@ -4667,9 +4667,9 @@
}
},
"glob": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"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",
@ -4678,17 +4678,6 @@
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"dependencies": {
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"
}
}
}
},
"glob-parent": {

View file

@ -74,7 +74,7 @@
"eslint": "^6.4.0",
"eslint-plugin-jsdoc": "^15.12.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.2",
"glob": "^7.1.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"istanbul-instrumenter-loader": "^3.0.1",