Skip to content

Commit 587ecef

Browse files
Update dependency eslint to v8.16.0 (#4827)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 971e9fe commit 587ecef

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"ember-truth-helpers": "3.0.0",
111111
"ember-web-app": "5.0.1",
112112
"ember-window-mock": "0.8.1",
113-
"eslint": "8.15.0",
113+
"eslint": "8.16.0",
114114
"eslint-config-prettier": "8.5.0",
115115
"eslint-plugin-ember": "10.6.1",
116116
"eslint-plugin-ember-concurrency": "0.5.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,15 +1377,15 @@
13771377
terser "^5.7.0"
13781378
thread-loader "^3.0.4"
13791379

1380-
"@eslint/eslintrc@^1.2.3":
1381-
version "1.2.3"
1382-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1383-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
1380+
"@eslint/eslintrc@^1.3.0":
1381+
version "1.3.0"
1382+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1383+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
13841384
dependencies:
13851385
ajv "^6.12.4"
13861386
debug "^4.3.2"
13871387
espree "^9.3.2"
1388-
globals "^13.9.0"
1388+
globals "^13.15.0"
13891389
ignore "^5.2.0"
13901390
import-fresh "^3.2.1"
13911391
js-yaml "^4.1.0"
@@ -7293,12 +7293,12 @@ eslint-visitor-keys@^3.3.0:
72937293
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
72947294
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
72957295

7296-
eslint@8.15.0:
7297-
version "8.15.0"
7298-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
7299-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
7296+
eslint@8.16.0:
7297+
version "8.16.0"
7298+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
7299+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
73007300
dependencies:
7301-
"@eslint/eslintrc" "^1.2.3"
7301+
"@eslint/eslintrc" "^1.3.0"
73027302
"@humanwhocodes/config-array" "^0.9.2"
73037303
ajv "^6.10.0"
73047304
chalk "^4.0.0"
@@ -7316,7 +7316,7 @@ [email protected]:
73167316
file-entry-cache "^6.0.1"
73177317
functional-red-black-tree "^1.0.1"
73187318
glob-parent "^6.0.1"
7319-
globals "^13.6.0"
7319+
globals "^13.15.0"
73207320
ignore "^5.2.0"
73217321
import-fresh "^3.0.0"
73227322
imurmurhash "^0.1.4"
@@ -8427,10 +8427,10 @@ globals@^11.1.0:
84278427
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
84288428
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
84298429

8430-
globals@^13.6.0, globals@^13.9.0:
8431-
version "13.14.0"
8432-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.14.0.tgz#daf3ff9b4336527cf56e98330b6f64bea9aff9df"
8433-
integrity sha512-ERO68sOYwm5UuLvSJTY7w7NP2c8S4UcXs3X1GBX8cwOr+ShOcDBbCY5mH4zxz0jsYCdJ8ve8Mv9n2YGJMB1aeg==
8430+
globals@^13.15.0:
8431+
version "13.15.0"
8432+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
8433+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
84348434
dependencies:
84358435
type-fest "^0.20.2"
84368436

0 commit comments

Comments
 (0)