Skip to content

Commit

Permalink
fix(deps): update dependency glob to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2023
1 parent 14f6fcc commit e9607d0
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"clean-webpack-plugin": "^4.0.0",
"commander": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"glob": "^8.1.0",
"glob": "^10.1.0",
"mini-css-extract-plugin": "^2.7.5",
"semver": "^7.4.0",
"webpack": "^5.79.0"
Expand Down
49 changes: 47 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ __metadata:
eslint: 7.32.0
eslint-config-prettier: 8.8.0
eslint-plugin-prettier: 4.2.1
glob: ^8.1.0
glob: ^10.1.0
husky: 8.0.3
jest: 27.5.1
lint-staged: 13.2.1
Expand Down Expand Up @@ -4401,6 +4401,18 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.1.0":
version: 10.1.0
resolution: "glob@npm:10.1.0"
dependencies:
fs.realpath: ^1.0.0
minimatch: ^9.0.0
minipass: ^5.0.0
path-scurry: ^1.7.0
checksum: 93021661bfcd474dcf2866f1ce1defb2a8b323fcdfaa32197040bd15235960115fd41347222eaf704050869c2922cf7c021404b77544cec77399899b0401f663
languageName: node
linkType: hard

"glob@npm:^7.0.3, glob@npm:^7.1.1, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4":
version: 7.2.3
resolution: "glob@npm:7.2.3"
Expand All @@ -4415,7 +4427,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^8.0.1, glob@npm:^8.1.0":
"glob@npm:^8.0.1":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
Expand Down Expand Up @@ -6205,6 +6217,13 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:^9.0.0":
version: 9.0.3
resolution: "lru-cache@npm:9.0.3"
checksum: 218415714d44c113bc3a8d12ceca6dedf310915aa861f9e0df13df1fe6db9833e1b5f1f656e9a117ac82677ad3e499be23bff2f670f2a7c5c186d64a92596b68
languageName: node
linkType: hard

"make-dir@npm:^3.0.0":
version: 3.1.0
resolution: "make-dir@npm:3.1.0"
Expand Down Expand Up @@ -6411,6 +6430,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.0":
version: 9.0.0
resolution: "minimatch@npm:9.0.0"
dependencies:
brace-expansion: ^2.0.1
checksum: 7bd57899edd1d1b0560f50b5b2d1ea4ad2a366c5a2c8e0a943372cf2f200b64c256bae45a87a80915adbce27fa36526264296ace0da57b600481fe5ea3e372e5
languageName: node
linkType: hard

"minimist-options@npm:4.1.0":
version: 4.1.0
resolution: "minimist-options@npm:4.1.0"
Expand Down Expand Up @@ -6506,6 +6534,13 @@ __metadata:
languageName: node
linkType: hard

"minipass@npm:^5.0.0":
version: 5.0.0
resolution: "minipass@npm:5.0.0"
checksum: 425dab288738853fded43da3314a0b5c035844d6f3097a8e3b5b29b328da8f3c1af6fc70618b32c29ff906284cf6406b6841376f21caaadd0793c1d5a6a620ea
languageName: node
linkType: hard

"minizlib@npm:^2.1.1, minizlib@npm:^2.1.2":
version: 2.1.2
resolution: "minizlib@npm:2.1.2"
Expand Down Expand Up @@ -7289,6 +7324,16 @@ __metadata:
languageName: node
linkType: hard

"path-scurry@npm:^1.7.0":
version: 1.7.0
resolution: "path-scurry@npm:1.7.0"
dependencies:
lru-cache: ^9.0.0
minipass: ^5.0.0
checksum: 4e86df0fa6848cef1ba672d4a332b8dbd0297c42d5123bcc419d714c34b25ee6775b0d2e66dd5e698a38e9bcd808f8fc47333e3a3357307cada98e16bfae8b98
languageName: node
linkType: hard

"path-type@npm:^4.0.0":
version: 4.0.0
resolution: "path-type@npm:4.0.0"
Expand Down

0 comments on commit e9607d0

Please sign in to comment.