Skip to content

Commit f8acaa1

Browse files
committed
chore(deps): update devdependencies (major) to v5
1 parent ff5179d commit f8acaa1

File tree

2 files changed

+66
-56
lines changed

2 files changed

+66
-56
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"@types/node": "16.11.18",
7373
"@types/promise-retry": "1.1.3",
7474
"@types/uuid": "8.3.3",
75-
"@typescript-eslint/eslint-plugin": "4.33.0",
76-
"@typescript-eslint/parser": "4.33.0",
75+
"@typescript-eslint/eslint-plugin": "5.10.2",
76+
"@typescript-eslint/parser": "5.10.2",
7777
"@zeit/ncc": "0.22.3",
7878
"eslint": "7.32.0",
7979
"eslint-plugin-jest": "24.7.0",

yarn.lock

+64-54
Original file line numberDiff line numberDiff line change
@@ -1757,17 +1757,18 @@
17571757
dependencies:
17581758
"@types/yargs-parser" "*"
17591759

1760-
"@typescript-eslint/[email protected]":
1761-
version "4.33.0"
1762-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1763-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
1764-
dependencies:
1765-
"@typescript-eslint/experimental-utils" "4.33.0"
1766-
"@typescript-eslint/scope-manager" "4.33.0"
1767-
debug "^4.3.1"
1760+
"@typescript-eslint/[email protected]":
1761+
version "5.10.2"
1762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
1763+
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
1764+
dependencies:
1765+
"@typescript-eslint/scope-manager" "5.10.2"
1766+
"@typescript-eslint/type-utils" "5.10.2"
1767+
"@typescript-eslint/utils" "5.10.2"
1768+
debug "^4.3.2"
17681769
functional-red-black-tree "^1.0.1"
17691770
ignore "^5.1.8"
1770-
regexpp "^3.1.0"
1771+
regexpp "^3.2.0"
17711772
semver "^7.3.5"
17721773
tsutils "^3.21.0"
17731774

@@ -1785,18 +1786,6 @@
17851786
semver "^7.3.5"
17861787
tsutils "^3.21.0"
17871788

1788-
"@typescript-eslint/[email protected]":
1789-
version "4.33.0"
1790-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1791-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1792-
dependencies:
1793-
"@types/json-schema" "^7.0.7"
1794-
"@typescript-eslint/scope-manager" "4.33.0"
1795-
"@typescript-eslint/types" "4.33.0"
1796-
"@typescript-eslint/typescript-estree" "4.33.0"
1797-
eslint-scope "^5.1.1"
1798-
eslint-utils "^3.0.0"
1799-
18001789
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^5.0.0":
18011790
version "5.4.0"
18021791
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
@@ -1833,15 +1822,15 @@
18331822
eslint-scope "^5.1.1"
18341823
eslint-utils "^3.0.0"
18351824

1836-
"@typescript-eslint/parser@4.33.0":
1837-
version "4.33.0"
1838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1839-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1825+
"@typescript-eslint/parser@5.10.2":
1826+
version "5.10.2"
1827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.2.tgz#b6076d27cc5499ce3f2c625f5ccde946ecb7db9a"
1828+
integrity sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==
18401829
dependencies:
1841-
"@typescript-eslint/scope-manager" "4.33.0"
1842-
"@typescript-eslint/types" "4.33.0"
1843-
"@typescript-eslint/typescript-estree" "4.33.0"
1844-
debug "^4.3.1"
1830+
"@typescript-eslint/scope-manager" "5.10.2"
1831+
"@typescript-eslint/types" "5.10.2"
1832+
"@typescript-eslint/typescript-estree" "5.10.2"
1833+
debug "^4.3.2"
18451834

18461835
"@typescript-eslint/parser@^5.2.0":
18471836
version "5.4.0"
@@ -1869,13 +1858,13 @@
18691858
"@typescript-eslint/types" "4.31.2"
18701859
"@typescript-eslint/visitor-keys" "4.31.2"
18711860

1872-
"@typescript-eslint/scope-manager@4.33.0":
1873-
version "4.33.0"
1874-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1875-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1861+
"@typescript-eslint/scope-manager@5.10.2":
1862+
version "5.10.2"
1863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz#92c0bc935ec00f3d8638cdffb3d0e70c9b879639"
1864+
integrity sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==
18761865
dependencies:
1877-
"@typescript-eslint/types" "4.33.0"
1878-
"@typescript-eslint/visitor-keys" "4.33.0"
1866+
"@typescript-eslint/types" "5.10.2"
1867+
"@typescript-eslint/visitor-keys" "5.10.2"
18791868

18801869
"@typescript-eslint/[email protected]":
18811870
version "5.4.0"
@@ -1885,6 +1874,15 @@
18851874
"@typescript-eslint/types" "5.4.0"
18861875
"@typescript-eslint/visitor-keys" "5.4.0"
18871876

1877+
"@typescript-eslint/[email protected]":
1878+
version "5.10.2"
1879+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
1880+
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
1881+
dependencies:
1882+
"@typescript-eslint/utils" "5.10.2"
1883+
debug "^4.3.2"
1884+
tsutils "^3.21.0"
1885+
18881886
"@typescript-eslint/[email protected]":
18891887
version "4.15.1"
18901888
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
@@ -1895,10 +1893,10 @@
18951893
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf"
18961894
integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==
18971895

1898-
"@typescript-eslint/types@4.33.0":
1899-
version "4.33.0"
1900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1901-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1896+
"@typescript-eslint/types@5.10.2":
1897+
version "5.10.2"
1898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
1899+
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
19021900

19031901
"@typescript-eslint/[email protected]":
19041902
version "5.4.0"
@@ -1931,16 +1929,16 @@
19311929
semver "^7.3.5"
19321930
tsutils "^3.21.0"
19331931

1934-
"@typescript-eslint/typescript-estree@4.33.0":
1935-
version "4.33.0"
1936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1937-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1932+
"@typescript-eslint/typescript-estree@5.10.2":
1933+
version "5.10.2"
1934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
1935+
integrity sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==
19381936
dependencies:
1939-
"@typescript-eslint/types" "4.33.0"
1940-
"@typescript-eslint/visitor-keys" "4.33.0"
1941-
debug "^4.3.1"
1942-
globby "^11.0.3"
1943-
is-glob "^4.0.1"
1937+
"@typescript-eslint/types" "5.10.2"
1938+
"@typescript-eslint/visitor-keys" "5.10.2"
1939+
debug "^4.3.2"
1940+
globby "^11.0.4"
1941+
is-glob "^4.0.3"
19441942
semver "^7.3.5"
19451943
tsutils "^3.21.0"
19461944

@@ -1957,6 +1955,18 @@
19571955
semver "^7.3.5"
19581956
tsutils "^3.21.0"
19591957

1958+
"@typescript-eslint/[email protected]":
1959+
version "5.10.2"
1960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
1961+
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
1962+
dependencies:
1963+
"@types/json-schema" "^7.0.9"
1964+
"@typescript-eslint/scope-manager" "5.10.2"
1965+
"@typescript-eslint/types" "5.10.2"
1966+
"@typescript-eslint/typescript-estree" "5.10.2"
1967+
eslint-scope "^5.1.1"
1968+
eslint-utils "^3.0.0"
1969+
19601970
"@typescript-eslint/[email protected]":
19611971
version "4.15.1"
19621972
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
@@ -1973,13 +1983,13 @@
19731983
"@typescript-eslint/types" "4.31.2"
19741984
eslint-visitor-keys "^2.0.0"
19751985

1976-
"@typescript-eslint/visitor-keys@4.33.0":
1977-
version "4.33.0"
1978-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1979-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1986+
"@typescript-eslint/visitor-keys@5.10.2":
1987+
version "5.10.2"
1988+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz#fdbf272d8e61c045d865bd6c8b41bea73d222f3d"
1989+
integrity sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==
19801990
dependencies:
1981-
"@typescript-eslint/types" "4.33.0"
1982-
eslint-visitor-keys "^2.0.0"
1991+
"@typescript-eslint/types" "5.10.2"
1992+
eslint-visitor-keys "^3.0.0"
19831993

19841994
"@typescript-eslint/[email protected]":
19851995
version "5.4.0"

0 commit comments

Comments
 (0)