File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 37
37
"bob-the-bundler" : " 1.6.1" ,
38
38
"dedent" : " 0.7.0" ,
39
39
"enquirer" : " 2.3.6" ,
40
- "eslint" : " 8.12 .0" ,
40
+ "eslint" : " 8.13 .0" ,
41
41
"eslint-config-prettier" : " 8.5.0" ,
42
42
"eslint-config-standard" : " 16.0.3" ,
43
43
"eslint-plugin-eslint-plugin" : " 4.1.0" ,
Original file line number Diff line number Diff line change 3386
3386
text-table "^0.2.0"
3387
3387
v8-compile-cache "^2.0.3"
3388
3388
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
+
3389
3430
espree@^9.3.1 :
3390
3431
version "9.3.1"
3391
3432
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
You can’t perform that action at this time.
0 commit comments