Skip to content

Commit 15967c3

Browse files
1 parent e3462f3 commit 15967c3

File tree

2 files changed

+44
-56
lines changed

2 files changed

+44
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@commitlint/config-conventional": "^12.1.1",
5555
"@commitlint/prompt": "^12.1.1",
5656
"@types/jest": "^26.0.21",
57-
"@typescript-eslint/eslint-plugin": "^4.22.0",
57+
"@typescript-eslint/eslint-plugin": "^4.23.0",
5858
"@typescript-eslint/parser": "^4.22.0",
5959
"arrify": "^2.0.1",
6060
"commitizen": "^4.2.3",

yarn.lock

Lines changed: 43 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,41 +1752,29 @@
17521752
dependencies:
17531753
"@types/yargs-parser" "*"
17541754

1755-
"@typescript-eslint/eslint-plugin@^4.21.0", "@typescript-eslint/eslint-plugin@^4.22.0":
1756-
version "4.22.0"
1757-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
1758-
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
1755+
"@typescript-eslint/eslint-plugin@^4.21.0", "@typescript-eslint/eslint-plugin@^4.23.0":
1756+
version "4.23.0"
1757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.23.0.tgz#29d3c9c81f6200b1fd6d8454cfb007ba176cde80"
1758+
integrity sha512-tGK1y3KIvdsQEEgq6xNn1DjiFJtl+wn8JJQiETtCbdQxw1vzjXyAaIkEmO2l6Nq24iy3uZBMFQjZ6ECf1QdgGw==
17591759
dependencies:
1760-
"@typescript-eslint/experimental-utils" "4.22.0"
1761-
"@typescript-eslint/scope-manager" "4.22.0"
1760+
"@typescript-eslint/experimental-utils" "4.23.0"
1761+
"@typescript-eslint/scope-manager" "4.23.0"
17621762
debug "^4.1.1"
17631763
functional-red-black-tree "^1.0.1"
17641764
lodash "^4.17.15"
17651765
regexpp "^3.0.0"
17661766
semver "^7.3.2"
17671767
tsutils "^3.17.1"
17681768

1769-
"@typescript-eslint/experimental-utils@4.22.0", "@typescript-eslint/experimental-utils@^4.21.0":
1770-
version "4.22.0"
1771-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
1772-
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
1769+
"@typescript-eslint/experimental-utils@4.23.0", "@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.21.0":
1770+
version "4.23.0"
1771+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.23.0.tgz#f2059434cd6e5672bfeab2fb03b7c0a20622266f"
1772+
integrity sha512-WAFNiTDnQfrF3Z2fQ05nmCgPsO5o790vOhmWKXbbYQTO9erE1/YsFot5/LnOUizLzU2eeuz6+U/81KV5/hFTGA==
17731773
dependencies:
17741774
"@types/json-schema" "^7.0.3"
1775-
"@typescript-eslint/scope-manager" "4.22.0"
1776-
"@typescript-eslint/types" "4.22.0"
1777-
"@typescript-eslint/typescript-estree" "4.22.0"
1778-
eslint-scope "^5.0.0"
1779-
eslint-utils "^2.0.0"
1780-
1781-
"@typescript-eslint/experimental-utils@^4.0.1":
1782-
version "4.17.0"
1783-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
1784-
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
1785-
dependencies:
1786-
"@types/json-schema" "^7.0.3"
1787-
"@typescript-eslint/scope-manager" "4.17.0"
1788-
"@typescript-eslint/types" "4.17.0"
1789-
"@typescript-eslint/typescript-estree" "4.17.0"
1775+
"@typescript-eslint/scope-manager" "4.23.0"
1776+
"@typescript-eslint/types" "4.23.0"
1777+
"@typescript-eslint/typescript-estree" "4.23.0"
17901778
eslint-scope "^5.0.0"
17911779
eslint-utils "^2.0.0"
17921780

@@ -1800,14 +1788,6 @@
18001788
"@typescript-eslint/typescript-estree" "4.22.0"
18011789
debug "^4.1.1"
18021790

1803-
"@typescript-eslint/[email protected]":
1804-
version "4.17.0"
1805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
1806-
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
1807-
dependencies:
1808-
"@typescript-eslint/types" "4.17.0"
1809-
"@typescript-eslint/visitor-keys" "4.17.0"
1810-
18111791
"@typescript-eslint/[email protected]":
18121792
version "4.22.0"
18131793
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
@@ -1816,28 +1796,23 @@
18161796
"@typescript-eslint/types" "4.22.0"
18171797
"@typescript-eslint/visitor-keys" "4.22.0"
18181798

1819-
"@typescript-eslint/[email protected]":
1820-
version "4.17.0"
1821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
1822-
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
1799+
"@typescript-eslint/[email protected]":
1800+
version "4.23.0"
1801+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.23.0.tgz#8792ef7eacac122e2ec8fa2d30a59b8d9a1f1ce4"
1802+
integrity sha512-ZZ21PCFxPhI3n0wuqEJK9omkw51wi2bmeKJvlRZPH5YFkcawKOuRMQMnI8mH6Vo0/DoHSeZJnHiIx84LmVQY+w==
1803+
dependencies:
1804+
"@typescript-eslint/types" "4.23.0"
1805+
"@typescript-eslint/visitor-keys" "4.23.0"
18231806

18241807
"@typescript-eslint/[email protected]":
18251808
version "4.22.0"
18261809
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
18271810
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
18281811

1829-
"@typescript-eslint/[email protected]":
1830-
version "4.17.0"
1831-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
1832-
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
1833-
dependencies:
1834-
"@typescript-eslint/types" "4.17.0"
1835-
"@typescript-eslint/visitor-keys" "4.17.0"
1836-
debug "^4.1.1"
1837-
globby "^11.0.1"
1838-
is-glob "^4.0.1"
1839-
semver "^7.3.2"
1840-
tsutils "^3.17.1"
1812+
"@typescript-eslint/[email protected]":
1813+
version "4.23.0"
1814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
1815+
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
18411816

18421817
"@typescript-eslint/[email protected]":
18431818
version "4.22.0"
@@ -1852,13 +1827,18 @@
18521827
semver "^7.3.2"
18531828
tsutils "^3.17.1"
18541829

1855-
"@typescript-eslint/visitor-keys@4.17.0":
1856-
version "4.17.0"
1857-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
1858-
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
1830+
"@typescript-eslint/typescript-estree@4.23.0":
1831+
version "4.23.0"
1832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
1833+
integrity sha512-5Sty6zPEVZF5fbvrZczfmLCOcby3sfrSPu30qKoY1U3mca5/jvU5cwsPb/CO6Q3ByRjixTMIVsDkqwIxCf/dMw==
18591834
dependencies:
1860-
"@typescript-eslint/types" "4.17.0"
1861-
eslint-visitor-keys "^2.0.0"
1835+
"@typescript-eslint/types" "4.23.0"
1836+
"@typescript-eslint/visitor-keys" "4.23.0"
1837+
debug "^4.1.1"
1838+
globby "^11.0.1"
1839+
is-glob "^4.0.1"
1840+
semver "^7.3.2"
1841+
tsutils "^3.17.1"
18621842

18631843
"@typescript-eslint/[email protected]":
18641844
version "4.22.0"
@@ -1868,6 +1848,14 @@
18681848
"@typescript-eslint/types" "4.22.0"
18691849
eslint-visitor-keys "^2.0.0"
18701850

1851+
"@typescript-eslint/[email protected]":
1852+
version "4.23.0"
1853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"
1854+
integrity sha512-5PNe5cmX9pSifit0H+nPoQBXdbNzi5tOEec+3riK+ku4e3er37pKxMKDH5Ct5Y4fhWxcD4spnlYjxi9vXbSpwg==
1855+
dependencies:
1856+
"@typescript-eslint/types" "4.23.0"
1857+
eslint-visitor-keys "^2.0.0"
1858+
18711859
"@webassemblyjs/[email protected]":
18721860
version "1.11.0"
18731861
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f"

0 commit comments

Comments
 (0)