mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
chore(deps): update dependency glob to ^7.1.5 (#6602)
This commit is contained in:
parent
437af14fa3
commit
3d51c0341b
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
12
yarn.lock
12
yarn.lock
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user