Skip to content

Commit 1589175

Browse files
chore(deps): bump glob from 10.3.10 to 11.0.3
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.10 to 11.0.3. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.10...v11.0.3) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b88b48 commit 1589175

File tree

2 files changed

+69
-47
lines changed

2 files changed

+69
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint": "^8.16.0",
5959
"eslint-config-prettier": "^9.0.0",
6060
"eslint-plugin-import": "^2.26.0",
61-
"glob": "^10.3.4",
61+
"glob": "^11.0.3",
6262
"http-server": "^14.1.1",
6363
"husky": ">=4",
6464
"lint-staged": ">=10",

yarn.lock

Lines changed: 68 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@
9292
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
9393
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
9494

95+
"@isaacs/balanced-match@^4.0.1":
96+
version "4.0.1"
97+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
98+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
99+
100+
"@isaacs/brace-expansion@^5.0.0":
101+
version "5.0.0"
102+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
103+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
104+
dependencies:
105+
"@isaacs/balanced-match" "^4.0.1"
106+
95107
"@isaacs/cliui@^8.0.2":
96108
version "8.0.2"
97109
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -998,7 +1010,7 @@ create-require@^1.1.0:
9981010
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
9991011
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
10001012

1001-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
1013+
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
10021014
version "7.0.3"
10031015
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
10041016
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -1007,6 +1019,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
10071019
shebang-command "^2.0.0"
10081020
which "^2.0.1"
10091021

1022+
cross-spawn@^7.0.6:
1023+
version "7.0.6"
1024+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1025+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
1026+
dependencies:
1027+
path-key "^3.1.0"
1028+
shebang-command "^2.0.0"
1029+
which "^2.0.1"
1030+
10101031
data-view-buffer@^1.0.2:
10111032
version "1.0.2"
10121033
resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz#211a03ba95ecaf7798a8c7198d79536211f88570"
@@ -1614,12 +1635,12 @@ for-each@^0.3.5:
16141635
dependencies:
16151636
is-callable "^1.2.7"
16161637

1617-
foreground-child@^3.1.0, foreground-child@^3.1.1:
1618-
version "3.1.1"
1619-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1620-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1638+
foreground-child@^3.1.0, foreground-child@^3.1.1, foreground-child@^3.3.1:
1639+
version "3.3.1"
1640+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
1641+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
16211642
dependencies:
1622-
cross-spawn "^7.0.0"
1643+
cross-spawn "^7.0.6"
16231644
signal-exit "^4.0.1"
16241645

16251646
fs.realpath@^1.0.0:
@@ -1763,17 +1784,6 @@ glob-parent@^6.0.2:
17631784
dependencies:
17641785
is-glob "^4.0.3"
17651786

1766-
glob@^10.3.4:
1767-
version "10.3.10"
1768-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
1769-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
1770-
dependencies:
1771-
foreground-child "^3.1.0"
1772-
jackspeak "^2.3.5"
1773-
minimatch "^9.0.1"
1774-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1775-
path-scurry "^1.10.1"
1776-
17771787
glob@^10.4.5:
17781788
version "10.4.5"
17791789
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
@@ -1786,6 +1796,18 @@ glob@^10.4.5:
17861796
package-json-from-dist "^1.0.0"
17871797
path-scurry "^1.11.1"
17881798

1799+
glob@^11.0.3:
1800+
version "11.0.3"
1801+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
1802+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
1803+
dependencies:
1804+
foreground-child "^3.3.1"
1805+
jackspeak "^4.1.1"
1806+
minimatch "^10.0.3"
1807+
minipass "^7.1.2"
1808+
package-json-from-dist "^1.0.0"
1809+
path-scurry "^2.0.0"
1810+
17891811
glob@^7.1.3, glob@^7.1.4:
17901812
version "7.2.3"
17911813
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -2411,15 +2433,6 @@ istanbul-reports@^3.1.6:
24112433
html-escaper "^2.0.0"
24122434
istanbul-lib-report "^3.0.0"
24132435

2414-
jackspeak@^2.3.5:
2415-
version "2.3.6"
2416-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
2417-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
2418-
dependencies:
2419-
"@isaacs/cliui" "^8.0.2"
2420-
optionalDependencies:
2421-
"@pkgjs/parseargs" "^0.11.0"
2422-
24232436
jackspeak@^3.1.2:
24242437
version "3.4.3"
24252438
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -2429,6 +2442,13 @@ jackspeak@^3.1.2:
24292442
optionalDependencies:
24302443
"@pkgjs/parseargs" "^0.11.0"
24312444

2445+
jackspeak@^4.1.1:
2446+
version "4.1.1"
2447+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
2448+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
2449+
dependencies:
2450+
"@isaacs/cliui" "^8.0.2"
2451+
24322452
js-tokens@^4.0.0:
24332453
version "4.0.0"
24342454
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -2547,18 +2567,18 @@ lru-cache@^10.2.0:
25472567
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
25482568
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
25492569

2570+
lru-cache@^11.0.0:
2571+
version "11.1.0"
2572+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
2573+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
2574+
25502575
lru-cache@^6.0.0:
25512576
version "6.0.0"
25522577
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
25532578
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
25542579
dependencies:
25552580
yallist "^4.0.0"
25562581

2557-
"lru-cache@^9.1.1 || ^10.0.0":
2558-
version "10.0.1"
2559-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
2560-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
2561-
25622582
magic-string@^0.30.3, magic-string@^0.30.4:
25632583
version "0.30.5"
25642584
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9"
@@ -2627,6 +2647,13 @@ [email protected]:
26272647
dependencies:
26282648
brace-expansion "^2.0.1"
26292649

2650+
minimatch@^10.0.3:
2651+
version "10.0.3"
2652+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
2653+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
2654+
dependencies:
2655+
"@isaacs/brace-expansion" "^5.0.0"
2656+
26302657
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26312658
version "3.1.2"
26322659
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2641,7 +2668,7 @@ minimatch@^5.0.1:
26412668
dependencies:
26422669
brace-expansion "^2.0.1"
26432670

2644-
minimatch@^9.0.1, minimatch@^9.0.4, minimatch@^9.0.5:
2671+
minimatch@^9.0.4, minimatch@^9.0.5:
26452672
version "9.0.5"
26462673
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
26472674
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -2653,12 +2680,7 @@ minimist@^1.2.0, minimist@^1.2.6:
26532680
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
26542681
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
26552682

2656-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
2657-
version "7.0.3"
2658-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
2659-
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
2660-
2661-
minipass@^7.1.2:
2683+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
26622684
version "7.1.2"
26632685
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
26642686
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -2894,14 +2916,6 @@ path-parse@^1.0.7:
28942916
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
28952917
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
28962918

2897-
path-scurry@^1.10.1:
2898-
version "1.10.1"
2899-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
2900-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
2901-
dependencies:
2902-
lru-cache "^9.1.1 || ^10.0.0"
2903-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2904-
29052919
path-scurry@^1.11.1:
29062920
version "1.11.1"
29072921
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -2910,6 +2924,14 @@ path-scurry@^1.11.1:
29102924
lru-cache "^10.2.0"
29112925
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
29122926

2927+
path-scurry@^2.0.0:
2928+
version "2.0.0"
2929+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
2930+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
2931+
dependencies:
2932+
lru-cache "^11.0.0"
2933+
minipass "^7.1.2"
2934+
29132935
path-type@^4.0.0:
29142936
version "4.0.0"
29152937
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"

0 commit comments

Comments
 (0)