Skip to content

Commit 7324d04

Browse files
committed
chore: audit deps more
1 parent 1406194 commit 7324d04

2 files changed

Lines changed: 80 additions & 71 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,11 @@
218218
"got": ">=11.8.5",
219219
"dot-prop": ">=4.2.1",
220220
"qs": ">=6.15.2",
221-
"tmp": ">=0.2.6"
221+
"tmp": ">=0.2.6",
222+
"protobufjs": "7.5.8",
223+
"uuid": "11.1.1",
224+
"lodash": "4.18.1",
225+
"@rainb0w-clwn/passport-telegram-official/express/path-to-regexp": "0.1.13"
222226
},
223227
"engines": {
224228
"node": ">=20",

yarn.lock

Lines changed: 75 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,11 @@
14471447
resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb"
14481448
integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==
14491449

1450+
"@protobufjs/codegen@^2.0.5":
1451+
version "2.0.5"
1452+
resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.5.tgz#d9315ad7cf3f30aac70bda3c068443dc6f143659"
1453+
integrity sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==
1454+
14501455
"@protobufjs/eventemitter@^1.1.0":
14511456
version "1.1.0"
14521457
resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70"
@@ -1470,6 +1475,11 @@
14701475
resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089"
14711476
integrity sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==
14721477

1478+
"@protobufjs/inquire@^1.1.1":
1479+
version "1.1.2"
1480+
resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.2.tgz#ae64fbc014ff44c8bfad03dd4c93cd2d6a4c82db"
1481+
integrity sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==
1482+
14731483
"@protobufjs/path@^1.1.2":
14741484
version "1.1.2"
14751485
resolved "https://registry.yarnpkg.com/@protobufjs/path/-/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d"
@@ -1480,7 +1490,7 @@
14801490
resolved "https://registry.yarnpkg.com/@protobufjs/pool/-/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54"
14811491
integrity sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==
14821492

1483-
"@protobufjs/utf8@^1.1.0":
1493+
"@protobufjs/utf8@^1.1.0", "@protobufjs/utf8@^1.1.1":
14841494
version "1.1.1"
14851495
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.1.tgz#eaee5900122c110a3dbcb728c0597014a2621774"
14861496
integrity sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==
@@ -2378,7 +2388,7 @@
23782388
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
23792389
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
23802390

2381-
"@types/long@^4.0.0", "@types/long@^4.0.1":
2391+
"@types/long@^4.0.0":
23822392
version "4.0.2"
23832393
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a"
23842394
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
@@ -2593,9 +2603,9 @@ ajv@^6.12.4:
25932603
uri-js "^4.2.2"
25942604

25952605
ajv@^8.0.0, ajv@^8.11.0, ajv@^8.17.1:
2596-
version "8.17.1"
2597-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
2598-
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
2606+
version "8.18.0"
2607+
resolved "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz"
2608+
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
25992609
dependencies:
26002610
fast-deep-equal "^3.1.3"
26012611
fast-uri "^3.0.1"
@@ -2989,21 +2999,21 @@ boxen@^0.3.1:
29892999
widest-line "^1.0.0"
29903000

29913001
brace-expansion@^1.1.7:
2992-
version "1.1.12"
2993-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843"
2994-
integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==
3002+
version "1.1.13"
3003+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz"
3004+
integrity sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==
29953005
dependencies:
29963006
balanced-match "^1.0.0"
29973007
concat-map "0.0.1"
29983008

2999-
brace-expansion@^2.0.1:
3009+
brace-expansion@^2.0.1, brace-expansion@^2.0.2:
30003010
version "2.0.2"
30013011
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
30023012
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
30033013
dependencies:
30043014
balanced-match "^1.0.0"
30053015

3006-
brace-expansion@^5.0.5:
3016+
brace-expansion@^5.0.2, brace-expansion@^5.0.5:
30073017
version "5.0.6"
30083018
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285"
30093019
integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==
@@ -5133,9 +5143,9 @@ glob@9.3.2:
51335143
path-scurry "^1.6.1"
51345144

51355145
glob@^10.2.2, glob@^10.4.5:
5136-
version "10.4.5"
5137-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
5138-
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
5146+
version "10.5.0"
5147+
resolved "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz"
5148+
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
51395149
dependencies:
51405150
foreground-child "^3.1.0"
51415151
jackspeak "^3.1.2"
@@ -6550,12 +6560,7 @@ lodash.upperfirst@^4.3.1:
65506560
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
65516561
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
65526562

6553-
lodash@4.17.21:
6554-
version "4.17.21"
6555-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6556-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
6557-
6558-
lodash@^4.17.21, lodash@^4.17.4, lodash@^4.18.1:
6563+
lodash@4.17.21, lodash@4.18.1, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.18.1:
65596564
version "4.18.1"
65606565
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
65616566
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
@@ -6589,7 +6594,7 @@ long@^4.0.0:
65896594
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
65906595
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
65916596

6592-
long@^5.2.1:
6597+
long@^5.0.0, long@^5.2.1:
65936598
version "5.3.2"
65946599
resolved "https://registry.yarnpkg.com/long/-/long-5.3.2.tgz#1d84463095999262d7d7b7f8bfd4a8cc55167f83"
65956600
integrity sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==
@@ -6830,25 +6835,25 @@ minimatch@^10.2.1:
68306835
brace-expansion "^5.0.5"
68316836

68326837
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
6833-
version "3.1.2"
6834-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
6835-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
6838+
version "3.1.4"
6839+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz"
6840+
integrity sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==
68366841
dependencies:
68376842
brace-expansion "^1.1.7"
68386843

68396844
minimatch@^7.4.1:
6840-
version "7.4.6"
6841-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.6.tgz#845d6f254d8f4a5e4fd6baf44d5f10c8448365fb"
6842-
integrity sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==
6845+
version "7.4.8"
6846+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-7.4.8.tgz"
6847+
integrity sha512-RF6JWsI+7ecN51cfjtARMkIQoJxVeo3MIPKebcjf3J+mvrsbEHuHIDnPmu3FivgmWtTSsZI29wFH5TGeyqWC0g==
68436848
dependencies:
6844-
brace-expansion "^2.0.1"
6849+
brace-expansion "^2.0.2"
68456850

68466851
minimatch@^9.0.0, minimatch@^9.0.4, minimatch@^9.0.5:
6847-
version "9.0.5"
6848-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6849-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
6852+
version "9.0.7"
6853+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz"
6854+
integrity sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==
68506855
dependencies:
6851-
brace-expansion "^2.0.1"
6856+
brace-expansion "^5.0.2"
68526857

68536858
minimist@1.2.7:
68546859
version "1.2.7"
@@ -6936,6 +6941,13 @@ minizlib@^3.0.1:
69366941
dependencies:
69376942
minipass "^7.1.2"
69386943

6944+
minizlib@^3.1.0:
6945+
version "3.1.0"
6946+
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz#6ad76c3a8f10227c9b51d1c9ac8e30b27f5a251c"
6947+
integrity sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==
6948+
dependencies:
6949+
minipass "^7.1.2"
6950+
69396951
mkdirp@^0.5.0:
69406952
version "0.5.6"
69416953
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
@@ -6948,11 +6960,6 @@ mkdirp@^1.0.3:
69486960
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
69496961
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
69506962

6951-
mkdirp@^3.0.1:
6952-
version "3.0.1"
6953-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
6954-
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
6955-
69566963
moment-timezone@^0.6.2:
69576964
version "0.6.2"
69586965
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.6.2.tgz#a704cca03ee502f0df6edd42efcdcc61ee03190e"
@@ -7908,15 +7915,15 @@ path-source@0.1:
79087915
array-source "0.0"
79097916
file-source "0.6"
79107917

7911-
path-to-regexp@0.1.12:
7912-
version "0.1.12"
7913-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
7914-
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
7918+
path-to-regexp@0.1.12, path-to-regexp@0.1.13:
7919+
version "0.1.13"
7920+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.13.tgz#9b22ec16bc3ab88d05a0c7e369869421401ab17d"
7921+
integrity sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==
79157922

79167923
path-to-regexp@^8.0.0:
7917-
version "8.2.0"
7918-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz#73990cc29e57a3ff2a0d914095156df5db79e8b4"
7919-
integrity sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==
7924+
version "8.4.0"
7925+
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz"
7926+
integrity sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==
79207927

79217928
path-type@^4.0.0:
79227929
version "4.0.0"
@@ -7952,14 +7959,14 @@ picocolors@^1.1.1:
79527959
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
79537960

79547961
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
7955-
version "2.3.1"
7956-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
7957-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
7962+
version "2.3.2"
7963+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz"
7964+
integrity sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==
79587965

79597966
picomatch@^4.0.2:
7960-
version "4.0.3"
7961-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
7962-
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
7967+
version "4.0.4"
7968+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz"
7969+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
79637970

79647971
pidtree@^0.6.0:
79657972
version "0.6.0"
@@ -8091,24 +8098,23 @@ proto-list@~1.2.1:
80918098
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
80928099
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
80938100

8094-
protobufjs@^6.11.4:
8095-
version "6.11.4"
8096-
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.4.tgz#29a412c38bf70d89e537b6d02d904a6f448173aa"
8097-
integrity sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==
8101+
protobufjs@7.5.8, protobufjs@^6.11.4:
8102+
version "7.5.8"
8103+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.5.8.tgz#51b153a06da6e47153a1aa6800cb1253bc502436"
8104+
integrity sha512-dvpCIeLPbXZS/Ete7yLaO7RenOdken2NHKykBXbsaGxZT0UTltcarBciw+A78SRQs9iMAAVpsYA+l8b1hTePIA==
80988105
dependencies:
80998106
"@protobufjs/aspromise" "^1.1.2"
81008107
"@protobufjs/base64" "^1.1.2"
8101-
"@protobufjs/codegen" "^2.0.4"
8108+
"@protobufjs/codegen" "^2.0.5"
81028109
"@protobufjs/eventemitter" "^1.1.0"
81038110
"@protobufjs/fetch" "^1.1.0"
81048111
"@protobufjs/float" "^1.0.2"
8105-
"@protobufjs/inquire" "^1.1.0"
8112+
"@protobufjs/inquire" "^1.1.1"
81068113
"@protobufjs/path" "^1.1.2"
81078114
"@protobufjs/pool" "^1.1.0"
8108-
"@protobufjs/utf8" "^1.1.0"
8109-
"@types/long" "^4.0.1"
8115+
"@protobufjs/utf8" "^1.1.1"
81108116
"@types/node" ">=13.7.0"
8111-
long "^4.0.0"
8117+
long "^5.0.0"
81128118

81138119
protocol-buffers-schema@^3.3.1:
81148120
version "3.6.1"
@@ -9432,15 +9438,14 @@ tar@^6.1.11, tar@^6.2.1:
94329438
yallist "^4.0.0"
94339439

94349440
tar@^7.4.3:
9435-
version "7.4.3"
9436-
resolved "https://registry.yarnpkg.com/tar/-/tar-7.4.3.tgz#88bbe9286a3fcd900e94592cda7a22b192e80571"
9437-
integrity sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==
9441+
version "7.5.11"
9442+
resolved "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz"
9443+
integrity sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==
94389444
dependencies:
94399445
"@isaacs/fs-minipass" "^4.0.0"
94409446
chownr "^3.0.0"
94419447
minipass "^7.1.2"
9442-
minizlib "^3.0.1"
9443-
mkdirp "^3.0.1"
9448+
minizlib "^3.1.0"
94449449
yallist "^5.0.0"
94459450

94469451
tarn@^3.0.2:
@@ -9912,10 +9917,10 @@ utils-merge@1.0.1, utils-merge@1.x.x, utils-merge@^1.0.1:
99129917
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
99139918
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
99149919

9915-
uuid@^2.0.1:
9916-
version "2.0.3"
9917-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
9918-
integrity sha512-FULf7fayPdpASncVy4DLh3xydlXEJJpvIELjYjNeQWYUZ9pclcpvCZSr2gkmN2FrrGcI7G/cJsIEwk5/8vfXpg==
9920+
uuid@11.1.1, uuid@^2.0.1:
9921+
version "11.1.1"
9922+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.1.tgz#f6d81d2e1c65d00762e5e29b16c5d2d995e208ad"
9923+
integrity sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==
99199924

99209925
validate-npm-package-license@^3.0.4:
99219926
version "3.0.4"
@@ -10247,9 +10252,9 @@ yallist@^5.0.0:
1024710252
integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
1024810253

1024910254
yaml@^1.10.0:
10250-
version "1.10.2"
10251-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
10252-
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
10255+
version "1.10.3"
10256+
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.3.tgz"
10257+
integrity sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==
1025310258

1025410259
yaml@^2.7.0:
1025510260
version "2.8.1"

0 commit comments

Comments
 (0)