Skip to content

Commit fc474a6

Browse files
Bump glob from 10.4.5 to 11.1.0
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.1.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc6f3cf commit fc474a6

File tree

2 files changed

+46
-29
lines changed

2 files changed

+46
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-react-hooks": "^4.6.0",
4343
"eslint-webpack-plugin": "^4.0.1",
4444
"fork-ts-checker-webpack-plugin": "^8.0.0",
45-
"glob": "^10.2.7",
45+
"glob": "^11.1.0",
4646
"identity-obj-proxy": "3.0.0",
4747
"imports-loader": "^5.0.0",
4848
"jest": "^29.7.0",

yarn.lock

Lines changed: 45 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,18 @@
863863
dependencies:
864864
"@swc/helpers" "^0.5.0"
865865

866+
"@isaacs/balanced-match@^4.0.1":
867+
version "4.0.1"
868+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
869+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
870+
871+
"@isaacs/brace-expansion@^5.0.0":
872+
version "5.0.0"
873+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
874+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
875+
dependencies:
876+
"@isaacs/balanced-match" "^4.0.1"
877+
866878
"@isaacs/cliui@^8.0.2":
867879
version "8.0.2"
868880
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -1317,11 +1329,6 @@
13171329
resolved "https://registry.yarnpkg.com/@petamoriken/float16/-/float16-3.9.2.tgz#217a5d349f3655b8e286be447e0ed1eae063a78f"
13181330
integrity sha512-VgffxawQde93xKxT3qap3OH+meZf7VaSB5Sqd4Rqc+FP5alWbpOyan/7tRbOAvynjpG3GpdtAuGU/NdhQpmrog==
13191331

1320-
"@pkgjs/parseargs@^0.11.0":
1321-
version "0.11.0"
1322-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1323-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1324-
13251332
"@popperjs/[email protected]":
13261333
version "2.11.8"
13271334
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
@@ -4216,7 +4223,7 @@ for-each@^0.3.3, for-each@^0.3.5:
42164223
dependencies:
42174224
is-callable "^1.2.7"
42184225

4219-
foreground-child@^3.1.0:
4226+
foreground-child@^3.3.1:
42204227
version "3.3.1"
42214228
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
42224229
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -4393,17 +4400,17 @@ glob-to-regexp@^0.4.1:
43934400
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
43944401
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
43954402

4396-
glob@^10.2.7:
4397-
version "10.4.5"
4398-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
4399-
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
4403+
glob@^11.1.0:
4404+
version "11.1.0"
4405+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
4406+
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
44004407
dependencies:
4401-
foreground-child "^3.1.0"
4402-
jackspeak "^3.1.2"
4403-
minimatch "^9.0.4"
4408+
foreground-child "^3.3.1"
4409+
jackspeak "^4.1.1"
4410+
minimatch "^10.1.1"
44044411
minipass "^7.1.2"
44054412
package-json-from-dist "^1.0.0"
4406-
path-scurry "^1.11.1"
4413+
path-scurry "^2.0.0"
44074414

44084415
glob@^7.1.3, glob@^7.1.4:
44094416
version "7.2.3"
@@ -5102,14 +5109,12 @@ iterator.prototype@^1.1.4:
51025109
has-symbols "^1.1.0"
51035110
set-function-name "^2.0.2"
51045111

5105-
jackspeak@^3.1.2:
5106-
version "3.4.3"
5107-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
5108-
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
5112+
jackspeak@^4.1.1:
5113+
version "4.1.1"
5114+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
5115+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
51095116
dependencies:
51105117
"@isaacs/cliui" "^8.0.2"
5111-
optionalDependencies:
5112-
"@pkgjs/parseargs" "^0.11.0"
51135118

51145119
jest-changed-files@^29.7.0:
51155120
version "29.7.0"
@@ -5741,11 +5746,16 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3
57415746
dependencies:
57425747
js-tokens "^3.0.0 || ^4.0.0"
57435748

5744-
lru-cache@^10.2.0, lru-cache@^10.4.3:
5749+
lru-cache@^10.4.3:
57455750
version "10.4.3"
57465751
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
57475752
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
57485753

5754+
lru-cache@^11.0.0:
5755+
version "11.2.2"
5756+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
5757+
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
5758+
57495759
lru-cache@^5.1.1:
57505760
version "5.1.1"
57515761
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -5883,6 +5893,13 @@ [email protected]:
58835893
dependencies:
58845894
brace-expansion "^2.0.1"
58855895

5896+
minimatch@^10.1.1:
5897+
version "10.1.1"
5898+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
5899+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
5900+
dependencies:
5901+
"@isaacs/brace-expansion" "^5.0.0"
5902+
58865903
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
58875904
version "3.1.2"
58885905
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5897,7 +5914,7 @@ minimatch@^9.0.4:
58975914
dependencies:
58985915
brace-expansion "^2.0.1"
58995916

5900-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
5917+
minipass@^7.1.2:
59015918
version "7.1.2"
59025919
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
59035920
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -6193,13 +6210,13 @@ path-parse@^1.0.7:
61936210
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
61946211
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
61956212

6196-
path-scurry@^1.11.1:
6197-
version "1.11.1"
6198-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
6199-
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
6213+
path-scurry@^2.0.0:
6214+
version "2.0.1"
6215+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz#4b6572376cfd8b811fca9cd1f5c24b3cbac0fe10"
6216+
integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==
62006217
dependencies:
6201-
lru-cache "^10.2.0"
6202-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6218+
lru-cache "^11.0.0"
6219+
minipass "^7.1.2"
62036220

62046221
path-to-regexp@^1.7.0:
62056222
version "1.9.0"

0 commit comments

Comments
 (0)