Skip to content

Commit 870cb1a

Browse files
Security: Update glob to 10.5.0 to fix CVE-2025-64756 (#15904)
1 parent aff5086 commit 870cb1a

File tree

2 files changed

+9
-38
lines changed

2 files changed

+9
-38
lines changed

examples/demo-apps/react-native/rnllama/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
},
5555
"private": true,
5656
"resolutions": {
57-
"cookie": ">=0.7.0"
57+
"cookie": ">=0.7.0",
58+
"glob": "^10.5.0"
5859
},
5960
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
6061
}

examples/demo-apps/react-native/rnllama/yarn.lock

Lines changed: 7 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,11 +3661,6 @@ fs-minipass@^3.0.0:
36613661
dependencies:
36623662
minipass "^7.0.3"
36633663

3664-
fs.realpath@^1.0.0:
3665-
version "1.0.0"
3666-
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
3667-
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
3668-
36693664
fsevents@^2.3.2:
36703665
version "2.3.3"
36713666
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
@@ -3731,10 +3726,10 @@ glob-parent@^5.1.2:
37313726
dependencies:
37323727
is-glob "^4.0.1"
37333728

3734-
glob@^10.2.2, glob@^10.3.10, glob@^10.4.2:
3735-
version "10.4.5"
3736-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
3737-
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
3729+
glob@^10.2.2, glob@^10.3.10, glob@^10.4.2, glob@^10.5.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
3730+
version "10.5.0"
3731+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
3732+
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
37383733
dependencies:
37393734
foreground-child "^3.1.0"
37403735
jackspeak "^3.1.2"
@@ -3743,18 +3738,6 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.4.2:
37433738
package-json-from-dist "^1.0.0"
37443739
path-scurry "^1.11.1"
37453740

3746-
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
3747-
version "7.2.3"
3748-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
3749-
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
3750-
dependencies:
3751-
fs.realpath "^1.0.0"
3752-
inflight "^1.0.4"
3753-
inherits "2"
3754-
minimatch "^3.1.1"
3755-
once "^1.3.0"
3756-
path-is-absolute "^1.0.0"
3757-
37583741
globals@^11.1.0:
37593742
version "11.12.0"
37603743
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -3975,15 +3958,7 @@ indent-string@^4.0.0:
39753958
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
39763959
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
39773960

3978-
inflight@^1.0.4:
3979-
version "1.0.6"
3980-
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
3981-
integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
3982-
dependencies:
3983-
once "^1.3.0"
3984-
wrappy "1"
3985-
3986-
inherits@2, [email protected], inherits@^2.0.3, inherits@~2.0.3:
3961+
[email protected], inherits@^2.0.3, inherits@~2.0.3:
39873962
version "2.0.4"
39883963
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
39893964
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -5244,7 +5219,7 @@ mimic-fn@^2.1.0:
52445219
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
52455220
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
52465221

5247-
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1:
5222+
minimatch@^3.0.2, minimatch@^3.0.4:
52485223
version "3.1.2"
52495224
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
52505225
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -5489,7 +5464,7 @@ on-headers@~1.0.2:
54895464
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
54905465
integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
54915466

5492-
once@^1.3.0, once@^1.3.1, once@^1.4.0:
5467+
once@^1.3.1, once@^1.4.0:
54935468
version "1.4.0"
54945469
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
54955470
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
@@ -5656,11 +5631,6 @@ path-exists@^4.0.0:
56565631
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
56575632
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
56585633

5659-
path-is-absolute@^1.0.0:
5660-
version "1.0.1"
5661-
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
5662-
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
5663-
56645634
path-key@^2.0.0, path-key@^2.0.1:
56655635
version "2.0.1"
56665636
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"

0 commit comments

Comments
 (0)