Skip to content

Commit a23872e

Browse files
committed
Update dependency eslint to v8.16.0
1 parent ada84f4 commit a23872e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "12.20.52",
2121
"@typescript-eslint/eslint-plugin": "^5.23.0",
2222
"@typescript-eslint/parser": "^5.23.0",
23-
"eslint": "8.15.0",
23+
"eslint": "8.16.0",
2424
"eslint-config-prettier": "8.5.0",
2525
"eslint-plugin-jest": "26.2.2",
2626
"eslint-plugin-prettier": "^4.0.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -329,15 +329,15 @@
329329
exec-sh "^0.3.2"
330330
minimist "^1.2.0"
331331

332-
"@eslint/eslintrc@^1.2.3":
333-
version "1.2.3"
334-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
335-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
332+
"@eslint/eslintrc@^1.3.0":
333+
version "1.3.0"
334+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
335+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
336336
dependencies:
337337
ajv "^6.12.4"
338338
debug "^4.3.2"
339339
espree "^9.3.2"
340-
globals "^13.9.0"
340+
globals "^13.15.0"
341341
ignore "^5.2.0"
342342
import-fresh "^3.2.1"
343343
js-yaml "^4.1.0"
@@ -1321,12 +1321,12 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
13211321
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
13221322
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
13231323

1324-
eslint@8.15.0:
1325-
version "8.15.0"
1326-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
1327-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
1324+
eslint@8.16.0:
1325+
version "8.16.0"
1326+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
1327+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
13281328
dependencies:
1329-
"@eslint/eslintrc" "^1.2.3"
1329+
"@eslint/eslintrc" "^1.3.0"
13301330
"@humanwhocodes/config-array" "^0.9.2"
13311331
ajv "^6.10.0"
13321332
chalk "^4.0.0"
@@ -1344,7 +1344,7 @@ eslint@8.15.0:
13441344
file-entry-cache "^6.0.1"
13451345
functional-red-black-tree "^1.0.1"
13461346
glob-parent "^6.0.1"
1347-
globals "^13.6.0"
1347+
globals "^13.15.0"
13481348
ignore "^5.2.0"
13491349
import-fresh "^3.0.0"
13501350
imurmurhash "^0.1.4"
@@ -1609,7 +1609,7 @@ globals@^11.1.0:
16091609
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
16101610
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
16111611

1612-
globals@^13.6.0, globals@^13.9.0:
1612+
globals@^13.15.0:
16131613
version "13.15.0"
16141614
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
16151615
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==

0 commit comments

Comments
 (0)