Skip to content

Commit 3d51c03

Browse files
renovate[bot]pi0
authored andcommitted
chore(deps): update dependency glob to ^7.1.5 (nuxt#6602)
1 parent 437af14 commit 3d51c03

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"fork-ts-checker-webpack-plugin": "^1.5.1",
5050
"fs-extra": "^8.1.0",
5151
"get-port": "^5.0.0",
52-
"glob": "^7.1.4",
52+
"glob": "^7.1.5",
5353
"is-wsl": "^2.1.1",
5454
"jest": "^24.9.0",
5555
"jest-junit": "^8.0.0",

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"chokidar": "^3.2.2",
1515
"consola": "^2.10.1",
1616
"fs-extra": "^8.1.0",
17-
"glob": "^7.1.4",
17+
"glob": "^7.1.5",
1818
"hash-sum": "^2.0.0",
1919
"ignore": "^5.1.4",
2020
"lodash": "^4.17.15",

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eventsource-polyfill": "^0.9.6",
2323
"extract-css-chunks-webpack-plugin": "^4.6.0",
2424
"file-loader": "^4.2.0",
25-
"glob": "^7.1.4",
25+
"glob": "^7.1.5",
2626
"hard-source-webpack-plugin": "^0.13.1",
2727
"hash-sum": "^2.0.0",
2828
"html-webpack-plugin": "^3.2.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
54995499
once "^1.3.0"
55005500
path-is-absolute "^1.0.0"
55015501

5502+
glob@^7.1.5:
5503+
version "7.1.5"
5504+
resolved "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
5505+
integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==
5506+
dependencies:
5507+
fs.realpath "^1.0.0"
5508+
inflight "^1.0.4"
5509+
inherits "2"
5510+
minimatch "^3.0.4"
5511+
once "^1.3.0"
5512+
path-is-absolute "^1.0.0"
5513+
55025514
globals@^11.1.0, globals@^11.7.0:
55035515
version "11.12.0"
55045516
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"

0 commit comments

Comments
 (0)