Skip to content

Commit 892b244

Browse files
chore(deps): update dependency eslint to v8.13.0 (#1026)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5fb9f56 commit 892b244

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"bob-the-bundler": "1.6.1",
3838
"dedent": "0.7.0",
3939
"enquirer": "2.3.6",
40-
"eslint": "8.12.0",
40+
"eslint": "8.13.0",
4141
"eslint-config-prettier": "8.5.0",
4242
"eslint-config-standard": "16.0.3",
4343
"eslint-plugin-eslint-plugin": "4.1.0",

yarn.lock

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3386,6 +3386,47 @@ [email protected]:
33863386
text-table "^0.2.0"
33873387
v8-compile-cache "^2.0.3"
33883388

3389+
3390+
version "8.13.0"
3391+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
3392+
integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==
3393+
dependencies:
3394+
"@eslint/eslintrc" "^1.2.1"
3395+
"@humanwhocodes/config-array" "^0.9.2"
3396+
ajv "^6.10.0"
3397+
chalk "^4.0.0"
3398+
cross-spawn "^7.0.2"
3399+
debug "^4.3.2"
3400+
doctrine "^3.0.0"
3401+
escape-string-regexp "^4.0.0"
3402+
eslint-scope "^7.1.1"
3403+
eslint-utils "^3.0.0"
3404+
eslint-visitor-keys "^3.3.0"
3405+
espree "^9.3.1"
3406+
esquery "^1.4.0"
3407+
esutils "^2.0.2"
3408+
fast-deep-equal "^3.1.3"
3409+
file-entry-cache "^6.0.1"
3410+
functional-red-black-tree "^1.0.1"
3411+
glob-parent "^6.0.1"
3412+
globals "^13.6.0"
3413+
ignore "^5.2.0"
3414+
import-fresh "^3.0.0"
3415+
imurmurhash "^0.1.4"
3416+
is-glob "^4.0.0"
3417+
js-yaml "^4.1.0"
3418+
json-stable-stringify-without-jsonify "^1.0.1"
3419+
levn "^0.4.1"
3420+
lodash.merge "^4.6.2"
3421+
minimatch "^3.0.4"
3422+
natural-compare "^1.4.0"
3423+
optionator "^0.9.1"
3424+
regexpp "^3.2.0"
3425+
strip-ansi "^6.0.1"
3426+
strip-json-comments "^3.1.0"
3427+
text-table "^0.2.0"
3428+
v8-compile-cache "^2.0.3"
3429+
33893430
espree@^9.3.1:
33903431
version "9.3.1"
33913432
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"

0 commit comments

Comments
 (0)