Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 32b2d62

Browse files
committed
chore(deps): update dependency husky to ^4.3.8
1 parent cf2b309 commit 32b2d62

File tree

2 files changed

+28
-109
lines changed

2 files changed

+28
-109
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@types/node": "12.12.14",
107107
"@types/vscode": "1.52.0",
108108
"eslint": "^7.19.0",
109-
"husky": "^4.3.6",
109+
"husky": "^4.3.8",
110110
"prettier": "^2.2.1",
111111
"semantic-release": "^17.3.0",
112112
"semantic-release-vsce": "^3.0.1",

yarn.lock

Lines changed: 27 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
66
version "7.12.11"
77
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
88
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/generator@^7.10.5", "@babel/generator@^7.12.11":
12+
"@babel/generator@^7.10.5":
1313
version "7.12.11"
1414
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
1515
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
@@ -18,7 +18,7 @@
1818
jsesc "^2.5.1"
1919
source-map "^0.5.0"
2020

21-
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.12.11":
21+
"@babel/helper-function-name@^7.10.4":
2222
version "7.12.11"
2323
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
2424
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
@@ -34,7 +34,7 @@
3434
dependencies:
3535
"@babel/types" "^7.12.10"
3636

37-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.12.11":
37+
"@babel/helper-split-export-declaration@^7.10.4":
3838
version "7.12.11"
3939
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
4040
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
@@ -55,7 +55,7 @@
5555
chalk "^2.0.0"
5656
js-tokens "^4.0.0"
5757

58-
"@babel/parser@^7.10.5", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
58+
"@babel/parser@^7.10.5", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
5959
version "7.12.11"
6060
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
6161
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
@@ -81,22 +81,7 @@
8181
"@babel/parser" "^7.12.7"
8282
"@babel/types" "^7.12.7"
8383

84-
"@babel/traverse@^7.7.0":
85-
version "7.12.12"
86-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
87-
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
88-
dependencies:
89-
"@babel/code-frame" "^7.12.11"
90-
"@babel/generator" "^7.12.11"
91-
"@babel/helper-function-name" "^7.12.11"
92-
"@babel/helper-split-export-declaration" "^7.12.11"
93-
"@babel/parser" "^7.12.11"
94-
"@babel/types" "^7.12.12"
95-
debug "^4.1.0"
96-
globals "^11.1.0"
97-
lodash "^4.17.19"
98-
99-
"@babel/traverse@~7.10.3":
84+
"@babel/traverse@^7.7.0", "@babel/traverse@~7.10.3":
10085
version "7.10.5"
10186
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
10287
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -111,7 +96,7 @@
11196
globals "^11.1.0"
11297
lodash "^4.17.19"
11398

114-
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
99+
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
115100
version "7.12.12"
116101
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
117102
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
@@ -544,16 +529,11 @@
544529
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
545530
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
546531

547-
532+
"@types/[email protected]", "@types/node@>= 8":
548533
version "12.12.14"
549534
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.14.tgz#1c1d6e3c75dba466e0326948d56e8bd72a1903d2"
550535
integrity sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==
551536

552-
"@types/node@>= 8":
553-
version "14.14.22"
554-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.22.tgz#0d29f382472c4ccf3bd96ff0ce47daf5b7b84b18"
555-
integrity sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw==
556-
557537
"@types/normalize-package-data@^2.4.0":
558538
version "2.4.0"
559539
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -799,12 +779,12 @@ ansistyles@~0.1.3:
799779
resolved "https://registry.yarnpkg.com/ansistyles/-/ansistyles-0.1.3.tgz#5de60415bda071bb37127854c864f41b23254539"
800780
integrity sha1-XeYEFb2gcbs3EnhUyGT0GyMlRTk=
801781

802-
aproba@^1.0.3, aproba@^1.1.1, aproba@^1.1.2:
782+
aproba@^1.0.3, aproba@^1.1.1, aproba@^1.1.2, "aproba@^1.1.2 || 2":
803783
version "1.2.0"
804784
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
805785
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
806786

807-
"aproba@^1.1.2 || 2", aproba@^2.0.0:
787+
aproba@^2.0.0:
808788
version "2.0.0"
809789
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
810790
integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
@@ -1567,7 +1547,7 @@ dateformat@^3.0.0:
15671547
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
15681548
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
15691549

1570-
1550+
[email protected], debug@^3.1.0:
15711551
version "3.1.0"
15721552
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
15731553
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -1588,14 +1568,7 @@ debug@^2.6.9:
15881568
dependencies:
15891569
ms "2.0.0"
15901570

1591-
debug@^3.1.0:
1592-
version "3.2.7"
1593-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
1594-
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
1595-
dependencies:
1596-
ms "^2.1.1"
1597-
1598-
debuglog@*, debuglog@^1.0.1:
1571+
debuglog@^1.0.1:
15991572
version "1.0.1"
16001573
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
16011574
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -1848,21 +1821,16 @@ enquirer@^2.3.5:
18481821
dependencies:
18491822
ansi-colors "^4.1.1"
18501823

1851-
entities@^2.0.0:
1852-
version "2.2.0"
1853-
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
1854-
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
1824+
entities@^2.0.0, entities@~2.1.0:
1825+
version "2.1.0"
1826+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
1827+
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
18551828

18561829
entities@~2.0.0:
18571830
version "2.0.3"
18581831
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
18591832
integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
18601833

1861-
entities@~2.1.0:
1862-
version "2.1.0"
1863-
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
1864-
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
1865-
18661834
env-ci@^5.0.0:
18671835
version "5.0.2"
18681836
resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-5.0.2.tgz#48b6687f8af8cdf5e31b8fcf2987553d085249d9"
@@ -2128,7 +2096,7 @@ eslint-visitor-keys@^2.0.0:
21282096
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
21292097
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
21302098

2131-
eslint@^7.17.0:
2099+
eslint@^7.19.0:
21322100
version "7.19.0"
21332101
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
21342102
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
@@ -2262,16 +2230,11 @@ extend@~3.0.2:
22622230
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
22632231
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
22642232

2265-
2233+
[email protected], extsprintf@^1.2.0:
22662234
version "1.3.0"
22672235
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
22682236
integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
22692237

2270-
extsprintf@^1.2.0:
2271-
version "1.4.0"
2272-
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
2273-
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
2274-
22752238
fast-deep-equal@^3.1.1:
22762239
version "3.1.3"
22772240
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
@@ -2829,7 +2792,7 @@ humanize-ms@^1.2.1:
28292792
dependencies:
28302793
ms "^2.0.0"
28312794

2832-
husky@^4.3.6:
2795+
husky@^4.3.8:
28332796
version "4.3.8"
28342797
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.8.tgz#31144060be963fd6850e5cc8f019a1dfe194296d"
28352798
integrity sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==
@@ -2904,7 +2867,7 @@ import-modules@^2.0.0:
29042867
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2"
29052868
integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==
29062869

2907-
imurmurhash@*, imurmurhash@^0.1.4:
2870+
imurmurhash@^0.1.4:
29082871
version "0.1.4"
29092872
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
29102873
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -3564,11 +3527,6 @@ lockfile@^1.0.4:
35643527
dependencies:
35653528
signal-exit "^3.0.2"
35663529

3567-
lodash._baseindexof@*:
3568-
version "3.1.0"
3569-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
3570-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
3571-
35723530
lodash._baseuniq@~4.6.0:
35733531
version "4.6.0"
35743532
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -3577,33 +3535,11 @@ lodash._baseuniq@~4.6.0:
35773535
lodash._createset "~4.0.0"
35783536
lodash._root "~3.0.0"
35793537

3580-
lodash._bindcallback@*:
3581-
version "3.0.1"
3582-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
3583-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
3584-
3585-
lodash._cacheindexof@*:
3586-
version "3.0.2"
3587-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
3588-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
3589-
3590-
lodash._createcache@*:
3591-
version "3.1.2"
3592-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
3593-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
3594-
dependencies:
3595-
lodash._getnative "^3.0.0"
3596-
35973538
lodash._createset@~4.0.0:
35983539
version "4.0.3"
35993540
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
36003541
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
36013542

3602-
lodash._getnative@*, lodash._getnative@^3.0.0:
3603-
version "3.9.1"
3604-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
3605-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
3606-
36073543
lodash._root@~3.0.0:
36083544
version "3.0.1"
36093545
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -3644,11 +3580,6 @@ lodash.isstring@^4.0.1:
36443580
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
36453581
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
36463582

3647-
lodash.restparam@*:
3648-
version "3.6.1"
3649-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
3650-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
3651-
36523583
lodash.toarray@^4.4.0:
36533584
version "4.4.0"
36543585
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
@@ -3950,16 +3881,11 @@ [email protected]:
39503881
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
39513882
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
39523883

3953-
3884+
[email protected], ms@^2.0.0:
39543885
version "2.1.2"
39553886
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
39563887
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
39573888

3958-
ms@^2.0.0, ms@^2.1.1:
3959-
version "2.1.3"
3960-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
3961-
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
3962-
39633889
multimap@^1.1.0:
39643890
version "1.1.0"
39653891
resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8"
@@ -5275,7 +5201,7 @@ rxjs-report-usage@^1.0.4:
52755201
glob "~7.1.6"
52765202
prompts "~2.3.2"
52775203

5278-
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
5204+
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0:
52795205
version "5.2.1"
52805206
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
52815207
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
@@ -5705,25 +5631,18 @@ string.prototype.trimstart@^1.0.3:
57055631
call-bind "^1.0.0"
57065632
define-properties "^1.1.3"
57075633

5708-
string_decoder@^1.1.1:
5709-
version "1.3.0"
5710-
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
5711-
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
5634+
string_decoder@^1.1.1, string_decoder@~1.1.1:
5635+
version "1.1.1"
5636+
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
5637+
integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
57125638
dependencies:
5713-
safe-buffer "~5.2.0"
5639+
safe-buffer "~5.1.0"
57145640

57155641
string_decoder@~0.10.x:
57165642
version "0.10.31"
57175643
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
57185644
integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=
57195645

5720-
string_decoder@~1.1.1:
5721-
version "1.1.1"
5722-
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
5723-
integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
5724-
dependencies:
5725-
safe-buffer "~5.1.0"
5726-
57275646
stringify-package@^1.0.0, stringify-package@^1.0.1:
57285647
version "1.0.1"
57295648
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"

0 commit comments

Comments
 (0)