Skip to content

Commit d9d19f4

Browse files
build(deps-dev): bump @typescript-eslint/parser from 2.0.0 to 4.9.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.0.0 to 4.9.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.9.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 721dfff commit d9d19f4

File tree

2 files changed

+132
-38
lines changed

2 files changed

+132
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/jest": "^24.0.18",
7373
"@types/node": "^12.7.2",
7474
"@types/storybook__vue": "^5.0.2",
75-
"@typescript-eslint/parser": "^2.0.0",
75+
"@typescript-eslint/parser": "^4.9.0",
7676
"@vue/babel-preset-jsx": "^1.1.0",
7777
"@vue/composition-api": "^0.2.0",
7878
"@vue/test-utils": "^1.0.0-beta.29",

yarn.lock

Lines changed: 131 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,11 +1201,24 @@
12011201
"@nodelib/fs.stat" "2.0.1"
12021202
run-parallel "^1.1.9"
12031203

1204+
"@nodelib/fs.scandir@2.1.3":
1205+
version "2.1.3"
1206+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
1207+
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
1208+
dependencies:
1209+
"@nodelib/fs.stat" "2.0.3"
1210+
run-parallel "^1.1.9"
1211+
12041212
"@nodelib/fs.stat@2.0.1", "@nodelib/fs.stat@^2.0.1":
12051213
version "2.0.1"
12061214
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.1.tgz#814f71b1167390cfcb6a6b3d9cdeb0951a192c14"
12071215
integrity sha512-+RqhBlLn6YRBGOIoVYthsG0J9dfpO79eJyN7BYBkZJtfqrBwf2KK+rD/M/yjZR6WBmIhAgOV7S60eCgaSWtbFw==
12081216

1217+
"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
1218+
version "2.0.3"
1219+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
1220+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
1221+
12091222
"@nodelib/fs.stat@^1.1.2":
12101223
version "1.1.3"
12111224
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
@@ -1219,6 +1232,14 @@
12191232
"@nodelib/fs.scandir" "2.1.1"
12201233
fastq "^1.6.0"
12211234

1235+
"@nodelib/fs.walk@^1.2.3":
1236+
version "1.2.4"
1237+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
1238+
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
1239+
dependencies:
1240+
"@nodelib/fs.scandir" "2.1.3"
1241+
fastq "^1.6.0"
1242+
12221243
"@octokit/endpoint@^5.1.0":
12231244
version "5.3.1"
12241245
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.3.1.tgz#4a1714c7d35c1ed074e898c5f4a9897541581f79"
@@ -1733,11 +1754,6 @@
17331754
dependencies:
17341755
"@babel/types" "^7.3.0"
17351756

1736-
"@types/eslint-visitor-keys@^1.0.0":
1737-
version "1.0.0"
1738-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1739-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1740-
17411757
"@types/events@*":
17421758
version "3.0.0"
17431759
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -1784,11 +1800,6 @@
17841800
dependencies:
17851801
"@types/jest-diff" "*"
17861802

1787-
"@types/json-schema@^7.0.3":
1788-
version "7.0.3"
1789-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
1790-
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
1791-
17921803
"@types/minimatch@*":
17931804
version "3.0.3"
17941805
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -1849,32 +1860,50 @@
18491860
dependencies:
18501861
"@types/yargs-parser" "*"
18511862

1852-
"@typescript-eslint/experimental-utils@2.0.0":
1853-
version "2.0.0"
1854-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.0.0.tgz#f3d298bb411357f35c4184e24280b256b6321949"
1855-
integrity sha512-XGJG6GNBXIEx/mN4eTRypN/EUmsd0VhVGQ1AG+WTgdvjHl0G8vHhVBHrd/5oI6RRYBRnedNymSYWW1HAdivtmg==
1863+
"@typescript-eslint/parser@^4.9.0":
1864+
version "4.9.0"
1865+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.0.tgz#bb65f1214b5e221604996db53ef77c9d62b09249"
1866+
integrity sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw==
18561867
dependencies:
1857-
"@types/json-schema" "^7.0.3"
1858-
"@typescript-eslint/typescript-estree" "2.0.0"
1859-
eslint-scope "^4.0.0"
1868+
"@typescript-eslint/scope-manager" "4.9.0"
1869+
"@typescript-eslint/types" "4.9.0"
1870+
"@typescript-eslint/typescript-estree" "4.9.0"
1871+
debug "^4.1.1"
18601872

1861-
"@typescript-eslint/parser@^2.0.0":
1862-
version "2.0.0"
1863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.0.0.tgz#4273bb19d03489daf8372cdaccbc8042e098178f"
1864-
integrity sha512-ibyMBMr0383ZKserIsp67+WnNVoM402HKkxqXGlxEZsXtnGGurbnY90pBO3e0nBUM7chEEOcxUhgw9aPq7fEBA==
1873+
"@typescript-eslint/scope-manager@4.9.0":
1874+
version "4.9.0"
1875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.0.tgz#5eefe305d6b71d1c85af6587b048426bfd4d3708"
1876+
integrity sha512-q/81jtmcDtMRE+nfFt5pWqO0R41k46gpVLnuefqVOXl4QV1GdQoBWfk5REcipoJNQH9+F5l+dwa9Li5fbALjzg==
18651877
dependencies:
1866-
"@types/eslint-visitor-keys" "^1.0.0"
1867-
"@typescript-eslint/experimental-utils" "2.0.0"
1868-
"@typescript-eslint/typescript-estree" "2.0.0"
1869-
eslint-visitor-keys "^1.0.0"
1878+
"@typescript-eslint/types" "4.9.0"
1879+
"@typescript-eslint/visitor-keys" "4.9.0"
18701880

1871-
"@typescript-eslint/typescript-estree@2.0.0":
1872-
version "2.0.0"
1873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.0.0.tgz#c9f6c0efd1b11475540d6a55dc973cc5b9a67e77"
1874-
integrity sha512-NXbmzA3vWrSgavymlzMWNecgNOuiMMp62MO3kI7awZRLRcsA1QrYWo6q08m++uuAGVbXH/prZi2y1AWuhSu63w==
1881+
"@typescript-eslint/types@4.9.0":
1882+
version "4.9.0"
1883+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c"
1884+
integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA==
1885+
1886+
"@typescript-eslint/typescript-estree@4.9.0":
1887+
version "4.9.0"
1888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c"
1889+
integrity sha512-rmDR++PGrIyQzAtt3pPcmKWLr7MA+u/Cmq9b/rON3//t5WofNR4m/Ybft2vOLj0WtUzjn018ekHjTsnIyBsQug==
18751890
dependencies:
1876-
lodash.unescape "4.0.1"
1877-
semver "^6.2.0"
1891+
"@typescript-eslint/types" "4.9.0"
1892+
"@typescript-eslint/visitor-keys" "4.9.0"
1893+
debug "^4.1.1"
1894+
globby "^11.0.1"
1895+
is-glob "^4.0.1"
1896+
lodash "^4.17.15"
1897+
semver "^7.3.2"
1898+
tsutils "^3.17.1"
1899+
1900+
"@typescript-eslint/visitor-keys@4.9.0":
1901+
version "4.9.0"
1902+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8"
1903+
integrity sha512-sV45zfdRqQo1A97pOSx3fsjR+3blmwtdCt8LDrXgCX36v4Vmz4KHrhpV6Fo2cRdXmyumxx11AHw0pNJqCNpDyg==
1904+
dependencies:
1905+
"@typescript-eslint/types" "4.9.0"
1906+
eslint-visitor-keys "^2.0.0"
18781907

18791908
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
18801909
version "1.0.0"
@@ -5071,6 +5100,11 @@ eslint-visitor-keys@^1.1.0:
50715100
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
50725101
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
50735102

5103+
eslint-visitor-keys@^2.0.0:
5104+
version "2.0.0"
5105+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
5106+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
5107+
50745108
eslint@^6.2.2:
50755109
version "6.2.2"
50765110
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.2.tgz#03298280e7750d81fcd31431f3d333e43d93f24f"
@@ -5404,6 +5438,18 @@ fast-glob@^3.0.3:
54045438
merge2 "^1.2.3"
54055439
micromatch "^4.0.2"
54065440

5441+
fast-glob@^3.1.1:
5442+
version "3.2.4"
5443+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
5444+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
5445+
dependencies:
5446+
"@nodelib/fs.stat" "^2.0.2"
5447+
"@nodelib/fs.walk" "^1.2.3"
5448+
glob-parent "^5.1.0"
5449+
merge2 "^1.3.0"
5450+
micromatch "^4.0.2"
5451+
picomatch "^2.2.1"
5452+
54075453
fast-json-stable-stringify@^2.0.0:
54085454
version "2.0.0"
54095455
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -5912,6 +5958,13 @@ glob-parent@^5.0.0:
59125958
dependencies:
59135959
is-glob "^4.0.1"
59145960

5961+
glob-parent@^5.1.0:
5962+
version "5.1.1"
5963+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
5964+
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
5965+
dependencies:
5966+
is-glob "^4.0.1"
5967+
59155968
glob-to-regexp@^0.3.0:
59165969
version "0.3.0"
59175970
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -6001,6 +6054,18 @@ globby@^10.0.0:
60016054
merge2 "^1.2.3"
60026055
slash "^3.0.0"
60036056

6057+
globby@^11.0.1:
6058+
version "11.0.1"
6059+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
6060+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
6061+
dependencies:
6062+
array-union "^2.1.0"
6063+
dir-glob "^3.0.1"
6064+
fast-glob "^3.1.1"
6065+
ignore "^5.1.4"
6066+
merge2 "^1.3.0"
6067+
slash "^3.0.0"
6068+
60046069
good-listener@^1.2.2:
60056070
version "1.2.2"
60066071
resolved "https://registry.yarnpkg.com/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50"
@@ -6400,6 +6465,11 @@ ignore@^5.1.1:
64006465
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.2.tgz#e28e584d43ad7e92f96995019cc43b9e1ac49558"
64016466
integrity sha512-vdqWBp7MyzdmHkkRWV5nY+PfGRbYbahfuvsBCh277tq+w9zyNi7h5CYJCK0kmzti9kU+O/cB7sE8HvKv6aXAKQ==
64026467

6468+
ignore@^5.1.4:
6469+
version "5.1.8"
6470+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
6471+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
6472+
64036473
immer@1.10.0:
64046474
version "1.10.0"
64056475
resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d"
@@ -8051,11 +8121,6 @@ lodash.toarray@^4.4.0:
80518121
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
80528122
integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE=
80538123

8054-
lodash.unescape@4.0.1:
8055-
version "4.0.1"
8056-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
8057-
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
8058-
80598124
lodash.union@~4.6.0:
80608125
version "4.6.0"
80618126
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
@@ -8142,7 +8207,7 @@ lowlight@~1.9.1:
81428207
fault "^1.0.2"
81438208
highlight.js "~9.12.0"
81448209

8145-
lru-cache@^4.0.1, lru-cache@^4.1.2:
8210+
lru-cache@^4.0.1, lru-cache@^4.1.2, lru-cache@^4.1.5:
81468211
version "4.1.5"
81478212
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
81488213
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
@@ -8446,6 +8511,11 @@ merge2@^1.2.3:
84468511
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5"
84478512
integrity sha512-gdUU1Fwj5ep4kplwcmftruWofEFt6lfpkkr3h860CXbAB9c3hGb55EOL2ali0Td5oebvW0E1+3Sr+Ur7XfKpRA==
84488513

8514+
merge2@^1.3.0:
8515+
version "1.4.1"
8516+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
8517+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
8518+
84498519
methods@~1.1.2:
84508520
version "1.1.2"
84518521
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
@@ -9707,6 +9777,11 @@ picomatch@^2.0.5:
97079777
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
97089778
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
97099779

9780+
picomatch@^2.2.1:
9781+
version "2.2.2"
9782+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
9783+
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
9784+
97109785
pify@^2.0.0:
97119786
version "2.3.0"
97129787
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -11159,6 +11234,13 @@ semver@^6.2.0, semver@^6.3.0:
1115911234
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1116011235
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1116111236

11237+
semver@^7.3.2:
11238+
version "7.3.3"
11239+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.3.tgz#a6cef9257e40f4b8a78cd97e106d215f8a3ebdc9"
11240+
integrity sha512-kBGrn+sE2tyi6f4c9aFrrYRSTTF5yNOEVRBCdpcgykFp3jt2ZGlBwzIwWER9J9HZnQa9IF1TrR8Xy2UU+eaUhQ==
11241+
dependencies:
11242+
lru-cache "^4.1.5"
11243+
1116211244
semver@~5.3.0:
1116311245
version "5.3.0"
1116411246
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -12146,11 +12228,23 @@ ts-pnp@^1.1.2:
1214612228
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.2.tgz#be8e4bfce5d00f0f58e0666a82260c34a57af552"
1214712229
integrity sha512-f5Knjh7XCyRIzoC/z1Su1yLLRrPrFCgtUAh/9fCSP6NKbATwpOL1+idQVXQokK9GRFURn/jYPGPfegIctwunoA==
1214812230

12231+
tslib@^1.8.1:
12232+
version "1.14.1"
12233+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
12234+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
12235+
1214912236
tslib@^1.9.0, tslib@^1.9.3:
1215012237
version "1.10.0"
1215112238
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
1215212239
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
1215312240

12241+
tsutils@^3.17.1:
12242+
version "3.17.1"
12243+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
12244+
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
12245+
dependencies:
12246+
tslib "^1.8.1"
12247+
1215412248
tty-browserify@0.0.0:
1215512249
version "0.0.0"
1215612250
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

0 commit comments

Comments
 (0)