Skip to content

Commit 65ba0b4

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to v8.16.0
1 parent 6c72dc7 commit 65ba0b4

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"axios": "0.27.2",
5353
"concurrently": "7.2.0",
5454
"conventional-changelog-conventionalcommits": "4.6.3",
55-
"eslint": "8.15.0",
55+
"eslint": "8.16.0",
5656
"eslint-config-prettier": "8.5.0",
5757
"eslint-plugin-prettier": "4.0.0",
5858
"jest": "28.1.0",

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -631,15 +631,15 @@
631631
minimatch "^3.0.4"
632632
strip-json-comments "^3.1.1"
633633

634-
"@eslint/eslintrc@^1.2.3":
635-
version "1.2.3"
636-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
637-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
634+
"@eslint/eslintrc@^1.3.0":
635+
version "1.3.0"
636+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
637+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
638638
dependencies:
639639
ajv "^6.12.4"
640640
debug "^4.3.2"
641641
espree "^9.3.2"
642-
globals "^13.9.0"
642+
globals "^13.15.0"
643643
ignore "^5.2.0"
644644
import-fresh "^3.2.1"
645645
js-yaml "^4.1.0"
@@ -2505,12 +2505,12 @@ eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0:
25052505
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
25062506
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
25072507

2508-
eslint@8.15.0:
2509-
version "8.15.0"
2510-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
2511-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
2508+
eslint@8.16.0:
2509+
version "8.16.0"
2510+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
2511+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
25122512
dependencies:
2513-
"@eslint/eslintrc" "^1.2.3"
2513+
"@eslint/eslintrc" "^1.3.0"
25142514
"@humanwhocodes/config-array" "^0.9.2"
25152515
ajv "^6.10.0"
25162516
chalk "^4.0.0"
@@ -2528,7 +2528,7 @@ [email protected]:
25282528
file-entry-cache "^6.0.1"
25292529
functional-red-black-tree "^1.0.1"
25302530
glob-parent "^6.0.1"
2531-
globals "^13.6.0"
2531+
globals "^13.15.0"
25322532
ignore "^5.2.0"
25332533
import-fresh "^3.0.0"
25342534
imurmurhash "^0.1.4"
@@ -2914,6 +2914,13 @@ globals@^11.1.0:
29142914
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
29152915
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
29162916

2917+
globals@^13.15.0:
2918+
version "13.15.0"
2919+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
2920+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
2921+
dependencies:
2922+
type-fest "^0.20.2"
2923+
29172924
globals@^13.6.0, globals@^13.9.0:
29182925
version "13.12.0"
29192926
resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"

0 commit comments

Comments
 (0)