Skip to content

Commit 03579df

Browse files
Update dependency full-icu to v1.4.0 (#10946)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 423670d commit 03579df

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"filesize": "8.0.3",
184184
"focus-visible": "5.2.0",
185185
"fs-extra": "10.0.0",
186-
"full-icu": "1.3.4",
186+
"full-icu": "1.4.0",
187187
"helmet": "4.6.0",
188188
"history": "4.10.1",
189189
"hot-shots": "8.5.2",

yarn.lock

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,6 +2870,11 @@ buffer-alloc@^1.2.0:
28702870
buffer-alloc-unsafe "^1.1.0"
28712871
buffer-fill "^1.0.0"
28722872

2873+
buffer-crc32@~0.2.3:
2874+
version "0.2.13"
2875+
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
2876+
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
2877+
28732878
buffer-fill@^1.0.0:
28742879
version "1.0.0"
28752880
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
@@ -5147,6 +5152,13 @@ fb-watchman@^2.0.0:
51475152
dependencies:
51485153
bser "2.1.1"
51495154

5155+
fd-slicer@~1.1.0:
5156+
version "1.1.0"
5157+
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
5158+
integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
5159+
dependencies:
5160+
pend "~1.2.0"
5161+
51505162
fetch-blob@^3.1.2:
51515163
version "3.1.2"
51525164
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.2.tgz#6bc438675f3851ecea51758ac91f6a1cd1bacabd"
@@ -5456,10 +5468,12 @@ fsevents@^2.1.2, fsevents@~2.3.2:
54565468
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
54575469
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
54585470

5459-
full-icu@1.3.4:
5460-
version "1.3.4"
5461-
resolved "https://registry.yarnpkg.com/full-icu/-/full-icu-1.3.4.tgz#4e09b2f6a30e9f3d2eebc1c08f90b21b037e22a9"
5462-
integrity sha512-BERy9j2ybYSfP8QmXyg496NjVrGXfM73TZckQ5s5hgDV2lpKshjGfPEYYWU3hhE2kU8atZXUZNLSeNz4OQ8hNA==
5471+
full-icu@1.4.0:
5472+
version "1.4.0"
5473+
resolved "https://registry.yarnpkg.com/full-icu/-/full-icu-1.4.0.tgz#c387825e3872b39a35b7f3d957650726d00d6b7f"
5474+
integrity sha512-pH8z7WVKJ3QR/8UoIOZupjRCYqpMFSxjPruYbPS8Ra19UGHuUEsnXP8+ny8o7KCF/AZcEkzJXAtGsveYbP17Uw==
5475+
dependencies:
5476+
yauzl "^2.10.0"
54635477

54645478
function-bind@^1.1.1:
54655479
version "1.1.1"
@@ -9197,6 +9211,11 @@ path-type@^4.0.0:
91979211
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
91989212
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
91999213

9214+
pend@~1.2.0:
9215+
version "1.2.0"
9216+
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
9217+
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
9218+
92009219
performance-now@^2.1.0:
92019220
version "2.1.0"
92029221
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
@@ -13187,6 +13206,14 @@ yargs@~3.10.0:
1318713206
decamelize "^1.0.0"
1318813207
window-size "0.1.0"
1318913208

13209+
yauzl@^2.10.0:
13210+
version "2.10.0"
13211+
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
13212+
integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=
13213+
dependencies:
13214+
buffer-crc32 "~0.2.3"
13215+
fd-slicer "~1.1.0"
13216+
1319013217
yocto-queue@^0.1.0:
1319113218
version "0.1.0"
1319213219
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"

0 commit comments

Comments
 (0)