Skip to content

Commit 5262bda

Browse files
committed
chore(deps): update dependency eslint to v8.30.0
1 parent e3f19eb commit 5262bda

File tree

3 files changed

+73
-73
lines changed

3 files changed

+73
-73
lines changed

package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "18.11.16",
3737
"@typescript-eslint/eslint-plugin": "5.46.1",
3838
"@typescript-eslint/parser": "5.46.1",
39-
"eslint": "8.29.0",
39+
"eslint": "8.30.0",
4040
"eslint-config-prettier": "8.5.0",
4141
"eslint-plugin-import": "2.26.0",
4242
"husky": "8.0.2",

yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -528,29 +528,29 @@
528528
dependencies:
529529
"@jridgewell/trace-mapping" "0.3.9"
530530

531-
"@eslint/eslintrc@^1.3.3":
532-
version "1.3.3"
533-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz"
534-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
531+
"@eslint/eslintrc@^1.4.0":
532+
version "1.4.0"
533+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.0.tgz"
534+
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
535535
dependencies:
536536
ajv "^6.12.4"
537537
debug "^4.3.2"
538538
espree "^9.4.0"
539-
globals "^13.15.0"
539+
globals "^13.19.0"
540540
ignore "^5.2.0"
541541
import-fresh "^3.2.1"
542542
js-yaml "^4.1.0"
543543
minimatch "^3.1.2"
544544
strip-json-comments "^3.1.1"
545545

546-
"@humanwhocodes/config-array@^0.11.6":
547-
version "0.11.6"
548-
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz"
549-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
546+
"@humanwhocodes/config-array@^0.11.8":
547+
version "0.11.8"
548+
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz"
549+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
550550
dependencies:
551551
"@humanwhocodes/object-schema" "^1.2.1"
552552
debug "^4.1.1"
553-
minimatch "^3.0.4"
553+
minimatch "^3.0.5"
554554

555555
"@humanwhocodes/module-importer@^1.0.1":
556556
version "1.0.1"
@@ -2484,13 +2484,13 @@ eslint-visitor-keys@^3.3.0:
24842484
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz"
24852485
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
24862486

2487-
eslint@8.29.0:
2488-
version "8.29.0"
2489-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz"
2490-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
2487+
eslint@8.30.0:
2488+
version "8.30.0"
2489+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz"
2490+
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
24912491
dependencies:
2492-
"@eslint/eslintrc" "^1.3.3"
2493-
"@humanwhocodes/config-array" "^0.11.6"
2492+
"@eslint/eslintrc" "^1.4.0"
2493+
"@humanwhocodes/config-array" "^0.11.8"
24942494
"@humanwhocodes/module-importer" "^1.0.1"
24952495
"@nodelib/fs.walk" "^1.2.8"
24962496
ajv "^6.10.0"
@@ -2509,7 +2509,7 @@ eslint@8.29.0:
25092509
file-entry-cache "^6.0.1"
25102510
find-up "^5.0.0"
25112511
glob-parent "^6.0.2"
2512-
globals "^13.15.0"
2512+
globals "^13.19.0"
25132513
grapheme-splitter "^1.0.4"
25142514
ignore "^5.2.0"
25152515
import-fresh "^3.0.0"
@@ -2530,9 +2530,9 @@ eslint@8.29.0:
25302530
text-table "^0.2.0"
25312531

25322532
espree@^9.4.0:
2533-
version "9.4.0"
2534-
resolved "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz"
2535-
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
2533+
version "9.4.1"
2534+
resolved "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz"
2535+
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
25362536
dependencies:
25372537
acorn "^8.8.0"
25382538
acorn-jsx "^5.3.2"
@@ -2953,10 +2953,10 @@ globals@^11.1.0:
29532953
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
29542954
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
29552955

2956-
globals@^13.15.0:
2957-
version "13.17.0"
2958-
resolved "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz"
2959-
integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==
2956+
globals@^13.19.0:
2957+
version "13.19.0"
2958+
resolved "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz"
2959+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
29602960
dependencies:
29612961
type-fest "^0.20.2"
29622962

@@ -4458,7 +4458,7 @@ min-indent@^1.0.0:
44584458
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
44594459
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
44604460

4461-
minimatch@^3.0.4, minimatch@^3.1.2:
4461+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
44624462
version "3.1.2"
44634463
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
44644464
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)