Skip to content

Commit 96bc2bc

Browse files
chore(deps): update dependency glob to v13
1 parent 86ab5e0 commit 96bc2bc

2 files changed

Lines changed: 61 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"chalk": "^4.1.2",
3131
"chokidar": "^3.5.2",
32-
"glob": "^7.1.7",
32+
"glob": "^13.0.4",
3333
"globby": "^11.0.4",
3434
"scule": "^0.2.1",
3535
"semver": "^7.3.5",

yarn.lock

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,11 @@
10021002
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
10031003
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
10041004

1005+
"@isaacs/cliui@^9.0.0":
1006+
version "9.0.0"
1007+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-9.0.0.tgz#4d0a3f127058043bf2e7ee169eaf30ed901302f3"
1008+
integrity sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==
1009+
10051010
"@istanbuljs/load-nyc-config@^1.0.0":
10061011
version "1.1.0"
10071012
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -2993,6 +2998,13 @@ balanced-match@^1.0.0:
29932998
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
29942999
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
29953000

3001+
balanced-match@^4.0.2:
3002+
version "4.0.2"
3003+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.2.tgz#241591ea634702bef9c482696f2469406e16d233"
3004+
integrity sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==
3005+
dependencies:
3006+
jackspeak "^4.2.3"
3007+
29963008
base64-js@^1.0.2, base64-js@^1.3.1:
29973009
version "1.5.1"
29983010
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -3075,6 +3087,13 @@ brace-expansion@^1.1.7:
30753087
balanced-match "^1.0.0"
30763088
concat-map "0.0.1"
30773089

3090+
brace-expansion@^5.0.2:
3091+
version "5.0.2"
3092+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
3093+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
3094+
dependencies:
3095+
balanced-match "^4.0.2"
3096+
30783097
braces@^2.3.1, braces@^2.3.2:
30793098
version "2.3.2"
30803099
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -5698,6 +5717,15 @@ glob-to-regexp@^0.4.1:
56985717
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
56995718
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
57005719

5720+
glob@^13.0.4:
5721+
version "13.0.4"
5722+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.4.tgz#8479df26cb72f9a878179704f6ef3fb7db7cba09"
5723+
integrity sha512-KACie1EOs9BIOMtenFaxwmYODWA3/fTfGSUnLhMJpXRntu1g+uL/Xvub5f8SCTppvo9q62Qy4LeOoUiaL54G5A==
5724+
dependencies:
5725+
minimatch "^10.2.1"
5726+
minipass "^7.1.2"
5727+
path-scurry "^2.0.0"
5728+
57015729
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
57025730
version "7.1.7"
57035731
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
@@ -6627,6 +6655,13 @@ istanbul-reports@^3.0.2:
66276655
html-escaper "^2.0.0"
66286656
istanbul-lib-report "^3.0.0"
66296657

6658+
jackspeak@^4.2.3:
6659+
version "4.2.3"
6660+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.2.3.tgz#27ef80f33b93412037c3bea4f8eddf80e1931483"
6661+
integrity sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==
6662+
dependencies:
6663+
"@isaacs/cliui" "^9.0.0"
6664+
66306665
jest-changed-files@^27.0.6:
66316666
version "27.0.6"
66326667
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.0.6.tgz#bed6183fcdea8a285482e3b50a9a7712d49a7a8b"
@@ -7454,6 +7489,11 @@ lowercase-keys@^2.0.0:
74547489
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
74557490
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
74567491

7492+
lru-cache@^11.0.0:
7493+
version "11.2.6"
7494+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58"
7495+
integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==
7496+
74577497
lru-cache@^4.1.2:
74587498
version "4.1.5"
74597499
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -7739,6 +7779,13 @@ minimalistic-crypto-utils@^1.0.1:
77397779
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
77407780
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
77417781

7782+
minimatch@^10.2.1:
7783+
version "10.2.1"
7784+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
7785+
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
7786+
dependencies:
7787+
brace-expansion "^5.0.2"
7788+
77427789
minimatch@^3.0.4:
77437790
version "3.0.4"
77447791
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -7788,6 +7835,11 @@ minipass@^3.0.0, minipass@^3.1.1:
77887835
dependencies:
77897836
yallist "^4.0.0"
77907837

7838+
minipass@^7.1.2:
7839+
version "7.1.2"
7840+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7841+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
7842+
77917843
minizlib@^2.1.1:
77927844
version "2.1.2"
77937845
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -8518,6 +8570,14 @@ path-parse@^1.0.6:
85188570
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
85198571
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
85208572

8573+
path-scurry@^2.0.0:
8574+
version "2.0.1"
8575+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz#4b6572376cfd8b811fca9cd1f5c24b3cbac0fe10"
8576+
integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==
8577+
dependencies:
8578+
lru-cache "^11.0.0"
8579+
minipass "^7.1.2"
8580+
85218581
path-type@^3.0.0:
85228582
version "3.0.0"
85238583
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)