Skip to content

Commit

Permalink
chore(deps): update dependency glob to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 1, 2023
1 parent 1cedad5 commit daf8640
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,7 +62,7 @@
"finalhandler": "^1.2.0",
"fs-extra": "^10.1.0",
"get-port": "^5.1.1",
"glob": "^7.2.3",
"glob": "^8.1.0",
"got": "^11.8.6",
"improved-yarn-audit": "^3.0.0",
"jest": "^28.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Expand Up @@ -16,7 +16,7 @@
"chokidar": "^3.5.3",
"consola": "^2.15.3",
"fs-extra": "^10.1.0",
"glob": "^7.2.3",
"glob": "^8.1.0",
"hash-sum": "^2.0.0",
"ignore": "^5.2.4",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -21,7 +21,7 @@
"eventsource-polyfill": "^0.9.6",
"extract-css-chunks-webpack-plugin": "^4.9.0",
"file-loader": "^6.2.0",
"glob": "^7.2.3",
"glob": "^8.1.0",
"hard-source-webpack-plugin": "^0.13.1",
"hash-sum": "^2.0.0",
"html-webpack-plugin": "^4.5.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -7453,7 +7453,7 @@ glob@7.1.4:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0, glob@^7.2.3, glob@~7.2.0:
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0, glob@~7.2.0:
version "7.2.3"
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
Expand All @@ -7465,7 +7465,7 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0, glob@^7.2.3, gl
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^8.0.1, glob@^8.0.3:
glob@^8.0.1, glob@^8.0.3, glob@^8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
Expand Down

0 comments on commit daf8640

Please sign in to comment.