Skip to content

Commit

Permalink
chore(deps): update dependency glob to ^7.1.5 (#6602)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pi0 committed Oct 21, 2019
1 parent 437af14 commit 3d51c03
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"fork-ts-checker-webpack-plugin": "^1.5.1",
"fs-extra": "^8.1.0",
"get-port": "^5.0.0",
"glob": "^7.1.4",
"glob": "^7.1.5",
"is-wsl": "^2.1.1",
"jest": "^24.9.0",
"jest-junit": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Expand Up @@ -14,7 +14,7 @@
"chokidar": "^3.2.2",
"consola": "^2.10.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"glob": "^7.1.5",
"hash-sum": "^2.0.0",
"ignore": "^5.1.4",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -22,7 +22,7 @@
"eventsource-polyfill": "^0.9.6",
"extract-css-chunks-webpack-plugin": "^4.6.0",
"file-loader": "^4.2.0",
"glob": "^7.1.4",
"glob": "^7.1.5",
"hard-source-webpack-plugin": "^0.13.1",
"hash-sum": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Expand Up @@ -5499,6 +5499,18 @@ glob@7.1.4, glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glo
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.1.5:
version "7.1.5"
resolved "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"

globals@^11.1.0, globals@^11.7.0:
version "11.12.0"
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
Expand Down

0 comments on commit 3d51c03

Please sign in to comment.