Skip to content

Commit 07d8a67

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to v8.6.0
1 parent afff0ac commit 07d8a67

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@rollup/plugin-node-resolve": "13.1.2",
4545
"@typescript-eslint/eslint-plugin": "5.8.1",
4646
"@typescript-eslint/parser": "5.8.1",
47-
"eslint": "8.5.0",
47+
"eslint": "8.6.0",
4848
"eslint-config-prettier": "8.3.0",
4949
"eslint-plugin-functional": "4.0.2",
5050
"@types/jest": "27.4.0",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,6 +2042,11 @@ acorn@^8.2.4, acorn@^8.6.0:
20422042
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
20432043
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
20442044

2045+
acorn@^8.7.0:
2046+
version "8.7.0"
2047+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
2048+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
2049+
20452050
aes-js@3.0.0:
20462051
version "3.0.0"
20472052
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.0.0.tgz#e21df10ad6c2053295bcbb8dab40b09dbea87e4d"
@@ -2832,10 +2837,10 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0:
28322837
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
28332838
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
28342839

2835-
eslint@8.5.0:
2836-
version "8.5.0"
2837-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.5.0.tgz#ddd2c1afd8f412036f87ae2a063d2aa296d3175f"
2838-
integrity sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==
2840+
eslint@8.6.0:
2841+
version "8.6.0"
2842+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
2843+
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
28392844
dependencies:
28402845
"@eslint/eslintrc" "^1.0.5"
28412846
"@humanwhocodes/config-array" "^0.9.2"
@@ -2849,7 +2854,7 @@ eslint@8.5.0:
28492854
eslint-scope "^7.1.0"
28502855
eslint-utils "^3.0.0"
28512856
eslint-visitor-keys "^3.1.0"
2852-
espree "^9.2.0"
2857+
espree "^9.3.0"
28532858
esquery "^1.4.0"
28542859
esutils "^2.0.2"
28552860
fast-deep-equal "^3.1.3"
@@ -2885,6 +2890,15 @@ espree@^9.2.0:
28852890
acorn-jsx "^5.3.1"
28862891
eslint-visitor-keys "^3.1.0"
28872892

2893+
espree@^9.3.0:
2894+
version "9.3.0"
2895+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.0.tgz#c1240d79183b72aaee6ccfa5a90bc9111df085a8"
2896+
integrity sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==
2897+
dependencies:
2898+
acorn "^8.7.0"
2899+
acorn-jsx "^5.3.1"
2900+
eslint-visitor-keys "^3.1.0"
2901+
28882902
esprima@^4.0.0, esprima@^4.0.1:
28892903
version "4.0.1"
28902904
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"

0 commit comments

Comments
 (0)