Skip to content

Commit 14a9959

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

File tree

2 files changed

+120
-115
lines changed

2 files changed

+120
-115
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.1",
62+
"@types/lodash": "4.14.182",
63+
"@types/node": "16.11.35",
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.23.0",
66+
"@typescript-eslint/parser": "5.23.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.15.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: 112 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,19 +1068,19 @@
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.3":
1072+
version "1.2.3"
1073+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1074+
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
10751075
dependencies:
10761076
ajv "^6.12.4"
10771077
debug "^4.3.2"
1078-
espree "^9.3.1"
1078+
espree "^9.3.2"
10791079
globals "^13.9.0"
10801080
ignore "^5.2.0"
10811081
import-fresh "^3.2.1"
10821082
js-yaml "^4.1.0"
1083-
minimatch "^3.0.4"
1083+
minimatch "^3.1.2"
10841084
strip-json-comments "^3.1.1"
10851085

10861086
"@humanwhocodes/config-array@^0.9.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.1":
1488+
version "27.5.1"
1489+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.1.tgz#2c8b6dc6ff85c33bcd07d0b62cb3d19ddfdb3ab9"
1490+
integrity sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==
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].35":
1531+
version "16.11.35"
1532+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.35.tgz#6642bdce5b5cee23314b91a7c069981c6bd68791"
1533+
integrity sha512-QXu45LyepgnhUfnIAj/FyT4uM87ug5KpIrgXfQtUPNAlx8w5hmd8z8emqCLNvG11QkpRSCG9Qg2buMxvqfjfsQ==
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.23.0":
1591+
version "5.23.0"
1592+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"
1593+
integrity sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==
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.23.0"
1596+
"@typescript-eslint/type-utils" "5.23.0"
1597+
"@typescript-eslint/utils" "5.23.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.23.0":
1618+
version "5.23.0"
1619+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
1620+
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
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.23.0"
1623+
"@typescript-eslint/types" "5.23.0"
1624+
"@typescript-eslint/typescript-estree" "5.23.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/[email protected]":
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/[email protected]":
1636+
version "5.23.0"
1637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
1638+
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
1639+
dependencies:
1640+
"@typescript-eslint/types" "5.23.0"
1641+
"@typescript-eslint/visitor-keys" "5.23.0"
1642+
1643+
"@typescript-eslint/[email protected]":
1644+
version "5.23.0"
1645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
1646+
integrity sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==
16471647
dependencies:
1648-
"@typescript-eslint/utils" "5.19.0"
1648+
"@typescript-eslint/utils" "5.23.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.23.0"
1659+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
1660+
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
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.23.0"
1677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
1678+
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
1679+
dependencies:
1680+
"@typescript-eslint/types" "5.23.0"
1681+
"@typescript-eslint/visitor-keys" "5.23.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.23.0"
1690+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
1691+
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
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.23.0"
1695+
"@typescript-eslint/types" "5.23.0"
1696+
"@typescript-eslint/typescript-estree" "5.23.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.23.0"
1710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
1711+
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
1712+
dependencies:
1713+
"@typescript-eslint/types" "5.23.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"
@@ -1731,10 +1731,10 @@ acorn-globals@^6.0.0:
17311731
acorn "^7.1.1"
17321732
acorn-walk "^7.1.1"
17331733

1734-
acorn-jsx@^5.3.1:
1735-
version "5.3.1"
1736-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
1737-
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
1734+
acorn-jsx@^5.3.2:
1735+
version "5.3.2"
1736+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
1737+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
17381738

17391739
acorn-walk@^7.1.1:
17401740
version "7.1.1"
@@ -1761,10 +1761,10 @@ acorn@^8.4.1:
17611761
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
17621762
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
17631763

1764-
acorn@^8.7.0:
1765-
version "8.7.0"
1766-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
1767-
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
1764+
acorn@^8.7.1:
1765+
version "8.7.1"
1766+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1767+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
17681768

17691769
agent-base@6:
17701770
version "6.0.1"
@@ -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.15.0:
2706+
version "8.15.0"
2707+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
2708+
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
27092709
dependencies:
2710-
"@eslint/eslintrc" "^1.2.1"
2710+
"@eslint/eslintrc" "^1.2.3"
27112711
"@humanwhocodes/config-array" "^0.9.2"
27122712
ajv "^6.10.0"
27132713
chalk "^4.0.0"
@@ -2718,7 +2718,7 @@ [email protected]:
27182718
eslint-scope "^7.1.1"
27192719
eslint-utils "^3.0.0"
27202720
eslint-visitor-keys "^3.3.0"
2721-
espree "^9.3.1"
2721+
espree "^9.3.2"
27222722
esquery "^1.4.0"
27232723
esutils "^2.0.2"
27242724
fast-deep-equal "^3.1.3"
@@ -2734,7 +2734,7 @@ [email protected]:
27342734
json-stable-stringify-without-jsonify "^1.0.1"
27352735
levn "^0.4.1"
27362736
lodash.merge "^4.6.2"
2737-
minimatch "^3.0.4"
2737+
minimatch "^3.1.2"
27382738
natural-compare "^1.4.0"
27392739
optionator "^0.9.1"
27402740
regexpp "^3.2.0"
@@ -2750,13 +2750,13 @@ [email protected]:
27502750
dependencies:
27512751
minimist "^1.2.5"
27522752

2753-
espree@^9.3.1:
2754-
version "9.3.1"
2755-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
2756-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
2753+
espree@^9.3.2:
2754+
version "9.3.2"
2755+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
2756+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
27572757
dependencies:
2758-
acorn "^8.7.0"
2759-
acorn-jsx "^5.3.1"
2758+
acorn "^8.7.1"
2759+
acorn-jsx "^5.3.2"
27602760
eslint-visitor-keys "^3.3.0"
27612761

27622762
esprima@^4.0.0, esprima@^4.0.1:
@@ -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.8.0-dev.20220512"
5513+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.0-dev.20220512.tgz#2f9b96bc7acb0f4190bfe6f25dbab44416841e1b"
5514+
integrity sha512-GkLFx5zji3VXVFfOhhYuFbyNRrjzmokfpp8Yq15gzjNrMIqe/dgUIl1yzMDoY5nuB0ul2Tac1+4jeAWFVf6agg==
55105515

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

0 commit comments

Comments
 (0)