Skip to content

Commit e6f44c4

Browse files
committed
Update dependency eslint to v8.4.0
1 parent 8b04cc9 commit e6f44c4

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"ember-truth-helpers": "3.0.0",
110110
"ember-web-app": "5.0.1",
111111
"ember-window-mock": "0.7.2",
112-
"eslint": "8.3.0",
112+
"eslint": "8.4.0",
113113
"eslint-config-prettier": "8.3.0",
114114
"eslint-plugin-ember": "10.5.8",
115115
"eslint-plugin-ember-concurrency": "0.5.1",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,14 +1419,14 @@
14191419
terser "^5.7.0"
14201420
thread-loader "^3.0.4"
14211421

1422-
"@eslint/eslintrc@^1.0.4":
1423-
version "1.0.4"
1424-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.4.tgz#dfe0ff7ba270848d10c5add0715e04964c034b31"
1425-
integrity sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==
1422+
"@eslint/eslintrc@^1.0.5":
1423+
version "1.0.5"
1424+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.5.tgz#33f1b838dbf1f923bfa517e008362b78ddbbf318"
1425+
integrity sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==
14261426
dependencies:
14271427
ajv "^6.12.4"
14281428
debug "^4.3.2"
1429-
espree "^9.0.0"
1429+
espree "^9.2.0"
14301430
globals "^13.9.0"
14311431
ignore "^4.0.6"
14321432
import-fresh "^3.2.1"
@@ -1624,16 +1624,16 @@
16241624
resolved "https://registry.yarnpkg.com/@handlebars/parser/-/parser-1.1.0.tgz#d6dbc7574774b238114582410e8fee0dc3532bdf"
16251625
integrity sha512-rR7tJoSwJ2eooOpYGxGGW95sLq6GXUaS1UtWvN7pei6n2/okYvCGld9vsUTvkl2migxbkszsycwtMf/GEc1k1A==
16261626

1627-
"@humanwhocodes/config-array@^0.6.0":
1628-
version "0.6.0"
1629-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.6.0.tgz#b5621fdb3b32309d2d16575456cbc277fa8f021a"
1630-
integrity sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==
1627+
"@humanwhocodes/config-array@^0.9.2":
1628+
version "0.9.2"
1629+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.2.tgz#68be55c737023009dfc5fe245d51181bb6476914"
1630+
integrity sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==
16311631
dependencies:
1632-
"@humanwhocodes/object-schema" "^1.2.0"
1632+
"@humanwhocodes/object-schema" "^1.2.1"
16331633
debug "^4.1.1"
16341634
minimatch "^3.0.4"
16351635

1636-
"@humanwhocodes/object-schema@^1.2.0":
1636+
"@humanwhocodes/object-schema@^1.2.1":
16371637
version "1.2.1"
16381638
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
16391639
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
@@ -7412,13 +7412,13 @@ eslint-visitor-keys@^3.1.0:
74127412
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
74137413
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
74147414

7415-
eslint@8.3.0:
7416-
version "8.3.0"
7417-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.3.0.tgz#a3c2409507403c1c7f6c42926111d6cbefbc3e85"
7418-
integrity sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==
7415+
eslint@8.4.0:
7416+
version "8.4.0"
7417+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.4.0.tgz#2fa01b271cafc28addc2719e551acff5e89f5230"
7418+
integrity sha512-kv0XQcAQJL/VD9THQKhTQZVqkJKA+tIj/v2ZKNaIHRAADcJWFb+B/BAewUYuF6UVg1s2xC5qXVoDk0G8sKGeTA==
74197419
dependencies:
7420-
"@eslint/eslintrc" "^1.0.4"
7421-
"@humanwhocodes/config-array" "^0.6.0"
7420+
"@eslint/eslintrc" "^1.0.5"
7421+
"@humanwhocodes/config-array" "^0.9.2"
74227422
ajv "^6.10.0"
74237423
chalk "^4.0.0"
74247424
cross-spawn "^7.0.2"
@@ -7429,7 +7429,7 @@ eslint@8.3.0:
74297429
eslint-scope "^7.1.0"
74307430
eslint-utils "^3.0.0"
74317431
eslint-visitor-keys "^3.1.0"
7432-
espree "^9.1.0"
7432+
espree "^9.2.0"
74337433
esquery "^1.4.0"
74347434
esutils "^2.0.2"
74357435
fast-deep-equal "^3.1.3"
@@ -7461,10 +7461,10 @@ esm@^3.2.25, esm@^3.2.4:
74617461
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
74627462
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
74637463

7464-
espree@^9.0.0, espree@^9.1.0:
7465-
version "9.1.0"
7466-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.1.0.tgz#ba9d3c9b34eeae205724124e31de4543d59fbf74"
7467-
integrity sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==
7464+
espree@^9.2.0:
7465+
version "9.2.0"
7466+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.2.0.tgz#c50814e01611c2d0f8bd4daa83c369eabba80dbc"
7467+
integrity sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==
74687468
dependencies:
74697469
acorn "^8.6.0"
74707470
acorn-jsx "^5.3.1"

0 commit comments

Comments
 (0)