Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tech: upgrade glob-promise #20959

Merged
merged 1 commit into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/lib/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"express": "^4.17.3",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"glob-promise": "^4.2.0",
"glob-promise": "^6.0.2",
"magic-string": "^0.27.0",
"rollup": "^2.25.0 || ^3.3.0",
"slash": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"find-up": "^5.0.0",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"glob-promise": "^4.2.0",
"glob-promise": "^6.0.2",
"handlebars": "^4.7.7",
"lazy-universal-dotenv": "^4.0.0",
"picomatch": "^2.3.0",
Expand Down
27 changes: 24 additions & 3 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5778,7 +5778,7 @@ __metadata:
express: ^4.17.3
fs-extra: ^11.1.0
glob: ^8.1.0
glob-promise: ^4.2.0
glob-promise: ^6.0.2
magic-string: ^0.27.0
rollup: ^3.0.0
slash: ^3.0.0
Expand Down Expand Up @@ -6085,7 +6085,7 @@ __metadata:
find-up: ^5.0.0
fs-extra: ^11.1.0
glob: ^8.1.0
glob-promise: ^4.2.0
glob-promise: ^6.0.2
handlebars: ^4.7.7
lazy-universal-dotenv: ^4.0.0
mock-fs: ^5.2.0
Expand Down Expand Up @@ -8129,6 +8129,16 @@ __metadata:
languageName: node
linkType: hard

"@types/glob@npm:^8.0.0":
version: 8.0.1
resolution: "@types/glob@npm:8.0.1"
dependencies:
"@types/minimatch": ^5.1.2
"@types/node": "*"
checksum: 6540d3bc86ec81da4247dc8f5b639b80267b4eae6320b250cca1d71b7c57cff88bb790c7299a58bcbad33f4bbf437c35ceea58041cbb630311fc2ee86286a6c6
languageName: node
linkType: hard

"@types/graceful-fs@npm:^4.1.3":
version: 4.1.6
resolution: "@types/graceful-fs@npm:4.1.6"
Expand Down Expand Up @@ -8326,7 +8336,7 @@ __metadata:
languageName: node
linkType: hard

"@types/minimatch@npm:*":
"@types/minimatch@npm:*, @types/minimatch@npm:^5.1.2":
version: 5.1.2
resolution: "@types/minimatch@npm:5.1.2"
checksum: 83cf1c11748891b714e129de0585af4c55dd4c2cafb1f1d5233d79246e5e1e19d1b5ad9e8db449667b3ffa2b6c80125c429dbee1054e9efb45758dbc4e118562
Expand Down Expand Up @@ -16164,6 +16174,17 @@ __metadata:
languageName: node
linkType: hard

"glob-promise@npm:^6.0.2":
version: 6.0.2
resolution: "glob-promise@npm:6.0.2"
dependencies:
"@types/glob": ^8.0.0
peerDependencies:
glob: ^8.0.3
checksum: fa08c8beb32b87d9313d7f24d17b2eebeed6e77fcfe0e4b743f94e9621663292cf5e665f671502dcf925683aea1086d3a756032bef08c87d7dc05014aef71c5a
languageName: node
linkType: hard

"glob-to-regexp@npm:^0.4.1":
version: 0.4.1
resolution: "glob-to-regexp@npm:0.4.1"
Expand Down