Skip to content

Commit b2b384d

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 b1057a4 commit b2b384d

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"
@@ -929,7 +941,7 @@ create-require@^1.1.0:
929941
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
930942
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
931943

932-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
944+
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
933945
version "7.0.3"
934946
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
935947
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -938,6 +950,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
938950
shebang-command "^2.0.0"
939951
which "^2.0.1"
940952

953+
cross-spawn@^7.0.6:
954+
version "7.0.6"
955+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
956+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
957+
dependencies:
958+
path-key "^3.1.0"
959+
shebang-command "^2.0.0"
960+
which "^2.0.1"
961+
941962
[email protected], debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
942963
version "4.3.4"
943964
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
@@ -1395,12 +1416,12 @@ for-each@^0.3.3:
13951416
dependencies:
13961417
is-callable "^1.1.3"
13971418

1398-
foreground-child@^3.1.0, foreground-child@^3.1.1:
1399-
version "3.1.1"
1400-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1401-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1419+
foreground-child@^3.1.0, foreground-child@^3.1.1, foreground-child@^3.3.1:
1420+
version "3.3.1"
1421+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
1422+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
14021423
dependencies:
1403-
cross-spawn "^7.0.0"
1424+
cross-spawn "^7.0.6"
14041425
signal-exit "^4.0.1"
14051426

14061427
fs.realpath@^1.0.0:
@@ -1499,17 +1520,6 @@ glob-parent@^6.0.2:
14991520
dependencies:
15001521
is-glob "^4.0.3"
15011522

1502-
glob@^10.3.4:
1503-
version "10.3.10"
1504-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
1505-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
1506-
dependencies:
1507-
foreground-child "^3.1.0"
1508-
jackspeak "^2.3.5"
1509-
minimatch "^9.0.1"
1510-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1511-
path-scurry "^1.10.1"
1512-
15131523
glob@^10.4.5:
15141524
version "10.4.5"
15151525
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
@@ -1522,6 +1532,18 @@ glob@^10.4.5:
15221532
package-json-from-dist "^1.0.0"
15231533
path-scurry "^1.11.1"
15241534

1535+
glob@^11.0.3:
1536+
version "11.0.3"
1537+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
1538+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
1539+
dependencies:
1540+
foreground-child "^3.3.1"
1541+
jackspeak "^4.1.1"
1542+
minimatch "^10.0.3"
1543+
minipass "^7.1.2"
1544+
package-json-from-dist "^1.0.0"
1545+
path-scurry "^2.0.0"
1546+
15251547
glob@^7.1.3, glob@^7.1.4:
15261548
version "7.2.3"
15271549
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -1946,15 +1968,6 @@ istanbul-reports@^3.1.6:
19461968
html-escaper "^2.0.0"
19471969
istanbul-lib-report "^3.0.0"
19481970

1949-
jackspeak@^2.3.5:
1950-
version "2.3.6"
1951-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
1952-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
1953-
dependencies:
1954-
"@isaacs/cliui" "^8.0.2"
1955-
optionalDependencies:
1956-
"@pkgjs/parseargs" "^0.11.0"
1957-
19581971
jackspeak@^3.1.2:
19591972
version "3.4.3"
19601973
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -1964,6 +1977,13 @@ jackspeak@^3.1.2:
19641977
optionalDependencies:
19651978
"@pkgjs/parseargs" "^0.11.0"
19661979

1980+
jackspeak@^4.1.1:
1981+
version "4.1.1"
1982+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
1983+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
1984+
dependencies:
1985+
"@isaacs/cliui" "^8.0.2"
1986+
19671987
js-tokens@^4.0.0:
19681988
version "4.0.0"
19691989
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -2082,18 +2102,18 @@ lru-cache@^10.2.0:
20822102
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
20832103
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
20842104

2105+
lru-cache@^11.0.0:
2106+
version "11.1.0"
2107+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
2108+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
2109+
20852110
lru-cache@^6.0.0:
20862111
version "6.0.0"
20872112
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
20882113
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
20892114
dependencies:
20902115
yallist "^4.0.0"
20912116

2092-
"lru-cache@^9.1.1 || ^10.0.0":
2093-
version "10.0.1"
2094-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
2095-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
2096-
20972117
magic-string@^0.30.3, magic-string@^0.30.4:
20982118
version "0.30.5"
20992119
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9"
@@ -2150,13 +2170,20 @@ mimic-fn@^4.0.0:
21502170
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
21512171
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
21522172

2153-
[email protected], minimatch@^9.0.1:
2173+
21542174
version "9.0.3"
21552175
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
21562176
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
21572177
dependencies:
21582178
brace-expansion "^2.0.1"
21592179

2180+
minimatch@^10.0.3:
2181+
version "10.0.3"
2182+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
2183+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
2184+
dependencies:
2185+
"@isaacs/brace-expansion" "^5.0.0"
2186+
21602187
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
21612188
version "3.1.2"
21622189
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2183,12 +2210,7 @@ minimist@^1.2.0, minimist@^1.2.6:
21832210
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
21842211
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
21852212

2186-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
2187-
version "7.0.3"
2188-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
2189-
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
2190-
2191-
minipass@^7.1.2:
2213+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
21922214
version "7.1.2"
21932215
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
21942216
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -2397,14 +2419,6 @@ path-parse@^1.0.7:
23972419
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
23982420
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
23992421

2400-
path-scurry@^1.10.1:
2401-
version "1.10.1"
2402-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
2403-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
2404-
dependencies:
2405-
lru-cache "^9.1.1 || ^10.0.0"
2406-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2407-
24082422
path-scurry@^1.11.1:
24092423
version "1.11.1"
24102424
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -2413,6 +2427,14 @@ path-scurry@^1.11.1:
24132427
lru-cache "^10.2.0"
24142428
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
24152429

2430+
path-scurry@^2.0.0:
2431+
version "2.0.0"
2432+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
2433+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
2434+
dependencies:
2435+
lru-cache "^11.0.0"
2436+
minipass "^7.1.2"
2437+
24162438
path-type@^4.0.0:
24172439
version "4.0.0"
24182440
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"

0 commit comments

Comments
 (0)