Skip to content

Commit d46706a

Browse files
fix(deps): update dependency eslint to v8.3.0 (#415)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c76d446 commit d46706a

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@typescript-eslint/eslint-plugin": "5.4.0",
88
"@typescript-eslint/parser": "5.4.0",
9-
"eslint": "8.2.0",
9+
"eslint": "8.3.0",
1010
"eslint-config-airbnb": "19.0.0",
1111
"eslint-config-prettier": "8.3.0",
1212
"eslint-config-xo": "0.39.0",

yarn.lock

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,11 @@ acorn@^8.5.0:
603603
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
604604
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
605605

606+
acorn@^8.6.0:
607+
version "8.6.0"
608+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
609+
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
610+
606611
agent-base@6:
607612
version "6.0.0"
608613
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.0.tgz#5d0101f19bbfaed39980b22ae866de153b93f09a"
@@ -1809,10 +1814,10 @@ eslint-scope@^5.1.1:
18091814
esrecurse "^4.3.0"
18101815
estraverse "^4.1.1"
18111816

1812-
eslint-scope@^6.0.0:
1813-
version "6.0.0"
1814-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-6.0.0.tgz#9cf45b13c5ac8f3d4c50f46a5121f61b3e318978"
1815-
integrity sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==
1817+
eslint-scope@^7.1.0:
1818+
version "7.1.0"
1819+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.0.tgz#c1f6ea30ac583031f203d65c73e723b01298f153"
1820+
integrity sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==
18161821
dependencies:
18171822
esrecurse "^4.3.0"
18181823
estraverse "^5.2.0"
@@ -1834,10 +1839,15 @@ eslint-visitor-keys@^3.0.0:
18341839
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
18351840
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
18361841

1837-
1838-
version "8.2.0"
1839-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.2.0.tgz#44d3fb506d0f866a506d97a0fc0e90ee6d06a815"
1840-
integrity sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==
1842+
eslint-visitor-keys@^3.1.0:
1843+
version "3.1.0"
1844+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
1845+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
1846+
1847+
1848+
version "8.3.0"
1849+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.3.0.tgz#a3c2409507403c1c7f6c42926111d6cbefbc3e85"
1850+
integrity sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==
18411851
dependencies:
18421852
"@eslint/eslintrc" "^1.0.4"
18431853
"@humanwhocodes/config-array" "^0.6.0"
@@ -1848,10 +1858,10 @@ [email protected]:
18481858
doctrine "^3.0.0"
18491859
enquirer "^2.3.5"
18501860
escape-string-regexp "^4.0.0"
1851-
eslint-scope "^6.0.0"
1861+
eslint-scope "^7.1.0"
18521862
eslint-utils "^3.0.0"
1853-
eslint-visitor-keys "^3.0.0"
1854-
espree "^9.0.0"
1863+
eslint-visitor-keys "^3.1.0"
1864+
espree "^9.1.0"
18551865
esquery "^1.4.0"
18561866
esutils "^2.0.2"
18571867
fast-deep-equal "^3.1.3"
@@ -1887,6 +1897,15 @@ espree@^9.0.0:
18871897
acorn-jsx "^5.3.1"
18881898
eslint-visitor-keys "^3.0.0"
18891899

1900+
espree@^9.1.0:
1901+
version "9.1.0"
1902+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.1.0.tgz#ba9d3c9b34eeae205724124e31de4543d59fbf74"
1903+
integrity sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==
1904+
dependencies:
1905+
acorn "^8.6.0"
1906+
acorn-jsx "^5.3.1"
1907+
eslint-visitor-keys "^3.1.0"
1908+
18901909
esprima@~4.0.0:
18911910
version "4.0.1"
18921911
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"

0 commit comments

Comments
 (0)