Skip to content

Commit f1d3304

Browse files
committed
chore: updating minimatch (#885)
Add minimatch@10.2.2 dev dep in the root to push outdated versions into duplicates, and local packages were updated to use minimatch v10. The following packages depend on minimatch v3: - @eslint/eslintrc - @humanwhocodes/config-array - @jest/core - copy-concurrently - eslint - eslint-plugin-react - jest-circus - jest-config - jest-runner - move-concurrently - rimraf - terser-webpack-plugin - test-exclude Finally, `@rollup/plugin-commonjs` depends on minimatch 5.1.6. A fix will be backported to resolve the ReDOS on v3 and v5, which can then be updated here.
1 parent 79c1657 commit f1d3304

File tree

4 files changed

+50
-28
lines changed

4 files changed

+50
-28
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@nrwl/cli": "14.5.10",
3030
"@nrwl/workspace": "14.5.10",
3131
"lerna": "^6.6.2",
32+
"minimatch": "^10.2.2",
3233
"nx": "14.5.10",
3334
"oxfmt": "^0.33.0",
3435
"pretty-quick": "^3.1.3",

packages/bundler-plugin-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@sentry/cli": "^2.57.0",
6060
"dotenv": "^16.3.1",
6161
"find-up": "^5.0.0",
62-
"glob": "^10.5.0",
62+
"glob": "^13.0.6",
6363
"magic-string": "0.30.8"
6464
},
6565
"devDependencies": {

packages/e2e-tests/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@
2626
"@sentry-internal/sentry-bundler-plugin-tsconfig": "4.9.1",
2727
"@swc/jest": "^0.2.21",
2828
"@types/axios": "^0.14.0",
29-
"@types/glob": "8.0.0",
3029
"@types/jest": "^28.1.3",
3130
"@types/webpack4": "npm:@types/webpack@^4",
3231
"esbuild": "0.14.49",
3332
"eslint": "^8.18.0",
34-
"glob": "8.0.3",
33+
"glob": "^13.0.6",
3534
"jest": "^28.1.3",
3635
"premove": "^4.0.0",
3736
"rollup": "3.2.0",

yarn.lock

Lines changed: 47 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,14 +2347,6 @@
23472347
"@types/qs" "*"
23482348
"@types/serve-static" "*"
23492349

2350-
"@types/glob@8.0.0":
2351-
version "8.0.0"
2352-
resolved "https://registry.npmjs.org/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2"
2353-
integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==
2354-
dependencies:
2355-
"@types/minimatch" "*"
2356-
"@types/node" "*"
2357-
23582350
"@types/graceful-fs@^4.1.2", "@types/graceful-fs@^4.1.3":
23592351
version "4.1.6"
23602352
resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz#e14b2576a1c25026b7f02ede1de3b84c3a1efeae"
@@ -2416,11 +2408,6 @@
24162408
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
24172409
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
24182410

2419-
"@types/minimatch@*":
2420-
version "5.1.2"
2421-
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
2422-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
2423-
24242411
"@types/minimatch@^3.0.3":
24252412
version "3.0.5"
24262413
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
@@ -3607,6 +3594,11 @@ balanced-match@^1.0.0:
36073594
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
36083595
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
36093596

3597+
balanced-match@^4.0.2:
3598+
version "4.0.3"
3599+
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz#6337a2f23e0604a30481423432f99eac603599f9"
3600+
integrity sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==
3601+
36103602
base64-js@^1.0.2, base64-js@^1.3.1:
36113603
version "1.5.1"
36123604
resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -3719,6 +3711,13 @@ brace-expansion@^2.0.1:
37193711
dependencies:
37203712
balanced-match "^1.0.0"
37213713

3714+
brace-expansion@^5.0.2:
3715+
version "5.0.2"
3716+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
3717+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
3718+
dependencies:
3719+
balanced-match "^4.0.2"
3720+
37223721
braces@^2.3.1, braces@^2.3.2:
37233722
version "2.3.2"
37243723
resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -6314,18 +6313,7 @@ glob@7.1.4:
63146313
once "^1.3.0"
63156314
path-is-absolute "^1.0.0"
63166315

6317-
glob@8.0.3:
6318-
version "8.0.3"
6319-
resolved "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
6320-
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
6321-
dependencies:
6322-
fs.realpath "^1.0.0"
6323-
inflight "^1.0.4"
6324-
inherits "2"
6325-
minimatch "^5.0.1"
6326-
once "^1.3.0"
6327-
6328-
glob@^10.2.2, glob@^10.5.0:
6316+
glob@^10.2.2:
63296317
version "10.5.0"
63306318
resolved "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
63316319
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
@@ -6337,6 +6325,15 @@ glob@^10.2.2, glob@^10.5.0:
63376325
package-json-from-dist "^1.0.0"
63386326
path-scurry "^1.11.1"
63396327

6328+
glob@^13.0.6:
6329+
version "13.0.6"
6330+
resolved "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
6331+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
6332+
dependencies:
6333+
minimatch "^10.2.2"
6334+
minipass "^7.1.3"
6335+
path-scurry "^2.0.2"
6336+
63406337
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
63416338
version "7.2.3"
63426339
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -8441,6 +8438,11 @@ lru-cache@^10.2.0:
84418438
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
84428439
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
84438440

8441+
lru-cache@^11.0.0:
8442+
version "11.2.6"
8443+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58"
8444+
integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==
8445+
84448446
lru-cache@^5.1.1:
84458447
version "5.1.1"
84468448
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -8715,6 +8717,13 @@ minimatch@3.0.5:
87158717
dependencies:
87168718
brace-expansion "^1.1.7"
87178719

8720+
minimatch@^10.2.2:
8721+
version "10.2.2"
8722+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
8723+
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
8724+
dependencies:
8725+
brace-expansion "^5.0.2"
8726+
87188727
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
87198728
version "3.1.2"
87208729
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -8844,6 +8853,11 @@ minipass@^5.0.0:
88448853
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
88458854
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
88468855

8856+
minipass@^7.1.3:
8857+
version "7.1.3"
8858+
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
8859+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
8860+
88478861
minizlib@^2.1.1, minizlib@^2.1.2:
88488862
version "2.1.2"
88498863
resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -9909,6 +9923,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
99099923
lru-cache "^10.2.0"
99109924
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
99119925

9926+
path-scurry@^2.0.2:
9927+
version "2.0.2"
9928+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
9929+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
9930+
dependencies:
9931+
lru-cache "^11.0.0"
9932+
minipass "^7.1.2"
9933+
99129934
path-to-regexp@0.1.7:
99139935
version "0.1.7"
99149936
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"

0 commit comments

Comments
 (0)