Skip to content

Commit 39f4f82

Browse files
chore(deps): update devdependencies (#360)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 452bd67 commit 39f4f82

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@types/glob": "7.2.0",
6161
"@types/jest": "27.4.1",
6262
"@types/lodash": "4.14.181",
63-
"@types/node": "16.11.26",
63+
"@types/node": "16.11.27",
6464
"@types/redis-mock": "0.17.1",
65-
"@typescript-eslint/eslint-plugin": "5.18.0",
66-
"@typescript-eslint/parser": "5.18.0",
65+
"@typescript-eslint/eslint-plugin": "5.19.0",
66+
"@typescript-eslint/parser": "5.19.0",
6767
"del-cli": "4.0.1",
6868
"downlevel-dts": "0.9.0",
6969
"eslint": "8.13.0",

yarn.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -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].26":
1531-
version "16.11.26"
1532-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.26.tgz#63d204d136c9916fb4dcd1b50f9740fe86884e47"
1533-
integrity sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ==
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==
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.18.0":
1591-
version "5.18.0"
1592-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
1593-
integrity sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==
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==
15941594
dependencies:
1595-
"@typescript-eslint/scope-manager" "5.18.0"
1596-
"@typescript-eslint/type-utils" "5.18.0"
1597-
"@typescript-eslint/utils" "5.18.0"
1595+
"@typescript-eslint/scope-manager" "5.19.0"
1596+
"@typescript-eslint/type-utils" "5.19.0"
1597+
"@typescript-eslint/utils" "5.19.0"
15981598
debug "^4.3.2"
15991599
functional-red-black-tree "^1.0.1"
16001600
ignore "^5.1.8"
@@ -1614,23 +1614,23 @@
16141614
eslint-scope "^5.1.1"
16151615
eslint-utils "^3.0.0"
16161616

1617-
"@typescript-eslint/parser@5.18.0":
1618-
version "5.18.0"
1619-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
1620-
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
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==
16211621
dependencies:
1622-
"@typescript-eslint/scope-manager" "5.18.0"
1623-
"@typescript-eslint/types" "5.18.0"
1624-
"@typescript-eslint/typescript-estree" "5.18.0"
1622+
"@typescript-eslint/scope-manager" "5.19.0"
1623+
"@typescript-eslint/types" "5.19.0"
1624+
"@typescript-eslint/typescript-estree" "5.19.0"
16251625
debug "^4.3.2"
16261626

1627-
"@typescript-eslint/scope-manager@5.18.0":
1628-
version "5.18.0"
1629-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
1630-
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
1627+
"@typescript-eslint/scope-manager@5.19.0":
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==
16311631
dependencies:
1632-
"@typescript-eslint/types" "5.18.0"
1633-
"@typescript-eslint/visitor-keys" "5.18.0"
1632+
"@typescript-eslint/types" "5.19.0"
1633+
"@typescript-eslint/visitor-keys" "5.19.0"
16341634

16351635
"@typescript-eslint/[email protected]":
16361636
version "5.2.0"
@@ -1640,32 +1640,32 @@
16401640
"@typescript-eslint/types" "5.2.0"
16411641
"@typescript-eslint/visitor-keys" "5.2.0"
16421642

1643-
"@typescript-eslint/type-utils@5.18.0":
1644-
version "5.18.0"
1645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
1646-
integrity sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==
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==
16471647
dependencies:
1648-
"@typescript-eslint/utils" "5.18.0"
1648+
"@typescript-eslint/utils" "5.19.0"
16491649
debug "^4.3.2"
16501650
tsutils "^3.21.0"
16511651

1652-
"@typescript-eslint/types@5.18.0":
1653-
version "5.18.0"
1654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
1655-
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
1652+
"@typescript-eslint/types@5.19.0":
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==
16561656

16571657
"@typescript-eslint/[email protected]":
16581658
version "5.2.0"
16591659
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
16601660
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
16611661

1662-
"@typescript-eslint/typescript-estree@5.18.0":
1663-
version "5.18.0"
1664-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
1665-
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
1662+
"@typescript-eslint/typescript-estree@5.19.0":
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==
16661666
dependencies:
1667-
"@typescript-eslint/types" "5.18.0"
1668-
"@typescript-eslint/visitor-keys" "5.18.0"
1667+
"@typescript-eslint/types" "5.19.0"
1668+
"@typescript-eslint/visitor-keys" "5.19.0"
16691669
debug "^4.3.2"
16701670
globby "^11.0.4"
16711671
is-glob "^4.0.3"
@@ -1685,24 +1685,24 @@
16851685
semver "^7.3.5"
16861686
tsutils "^3.21.0"
16871687

1688-
"@typescript-eslint/utils@5.18.0":
1689-
version "5.18.0"
1690-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
1691-
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
1688+
"@typescript-eslint/utils@5.19.0":
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==
16921692
dependencies:
16931693
"@types/json-schema" "^7.0.9"
1694-
"@typescript-eslint/scope-manager" "5.18.0"
1695-
"@typescript-eslint/types" "5.18.0"
1696-
"@typescript-eslint/typescript-estree" "5.18.0"
1694+
"@typescript-eslint/scope-manager" "5.19.0"
1695+
"@typescript-eslint/types" "5.19.0"
1696+
"@typescript-eslint/typescript-estree" "5.19.0"
16971697
eslint-scope "^5.1.1"
16981698
eslint-utils "^3.0.0"
16991699

1700-
"@typescript-eslint/visitor-keys@5.18.0":
1701-
version "5.18.0"
1702-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
1703-
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
1700+
"@typescript-eslint/visitor-keys@5.19.0":
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==
17041704
dependencies:
1705-
"@typescript-eslint/types" "5.18.0"
1705+
"@typescript-eslint/types" "5.19.0"
17061706
eslint-visitor-keys "^3.0.0"
17071707

17081708
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)