Skip to content

Commit 309a017

Browse files
fix(deps): update dependency sharp to ^0.33.0
1 parent 2634980 commit 309a017

File tree

4 files changed

+153
-54
lines changed

4 files changed

+153
-54
lines changed

packages/sqip-plugin-pixels/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@svgdotjs/svg.js": "^3.0.16",
30-
"sharp": "^0.32.0",
30+
"sharp": "^0.33.0",
3131
"sqip": "^1.0.0-alpha.42",
3232
"svgdom": "^0.1.13"
3333
},

packages/sqip-plugin-primitive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"debug": "^4.3.4",
3333
"execa": "5.1.1",
34-
"sharp": "^0.32.0",
34+
"sharp": "^0.33.0",
3535
"sqip": "^1.0.0-alpha.42"
3636
},
3737
"peerDependencies": {

packages/sqip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"fs-extra": "^11.1.1",
5050
"node-vibrant": "^3.2.1-alpha.1",
5151
"probe-image-size": "^7.1.0",
52-
"sharp": "^0.32.0",
52+
"sharp": "^0.33.0",
5353
"term-img": "^5.0.0"
5454
},
5555
"peerDependencies": {

yarn.lock

+150-51
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,13 @@
378378
dependencies:
379379
chalk "^4.0.0"
380380

381+
"@emnapi/runtime@^0.45.0":
382+
version "0.45.0"
383+
resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-0.45.0.tgz#e754de04c683263f34fd0c7f32adfe718bbe4ddd"
384+
integrity sha512-Txumi3td7J4A/xTTwlssKieHKTGl3j4A1tglBx72auZ49YK7ePY6XZricgIg9mnZT4xPfA+UPCUdnhRuEFDL+w==
385+
dependencies:
386+
tslib "^2.4.0"
387+
381388
"@eslint-community/eslint-utils@^4.2.0":
382389
version "4.4.0"
383390
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -434,6 +441,119 @@
434441
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
435442
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
436443

444+
445+
version "0.33.2"
446+
resolved "https://registry.yarnpkg.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.2.tgz#0a52a82c2169112794dac2c71bfba9e90f7c5bd1"
447+
integrity sha512-itHBs1rPmsmGF9p4qRe++CzCgd+kFYktnsoR1sbIAfsRMrJZau0Tt1AH9KVnufc2/tU02Gf6Ibujx+15qRE03w==
448+
optionalDependencies:
449+
"@img/sharp-libvips-darwin-arm64" "1.0.1"
450+
451+
452+
version "0.33.2"
453+
resolved "https://registry.yarnpkg.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.2.tgz#982e26bb9d38a81f75915c4032539aed621d1c21"
454+
integrity sha512-/rK/69Rrp9x5kaWBjVN07KixZanRr+W1OiyKdXcbjQD6KbW+obaTeBBtLUAtbBsnlTTmWthw99xqoOS7SsySDg==
455+
optionalDependencies:
456+
"@img/sharp-libvips-darwin-x64" "1.0.1"
457+
458+
459+
version "1.0.1"
460+
resolved "https://registry.yarnpkg.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.1.tgz#81e83ffc2c497b3100e2f253766490f8fad479cd"
461+
integrity sha512-kQyrSNd6lmBV7O0BUiyu/OEw9yeNGFbQhbxswS1i6rMDwBBSX+e+rPzu3S+MwAiGU3HdLze3PanQ4Xkfemgzcw==
462+
463+
464+
version "1.0.1"
465+
resolved "https://registry.yarnpkg.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.1.tgz#fc1fcd9d78a178819eefe2c1a1662067a83ab1d6"
466+
integrity sha512-eVU/JYLPVjhhrd8Tk6gosl5pVlvsqiFlt50wotCvdkFGf+mDNBJxMh+bvav+Wt3EBnNZWq8Sp2I7XfSjm8siog==
467+
468+
469+
version "1.0.1"
470+
resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.1.tgz#26eb8c556a9b0db95f343fc444abc3effb67ebcf"
471+
integrity sha512-bnGG+MJjdX70mAQcSLxgeJco11G+MxTz+ebxlz8Y3dxyeb3Nkl7LgLI0mXupoO+u1wRNx/iRj5yHtzA4sde1yA==
472+
473+
474+
version "1.0.1"
475+
resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.1.tgz#2a377b959ff7dd6528deee486c25461296a4fa8b"
476+
integrity sha512-FtdMvR4R99FTsD53IA3LxYGghQ82t3yt0ZQ93WMZ2xV3dqrb0E8zq4VHaTOuLEAuA83oDawHV3fd+BsAPadHIQ==
477+
478+
479+
version "1.0.1"
480+
resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.1.tgz#af28ac9ba929204467ecdf843330d791e9421e10"
481+
integrity sha512-3+rzfAR1YpMOeA2zZNp+aYEzGNWK4zF3+sdMxuCS3ey9HhDbJ66w6hDSHDMoap32DueFwhhs3vwooAB2MaK4XQ==
482+
483+
484+
version "1.0.1"
485+
resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.1.tgz#4273d182aa51912e655e1214ea47983d7c1f7f8d"
486+
integrity sha512-3NR1mxFsaSgMMzz1bAnnKbSAI+lHXVTqAHgc1bgzjHuXjo4hlscpUxc0vFSAPKI3yuzdzcZOkq7nDPrP2F8Jgw==
487+
488+
489+
version "1.0.1"
490+
resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.1.tgz#d150c92151cea2e8d120ad168b9c358d09c77ce8"
491+
integrity sha512-5aBRcjHDG/T6jwC3Edl3lP8nl9U2Yo8+oTl5drd1dh9Z1EBfzUKAJFUDTDisDjUwc7N4AjnPGfCA3jl3hY8uDg==
492+
493+
494+
version "1.0.1"
495+
resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.1.tgz#e297c1a4252c670d93b0f9e51fca40a7a5b6acfd"
496+
integrity sha512-dcT7inI9DBFK6ovfeWRe3hG30h51cBAP5JXlZfx6pzc/Mnf9HFCQDLtYf4MCBjxaaTfjCCjkBxcy3XzOAo5txw==
497+
498+
499+
version "0.33.2"
500+
resolved "https://registry.yarnpkg.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.2.tgz#af3409f801a9bee1d11d0c7e971dcd6180f80022"
501+
integrity sha512-pz0NNo882vVfqJ0yNInuG9YH71smP4gRSdeL09ukC2YLE6ZyZePAlWKEHgAzJGTiOh8Qkaov6mMIMlEhmLdKew==
502+
optionalDependencies:
503+
"@img/sharp-libvips-linux-arm64" "1.0.1"
504+
505+
506+
version "0.33.2"
507+
resolved "https://registry.yarnpkg.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.2.tgz#181f7466e6ac074042a38bfb679eb82505e17083"
508+
integrity sha512-Fndk/4Zq3vAc4G/qyfXASbS3HBZbKrlnKZLEJzPLrXoJuipFNNwTes71+Ki1hwYW5lch26niRYoZFAtZVf3EGA==
509+
optionalDependencies:
510+
"@img/sharp-libvips-linux-arm" "1.0.1"
511+
512+
513+
version "0.33.2"
514+
resolved "https://registry.yarnpkg.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.2.tgz#9c171f49211f96fba84410b3e237b301286fa00f"
515+
integrity sha512-MBoInDXDppMfhSzbMmOQtGfloVAflS2rP1qPcUIiITMi36Mm5YR7r0ASND99razjQUpHTzjrU1flO76hKvP5RA==
516+
optionalDependencies:
517+
"@img/sharp-libvips-linux-s390x" "1.0.1"
518+
519+
520+
version "0.33.2"
521+
resolved "https://registry.yarnpkg.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.2.tgz#b956dfc092adc58c2bf0fae2077e6f01a8b2d5d7"
522+
integrity sha512-xUT82H5IbXewKkeF5aiooajoO1tQV4PnKfS/OZtb5DDdxS/FCI/uXTVZ35GQ97RZXsycojz/AJ0asoz6p2/H/A==
523+
optionalDependencies:
524+
"@img/sharp-libvips-linux-x64" "1.0.1"
525+
526+
527+
version "0.33.2"
528+
resolved "https://registry.yarnpkg.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.2.tgz#10e0ec5a79d1234c6a71df44c9f3b0bef0bc0f15"
529+
integrity sha512-F+0z8JCu/UnMzg8IYW1TMeiViIWBVg7IWP6nE0p5S5EPQxlLd76c8jYemG21X99UzFwgkRo5yz2DS+zbrnxZeA==
530+
optionalDependencies:
531+
"@img/sharp-libvips-linuxmusl-arm64" "1.0.1"
532+
533+
534+
version "0.33.2"
535+
resolved "https://registry.yarnpkg.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.2.tgz#29e0030c24aa27c38201b1fc84e3d172899fcbe0"
536+
integrity sha512-+ZLE3SQmSL+Fn1gmSaM8uFusW5Y3J9VOf+wMGNnTtJUMUxFhv+P4UPaYEYT8tqnyYVaOVGgMN/zsOxn9pSsO2A==
537+
optionalDependencies:
538+
"@img/sharp-libvips-linuxmusl-x64" "1.0.1"
539+
540+
541+
version "0.33.2"
542+
resolved "https://registry.yarnpkg.com/@img/sharp-wasm32/-/sharp-wasm32-0.33.2.tgz#38d7c740a22de83a60ad1e6bcfce17462b0d4230"
543+
integrity sha512-fLbTaESVKuQcpm8ffgBD7jLb/CQLcATju/jxtTXR1XCLwbOQt+OL5zPHSDMmp2JZIeq82e18yE0Vv7zh6+6BfQ==
544+
dependencies:
545+
"@emnapi/runtime" "^0.45.0"
546+
547+
548+
version "0.33.2"
549+
resolved "https://registry.yarnpkg.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.2.tgz#09456314e223f68e5417c283b45c399635c16202"
550+
integrity sha512-okBpql96hIGuZ4lN3+nsAjGeggxKm7hIRu9zyec0lnfB8E7Z6p95BuRZzDDXZOl2e8UmR4RhYt631i7mfmKU8g==
551+
552+
553+
version "0.33.2"
554+
resolved "https://registry.yarnpkg.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.2.tgz#148e96dfd6e68747da41a311b9ee4559bb1b1471"
555+
integrity sha512-E4magOks77DK47FwHUIGH0RYWSgRBfGdK56kIHSVeB9uIS4pPFr4N2kIVsXdQQo4LzOsENKV5KAhRlRL7eMAdg==
556+
437557
"@istanbuljs/load-nyc-config@^1.0.0":
438558
version "1.1.0"
439559
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -3067,11 +3187,6 @@ aws4@^1.8.0:
30673187
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
30683188
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
30693189

3070-
b4a@^1.6.4:
3071-
version "1.6.4"
3072-
resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9"
3073-
integrity sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==
3074-
30753190
babel-jest@^28.1.3:
30763191
version "28.1.3"
30773192
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.1.3.tgz#c1187258197c099072156a0a121c11ee1e3917d5"
@@ -5291,11 +5406,6 @@ fast-diff@^1.1.2:
52915406
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
52925407
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
52935408

5294-
fast-fifo@^1.1.0, fast-fifo@^1.2.0:
5295-
version "1.3.2"
5296-
resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
5297-
integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
5298-
52995409
fast-glob@^3.2.12, fast-glob@^3.2.9:
53005410
version "3.3.1"
53015411
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
@@ -8259,7 +8369,7 @@ node-abi@^3.3.0:
82598369
dependencies:
82608370
semver "^7.3.5"
82618371

8262-
node-addon-api@^6.0.0, node-addon-api@^6.1.0:
8372+
node-addon-api@^6.0.0:
82638373
version "6.1.0"
82648374
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76"
82658375
integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==
@@ -9343,11 +9453,6 @@ queue-microtask@^1.2.2:
93439453
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
93449454
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
93459455

9346-
queue-tick@^1.0.1:
9347-
version "1.0.1"
9348-
resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
9349-
integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==
9350-
93519456
93529457
version "6.0.2"
93539458
resolved "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65"
@@ -9938,19 +10043,34 @@ [email protected]:
993810043
tar-fs "^2.1.1"
993910044
tunnel-agent "^0.6.0"
994010045

9941-
sharp@^0.32.0:
9942-
version "0.32.6"
9943-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.6.tgz#6ad30c0b7cd910df65d5f355f774aa4fce45732a"
9944-
integrity sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==
10046+
sharp@^0.33.0:
10047+
version "0.33.2"
10048+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.33.2.tgz#fcd52f2c70effa8a02160b1bfd989a3de55f2dfb"
10049+
integrity sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==
994510050
dependencies:
994610051
color "^4.2.3"
994710052
detect-libc "^2.0.2"
9948-
node-addon-api "^6.1.0"
9949-
prebuild-install "^7.1.1"
995010053
semver "^7.5.4"
9951-
simple-get "^4.0.1"
9952-
tar-fs "^3.0.4"
9953-
tunnel-agent "^0.6.0"
10054+
optionalDependencies:
10055+
"@img/sharp-darwin-arm64" "0.33.2"
10056+
"@img/sharp-darwin-x64" "0.33.2"
10057+
"@img/sharp-libvips-darwin-arm64" "1.0.1"
10058+
"@img/sharp-libvips-darwin-x64" "1.0.1"
10059+
"@img/sharp-libvips-linux-arm" "1.0.1"
10060+
"@img/sharp-libvips-linux-arm64" "1.0.1"
10061+
"@img/sharp-libvips-linux-s390x" "1.0.1"
10062+
"@img/sharp-libvips-linux-x64" "1.0.1"
10063+
"@img/sharp-libvips-linuxmusl-arm64" "1.0.1"
10064+
"@img/sharp-libvips-linuxmusl-x64" "1.0.1"
10065+
"@img/sharp-linux-arm" "0.33.2"
10066+
"@img/sharp-linux-arm64" "0.33.2"
10067+
"@img/sharp-linux-s390x" "0.33.2"
10068+
"@img/sharp-linux-x64" "0.33.2"
10069+
"@img/sharp-linuxmusl-arm64" "0.33.2"
10070+
"@img/sharp-linuxmusl-x64" "0.33.2"
10071+
"@img/sharp-wasm32" "0.33.2"
10072+
"@img/sharp-win32-ia32" "0.33.2"
10073+
"@img/sharp-win32-x64" "0.33.2"
995410074

995510075
shebang-command@^1.2.0:
995610076
version "1.2.0"
@@ -10328,14 +10448,6 @@ stream-to@~0.2.0:
1032810448
resolved "https://registry.yarnpkg.com/stream-to/-/stream-to-0.2.2.tgz#84306098d85fdb990b9fa300b1b3ccf55e8ef01d"
1032910449
integrity sha1-hDBgmNhf25kLn6MAsbPM9V6O8B0=
1033010450

10331-
streamx@^2.15.0:
10332-
version "2.15.6"
10333-
resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.15.6.tgz#28bf36997ebc7bf6c08f9eba958735231b833887"
10334-
integrity sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==
10335-
dependencies:
10336-
fast-fifo "^1.1.0"
10337-
queue-tick "^1.0.1"
10338-
1033910451
strict-uri-encode@^1.0.0:
1034010452
version "1.1.0"
1034110453
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
@@ -10632,15 +10744,6 @@ tar-fs@^2.0.0, tar-fs@^2.1.1:
1063210744
pump "^3.0.0"
1063310745
tar-stream "^2.1.4"
1063410746

10635-
tar-fs@^3.0.4:
10636-
version "3.0.4"
10637-
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.4.tgz#a21dc60a2d5d9f55e0089ccd78124f1d3771dbbf"
10638-
integrity sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==
10639-
dependencies:
10640-
mkdirp-classic "^0.5.2"
10641-
pump "^3.0.0"
10642-
tar-stream "^3.1.5"
10643-
1064410747
tar-stream@^1.5.2:
1064510748
version "1.6.2"
1064610749
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555"
@@ -10665,15 +10768,6 @@ tar-stream@^2.1.4:
1066510768
inherits "^2.0.3"
1066610769
readable-stream "^3.1.1"
1066710770

10668-
tar-stream@^3.1.5:
10669-
version "3.1.7"
10670-
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b"
10671-
integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==
10672-
dependencies:
10673-
b4a "^1.6.4"
10674-
fast-fifo "^1.2.0"
10675-
streamx "^2.15.0"
10676-
1067710771
tar@^4.4.12:
1067810772
version "4.4.13"
1067910773
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
@@ -10929,6 +11023,11 @@ tslib@^1.8.1, tslib@^1.9.0:
1092911023
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1093011024
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1093111025

11026+
tslib@^2.4.0:
11027+
version "2.6.2"
11028+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
11029+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
11030+
1093211031
tsutils@^3.21.0:
1093311032
version "3.21.0"
1093411033
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)