Skip to content

Commit f7c1546

Browse files
Bump the production group across 1 directory with 2 updates
Bumps the production group with 2 updates in the / directory: [@expo/fingerprint](https://github.com/expo/expo/tree/HEAD/packages/@expo/fingerprint) and [semver](https://github.com/npm/node-semver). Updates `@expo/fingerprint` from 0.8.0 to 0.20.0 - [Changelog](https://github.com/expo/expo/blob/main/packages/@expo/fingerprint/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/@expo/fingerprint) Updates `semver` from 7.7.3 to 7.8.5 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.7.3...v7.8.5) --- updated-dependencies: - dependency-name: "@expo/fingerprint" dependency-version: 0.16.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: semver dependency-version: 7.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b555691 commit f7c1546

2 files changed

Lines changed: 98 additions & 26 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@actions/github": "^6.0.1",
1818
"@actions/io": "^2.0.0",
1919
"@actions/tool-cache": "^2.0.2",
20-
"@expo/fingerprint": "^0.8.0",
21-
"semver": "^7.7.3",
20+
"@expo/fingerprint": "^0.20.0",
21+
"semver": "^7.8.5",
2222
"typescript": "^5.9.3",
2323
"uuid": "^9.0.1"
2424
},

yarn.lock

Lines changed: 96 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -234,26 +234,38 @@
234234
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
235235
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
236236

237-
"@expo/fingerprint@^0.8.0":
238-
version "0.8.0"
239-
resolved "https://registry.yarnpkg.com/@expo/fingerprint/-/fingerprint-0.8.0.tgz#631a64c5db23e121228546502ae6a0eeab19aaf7"
240-
integrity sha512-LBNweJnpG16p7SbvFGINF5Q44bDErIcm1li9SuvYQgrrSey3ErIPmZsiMsNBxlvVie6eTp4wmFO6IFmeaqEhbg==
237+
"@expo/env@^2.4.0":
238+
version "2.4.1"
239+
resolved "https://registry.yarnpkg.com/@expo/env/-/env-2.4.1.tgz#1621c55a48e285b825b788bc4d60cd16333e667e"
240+
integrity sha512-3c9Mg9x0HmGPEsVrGAGyEDJsNUOZ55cZvZ47/HLmXh7MHV9Zv7My73wThklKrObaBBoMfE4YqpKjYKDRzojpjQ==
241241
dependencies:
242-
"@expo/spawn-async" "^1.7.2"
242+
chalk "^4.0.0"
243+
debug "^4.3.4"
244+
getenv "^2.0.0"
245+
246+
"@expo/fingerprint@^0.20.0":
247+
version "0.20.0"
248+
resolved "https://registry.yarnpkg.com/@expo/fingerprint/-/fingerprint-0.20.0.tgz#d69ba7b5c4990b00d8ed43edeebe1b260651e9e8"
249+
integrity sha512-jbsHPzaHjG822rf7OezBGTCFPCLbGqXkmsq+S2VdXog+s2ur4T49swRg0vTtG0uCjGcZTn8m3D4UdqTwOnxrKg==
250+
dependencies:
251+
"@expo/env" "^2.4.0"
252+
"@expo/spawn-async" "^1.8.0"
253+
arg "^5.0.2"
243254
chalk "^4.1.2"
244255
debug "^4.3.4"
245-
find-up "^5.0.0"
246-
minimatch "^3.0.4"
247-
p-limit "^3.1.0"
256+
getenv "^2.0.0"
257+
glob "^13.0.0"
258+
ignore "^5.3.1"
259+
minimatch "^10.2.2"
248260
resolve-from "^5.0.0"
249261
semver "^7.6.0"
250262

251-
"@expo/spawn-async@^1.7.2":
252-
version "1.7.2"
253-
resolved "https://registry.yarnpkg.com/@expo/spawn-async/-/spawn-async-1.7.2.tgz#fcfe66c3e387245e72154b1a7eae8cada6a47f58"
254-
integrity sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==
263+
"@expo/spawn-async@^1.8.0":
264+
version "1.8.0"
265+
resolved "https://registry.yarnpkg.com/@expo/spawn-async/-/spawn-async-1.8.0.tgz#915e2ab38554fca7d788e16032078554dee633cf"
266+
integrity sha512-eb9xxd/LbuEGSdua4NumCu/McVB9EM+F/JxB9pWgnERw4HQ9XyTNH1KapG6oqLWR8TuRK2LQfzJlmNi94CVobw==
255267
dependencies:
256-
cross-spawn "^7.0.3"
268+
cross-spawn "^7.0.6"
257269

258270
"@fastify/busboy@^2.0.0":
259271
version "2.1.1"
@@ -588,6 +600,11 @@ ansi-styles@^4.1.0:
588600
dependencies:
589601
color-convert "^2.0.1"
590602

603+
arg@^5.0.2:
604+
version "5.0.2"
605+
resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
606+
integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
607+
591608
argparse@^2.0.1:
592609
version "2.0.1"
593610
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
@@ -608,6 +625,11 @@ balanced-match@^1.0.0:
608625
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
609626
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
610627

628+
balanced-match@^4.0.2:
629+
version "4.0.4"
630+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
631+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
632+
611633
before-after-hook@^2.2.0:
612634
version "2.2.3"
613635
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c"
@@ -628,6 +650,13 @@ brace-expansion@^2.0.1:
628650
dependencies:
629651
balanced-match "^1.0.0"
630652

653+
brace-expansion@^5.0.5:
654+
version "5.0.7"
655+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.7.tgz#1b0e46965b479dad65af737b4a02790a05498337"
656+
integrity sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==
657+
dependencies:
658+
balanced-match "^4.0.2"
659+
631660
braces@^3.0.2:
632661
version "3.0.2"
633662
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -672,7 +701,7 @@ concat-map@0.0.1:
672701
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
673702
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
674703

675-
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
704+
cross-spawn@^7.0.2:
676705
version "7.0.3"
677706
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
678707
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -681,6 +710,15 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
681710
shebang-command "^2.0.0"
682711
which "^2.0.1"
683712

713+
cross-spawn@^7.0.6:
714+
version "7.0.6"
715+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
716+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
717+
dependencies:
718+
path-key "^3.1.0"
719+
shebang-command "^2.0.0"
720+
which "^2.0.1"
721+
684722
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
685723
version "4.3.4"
686724
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
@@ -924,6 +962,11 @@ fs.realpath@^1.0.0:
924962
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
925963
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
926964

965+
getenv@^2.0.0:
966+
version "2.0.0"
967+
resolved "https://registry.yarnpkg.com/getenv/-/getenv-2.0.0.tgz#b1698c7b0f29588f4577d06c42c73a5b475c69e0"
968+
integrity sha512-VilgtJj/ALgGY77fiLam5iD336eSWi96Q15JSAG1zi8NRBysm3LXKdGnHb4m5cuyxvOLQQKWpBZAT6ni4FI2iQ==
969+
927970
glob-parent@^5.1.2:
928971
version "5.1.2"
929972
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
@@ -938,6 +981,15 @@ glob-parent@^6.0.2:
938981
dependencies:
939982
is-glob "^4.0.3"
940983

984+
glob@^13.0.0:
985+
version "13.0.6"
986+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
987+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
988+
dependencies:
989+
minimatch "^10.2.2"
990+
minipass "^7.1.3"
991+
path-scurry "^2.0.2"
992+
941993
glob@^7.1.3:
942994
version "7.2.3"
943995
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -1086,6 +1138,11 @@ lodash.merge@^4.6.2:
10861138
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
10871139
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
10881140

1141+
lru-cache@^11.0.0:
1142+
version "11.5.1"
1143+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.1.tgz#f3daa3540847b9737ebc02499ddb36765e54db4a"
1144+
integrity sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==
1145+
10891146
merge2@^1.3.0, merge2@^1.4.1:
10901147
version "1.4.1"
10911148
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
@@ -1111,6 +1168,13 @@ mime-types@^2.1.12:
11111168
dependencies:
11121169
mime-db "1.52.0"
11131170

1171+
minimatch@^10.2.2:
1172+
version "10.2.5"
1173+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
1174+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
1175+
dependencies:
1176+
brace-expansion "^5.0.5"
1177+
11141178
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
11151179
version "3.1.2"
11161180
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -1125,6 +1189,11 @@ minimatch@^9.0.4:
11251189
dependencies:
11261190
brace-expansion "^2.0.1"
11271191

1192+
minipass@^7.1.2, minipass@^7.1.3:
1193+
version "7.1.3"
1194+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
1195+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
1196+
11281197
ms@2.1.2:
11291198
version "2.1.2"
11301199
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -1161,7 +1230,7 @@ optionator@^0.9.3:
11611230
type-check "^0.4.0"
11621231
word-wrap "^1.2.5"
11631232

1164-
p-limit@^3.0.2, p-limit@^3.1.0:
1233+
p-limit@^3.0.2:
11651234
version "3.1.0"
11661235
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
11671236
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
@@ -1197,6 +1266,14 @@ path-key@^3.1.0:
11971266
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
11981267
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
11991268

1269+
path-scurry@^2.0.2:
1270+
version "2.0.2"
1271+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
1272+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
1273+
dependencies:
1274+
lru-cache "^11.0.0"
1275+
minipass "^7.1.2"
1276+
12001277
path-type@^4.0.0:
12011278
version "4.0.0"
12021279
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -1271,15 +1348,10 @@ semver@^6.1.0, semver@^6.3.1:
12711348
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
12721349
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
12731350

1274-
semver@^7.6.0:
1275-
version "7.6.2"
1276-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
1277-
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
1278-
1279-
semver@^7.7.3:
1280-
version "7.7.3"
1281-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
1282-
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
1351+
semver@^7.6.0, semver@^7.8.5:
1352+
version "7.8.5"
1353+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.5.tgz#39b646037dd50c14fb451e7e4cac58ed8b863f69"
1354+
integrity sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==
12831355

12841356
shebang-command@^2.0.0:
12851357
version "2.0.0"

0 commit comments

Comments
 (0)