Skip to content

Commit b02701d

Browse files
committed
chore(deps): update devdependencies
1 parent 39f4f82 commit b02701d

File tree

2 files changed

+102
-97
lines changed

2 files changed

+102
-97
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
"@types/cross-spawn": "6.0.2",
5959
"@types/eslint": "7.29.0",
6060
"@types/glob": "7.2.0",
61-
"@types/jest": "27.4.1",
62-
"@types/lodash": "4.14.181",
63-
"@types/node": "16.11.27",
61+
"@types/jest": "27.5.0",
62+
"@types/lodash": "4.14.182",
63+
"@types/node": "16.11.33",
6464
"@types/redis-mock": "0.17.1",
65-
"@typescript-eslint/eslint-plugin": "5.19.0",
66-
"@typescript-eslint/parser": "5.19.0",
65+
"@typescript-eslint/eslint-plugin": "5.22.0",
66+
"@typescript-eslint/parser": "5.22.0",
6767
"del-cli": "4.0.1",
68-
"downlevel-dts": "0.9.0",
69-
"eslint": "8.13.0",
68+
"downlevel-dts": "0.10.0",
69+
"eslint": "8.14.0",
7070
"eslint-config-xo": "0.40.0",
7171
"eslint-config-xo-typescript": "0.50.0",
7272
"eslint-plugin-codegen": "0.16.1",
@@ -86,7 +86,7 @@
8686
"string-argv": "0.3.1",
8787
"ts-jest": "27.1.4",
8888
"ts-node": "10.7.0",
89-
"typescript": "4.6.3"
89+
"typescript": "4.6.4"
9090
},
9191
"engines": {
9292
"node": ">= 10.0.0"

yarn.lock

Lines changed: 94 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,10 +1068,10 @@
10681068
dependencies:
10691069
"@cspotcode/source-map-consumer" "0.8.0"
10701070

1071-
"@eslint/eslintrc@^1.2.1":
1072-
version "1.2.1"
1073-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
1074-
integrity sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==
1071+
"@eslint/eslintrc@^1.2.2":
1072+
version "1.2.2"
1073+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
1074+
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
10751075
dependencies:
10761076
ajv "^6.12.4"
10771077
debug "^4.3.2"
@@ -1484,10 +1484,10 @@
14841484
dependencies:
14851485
"@types/istanbul-lib-report" "*"
14861486

1487-
"@types/jest@27.4.1":
1488-
version "27.4.1"
1489-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
1490-
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
1487+
"@types/jest@27.5.0":
1488+
version "27.5.0"
1489+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.0.tgz#e04ed1824ca6b1dd0438997ba60f99a7405d4c7b"
1490+
integrity sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==
14911491
dependencies:
14921492
jest-matcher-utils "^27.0.0"
14931493
pretty-format "^27.0.0"
@@ -1507,10 +1507,10 @@
15071507
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
15081508
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
15091509

1510-
"@types/[email protected].181":
1511-
version "4.14.181"
1512-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.181.tgz#d1d3740c379fda17ab175165ba04e2d03389385d"
1513-
integrity sha512-n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag==
1510+
"@types/[email protected].182":
1511+
version "4.14.182"
1512+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2"
1513+
integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==
15141514

15151515
"@types/minimatch@*":
15161516
version "3.0.4"
@@ -1527,10 +1527,10 @@
15271527
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.0.tgz#74dbf254fb375551a9d2a71faf6b9dbc2178dc53"
15281528
integrity sha512-um/+/ip3QZmwLfIkWZSNtQIJNVAqrJ92OkLMeuZrjZMTAJniI7fh8N8OICyDhAJ2mzgk/fmYFo72jRr5HyZ1EQ==
15291529

1530-
"@types/[email protected].27":
1531-
version "16.11.27"
1532-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.27.tgz#5da19383bdbeda99bc0d09cfbb88cab7297ebc51"
1533-
integrity sha512-C1pD3kgLoZ56Uuy5lhfOxie4aZlA3UMGLX9rXteq4WitEZH6Rl80mwactt9QG0w0gLFlN/kLBTFnGXtDVWvWQw==
1530+
"@types/[email protected].33":
1531+
version "16.11.33"
1532+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.33.tgz#566713b1b626f781c5c58fe3531307283e00720c"
1533+
integrity sha512-0PJ0vg+JyU0MIan58IOIFRtSvsb7Ri+7Wltx2qAg94eMOrpg4+uuP3aUHCpxXc1i0jCXiC+zIamSZh3l9AbcQA==
15341534

15351535
"@types/normalize-package-data@^2.4.0":
15361536
version "2.4.0"
@@ -1587,14 +1587,14 @@
15871587
dependencies:
15881588
"@types/yargs-parser" "*"
15891589

1590-
"@typescript-eslint/eslint-plugin@5.19.0":
1591-
version "5.19.0"
1592-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz#9608a4b6d0427104bccf132f058cba629a6553c0"
1593-
integrity sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==
1590+
"@typescript-eslint/eslint-plugin@5.22.0":
1591+
version "5.22.0"
1592+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.22.0.tgz#7b52a0de2e664044f28b36419210aea4ab619e2a"
1593+
integrity sha512-YCiy5PUzpAeOPGQ7VSGDEY2NeYUV1B0swde2e0HzokRsHBYjSdF6DZ51OuRZxVPHx0032lXGLvOMls91D8FXlg==
15941594
dependencies:
1595-
"@typescript-eslint/scope-manager" "5.19.0"
1596-
"@typescript-eslint/type-utils" "5.19.0"
1597-
"@typescript-eslint/utils" "5.19.0"
1595+
"@typescript-eslint/scope-manager" "5.22.0"
1596+
"@typescript-eslint/type-utils" "5.22.0"
1597+
"@typescript-eslint/utils" "5.22.0"
15981598
debug "^4.3.2"
15991599
functional-red-black-tree "^1.0.1"
16001600
ignore "^5.1.8"
@@ -1614,24 +1614,16 @@
16141614
eslint-scope "^5.1.1"
16151615
eslint-utils "^3.0.0"
16161616

1617-
"@typescript-eslint/parser@5.19.0":
1618-
version "5.19.0"
1619-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
1620-
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
1617+
"@typescript-eslint/parser@5.22.0":
1618+
version "5.22.0"
1619+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.22.0.tgz#7bedf8784ef0d5d60567c5ba4ce162460e70c178"
1620+
integrity sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==
16211621
dependencies:
1622-
"@typescript-eslint/scope-manager" "5.19.0"
1623-
"@typescript-eslint/types" "5.19.0"
1624-
"@typescript-eslint/typescript-estree" "5.19.0"
1622+
"@typescript-eslint/scope-manager" "5.22.0"
1623+
"@typescript-eslint/types" "5.22.0"
1624+
"@typescript-eslint/typescript-estree" "5.22.0"
16251625
debug "^4.3.2"
16261626

1627-
"@typescript-eslint/[email protected]":
1628-
version "5.19.0"
1629-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
1630-
integrity sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==
1631-
dependencies:
1632-
"@typescript-eslint/types" "5.19.0"
1633-
"@typescript-eslint/visitor-keys" "5.19.0"
1634-
16351627
"@typescript-eslint/[email protected]":
16361628
version "5.2.0"
16371629
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.2.0.tgz#7ce8e4ab2baaa0ad5282913ea8e13ce03ec6a12a"
@@ -1640,37 +1632,32 @@
16401632
"@typescript-eslint/types" "5.2.0"
16411633
"@typescript-eslint/visitor-keys" "5.2.0"
16421634

1643-
"@typescript-eslint/type-utils@5.19.0":
1644-
version "5.19.0"
1645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz#80f2125b0dfe82494bbae1ea99f1c0186d420282"
1646-
integrity sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==
1635+
"@typescript-eslint/scope-manager@5.22.0":
1636+
version "5.22.0"
1637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.22.0.tgz#590865f244ebe6e46dc3e9cab7976fc2afa8af24"
1638+
integrity sha512-yA9G5NJgV5esANJCO0oF15MkBO20mIskbZ8ijfmlKIvQKg0ynVKfHZ15/nhAJN5m8Jn3X5qkwriQCiUntC9AbA==
16471639
dependencies:
1648-
"@typescript-eslint/utils" "5.19.0"
1640+
"@typescript-eslint/types" "5.22.0"
1641+
"@typescript-eslint/visitor-keys" "5.22.0"
1642+
1643+
"@typescript-eslint/[email protected]":
1644+
version "5.22.0"
1645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.22.0.tgz#0c0e93b34210e334fbe1bcb7250c470f4a537c19"
1646+
integrity sha512-iqfLZIsZhK2OEJ4cQ01xOq3NaCuG5FQRKyHicA3xhZxMgaxQazLUHbH/B2k9y5i7l3+o+B5ND9Mf1AWETeMISA==
1647+
dependencies:
1648+
"@typescript-eslint/utils" "5.22.0"
16491649
debug "^4.3.2"
16501650
tsutils "^3.21.0"
16511651

1652-
"@typescript-eslint/[email protected]":
1653-
version "5.19.0"
1654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
1655-
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
1656-
16571652
"@typescript-eslint/[email protected]":
16581653
version "5.2.0"
16591654
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
16601655
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
16611656

1662-
"@typescript-eslint/[email protected]":
1663-
version "5.19.0"
1664-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
1665-
integrity sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==
1666-
dependencies:
1667-
"@typescript-eslint/types" "5.19.0"
1668-
"@typescript-eslint/visitor-keys" "5.19.0"
1669-
debug "^4.3.2"
1670-
globby "^11.0.4"
1671-
is-glob "^4.0.3"
1672-
semver "^7.3.5"
1673-
tsutils "^3.21.0"
1657+
"@typescript-eslint/[email protected]":
1658+
version "5.22.0"
1659+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
1660+
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
16741661

16751662
"@typescript-eslint/[email protected]":
16761663
version "5.2.0"
@@ -1685,26 +1672,31 @@
16851672
semver "^7.3.5"
16861673
tsutils "^3.21.0"
16871674

1688-
"@typescript-eslint/[email protected]":
1689-
version "5.19.0"
1690-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.19.0.tgz#fe87f1e3003d9973ec361ed10d36b4342f1ded1e"
1691-
integrity sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==
1675+
"@typescript-eslint/[email protected]":
1676+
version "5.22.0"
1677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.22.0.tgz#e2116fd644c3e2fda7f4395158cddd38c0c6df97"
1678+
integrity sha512-EyBEQxvNjg80yinGE2xdhpDYm41so/1kOItl0qrjIiJ1kX/L/L8WWGmJg8ni6eG3DwqmOzDqOhe6763bF92nOw==
1679+
dependencies:
1680+
"@typescript-eslint/types" "5.22.0"
1681+
"@typescript-eslint/visitor-keys" "5.22.0"
1682+
debug "^4.3.2"
1683+
globby "^11.0.4"
1684+
is-glob "^4.0.3"
1685+
semver "^7.3.5"
1686+
tsutils "^3.21.0"
1687+
1688+
"@typescript-eslint/[email protected]":
1689+
version "5.22.0"
1690+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.22.0.tgz#1f2c4897e2cf7e44443c848a13c60407861babd8"
1691+
integrity sha512-HodsGb037iobrWSUMS7QH6Hl1kppikjA1ELiJlNSTYf/UdMEwzgj0WIp+lBNb6WZ3zTwb0tEz51j0Wee3iJ3wQ==
16921692
dependencies:
16931693
"@types/json-schema" "^7.0.9"
1694-
"@typescript-eslint/scope-manager" "5.19.0"
1695-
"@typescript-eslint/types" "5.19.0"
1696-
"@typescript-eslint/typescript-estree" "5.19.0"
1694+
"@typescript-eslint/scope-manager" "5.22.0"
1695+
"@typescript-eslint/types" "5.22.0"
1696+
"@typescript-eslint/typescript-estree" "5.22.0"
16971697
eslint-scope "^5.1.1"
16981698
eslint-utils "^3.0.0"
16991699

1700-
"@typescript-eslint/[email protected]":
1701-
version "5.19.0"
1702-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
1703-
integrity sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==
1704-
dependencies:
1705-
"@typescript-eslint/types" "5.19.0"
1706-
eslint-visitor-keys "^3.0.0"
1707-
17081700
"@typescript-eslint/[email protected]":
17091701
version "5.2.0"
17101702
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.2.0.tgz#03522d35df98474f08e0357171a7d1b259a88f55"
@@ -1713,6 +1705,14 @@
17131705
"@typescript-eslint/types" "5.2.0"
17141706
eslint-visitor-keys "^3.0.0"
17151707

1708+
"@typescript-eslint/[email protected]":
1709+
version "5.22.0"
1710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.22.0.tgz#f49c0ce406944ffa331a1cfabeed451ea4d0909c"
1711+
integrity sha512-DbgTqn2Dv5RFWluG88tn0pP6Ex0ROF+dpDO1TNNZdRtLjUr6bdznjA6f/qNqJLjd2PgguAES2Zgxh/JzwzETDg==
1712+
dependencies:
1713+
"@typescript-eslint/types" "5.22.0"
1714+
eslint-visitor-keys "^3.0.0"
1715+
17161716
abab@^2.0.3:
17171717
version "2.0.3"
17181718
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"
@@ -2414,14 +2414,14 @@ domexception@^2.0.1:
24142414
dependencies:
24152415
webidl-conversions "^5.0.0"
24162416

2417-
downlevel-dts@0.9.0:
2418-
version "0.9.0"
2419-
resolved "https://registry.yarnpkg.com/downlevel-dts/-/downlevel-dts-0.9.0.tgz#23c71e5bdf825a073f80a7ed077553c81aabdf01"
2420-
integrity sha512-XDYaZ7yY4yPLlNx3txbYRzUF6WiElAgMJQ/ACIaZnKISwuWw2eAHD7Ecp3u60ntej6i1yaMtjsN02hhA4FakFw==
2417+
downlevel-dts@0.10.0:
2418+
version "0.10.0"
2419+
resolved "https://registry.yarnpkg.com/downlevel-dts/-/downlevel-dts-0.10.0.tgz#d2be7b4408a1f9eb3a39e15a361f8ea4f175facc"
2420+
integrity sha512-AZ7tnUy4XJArsjv6Bcuivvxx+weMvOGHF6seu7e7PVOqMDHMSlfgMl1kt+F4Y2+5TmDwKWHOdimM1DZKihQs8Q==
24212421
dependencies:
24222422
semver "^7.3.2"
24232423
shelljs "^0.8.3"
2424-
typescript "^4.5.5"
2424+
typescript next
24252425

24262426
electron-to-chromium@^1.3.649:
24272427
version "1.3.693"
@@ -2702,12 +2702,12 @@ eslint-visitor-keys@^3.3.0:
27022702
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
27032703
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
27042704

2705-
eslint@8.13.0:
2706-
version "8.13.0"
2707-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
2708-
integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==
2705+
eslint@8.14.0:
2706+
version "8.14.0"
2707+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
2708+
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
27092709
dependencies:
2710-
"@eslint/eslintrc" "^1.2.1"
2710+
"@eslint/eslintrc" "^1.2.2"
27112711
"@humanwhocodes/config-array" "^0.9.2"
27122712
ajv "^6.10.0"
27132713
chalk "^4.0.0"
@@ -5503,10 +5503,15 @@ typedarray-to-buffer@^3.1.5:
55035503
dependencies:
55045504
is-typedarray "^1.0.0"
55055505

5506-
[email protected], typescript@^4.5.5:
5507-
version "4.6.3"
5508-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
5509-
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
5506+
5507+
version "4.6.4"
5508+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
5509+
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
5510+
5511+
typescript@next:
5512+
version "4.7.0-dev.20220502"
5513+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.0-dev.20220502.tgz#cd36e6036cc49368aa054182314cb3e070814d4d"
5514+
integrity sha512-a3YKUJyJ+XBGPsp9NwlqombKF+8Oplg565LaHNYL8p5VdhGJ5M+UR0H6wmLzCx4OhzpT1A8uQtC+f7Fi6TAYsA==
55105515

55115516
unbox-primitive@^1.0.1:
55125517
version "1.0.1"

0 commit comments

Comments
 (0)