Skip to content

Commit 017e05a

Browse files
authored
Merge pull request #1466 from ember-cli/dependabot/npm_and_yarn/eslint-plugin-import-2.26.0
build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0
2 parents 6ee656d + 4f5e1db commit 017e05a

File tree

1 file changed

+43
-30
lines changed

1 file changed

+43
-30
lines changed

yarn.lock

Lines changed: 43 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,10 +2257,10 @@ eslint-import-resolver-node@^0.3.6:
22572257
debug "^3.2.7"
22582258
resolve "^1.20.0"
22592259

2260-
eslint-module-utils@^2.7.2:
2261-
version "2.7.2"
2262-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
2263-
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
2260+
eslint-module-utils@^2.7.3:
2261+
version "2.7.3"
2262+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
2263+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
22642264
dependencies:
22652265
debug "^3.2.7"
22662266
find-up "^2.1.0"
@@ -2299,23 +2299,23 @@ eslint-plugin-filenames@^1.3.2:
22992299
lodash.upperfirst "4.3.1"
23002300

23012301
eslint-plugin-import@^2.22.0:
2302-
version "2.25.4"
2303-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
2304-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
2302+
version "2.26.0"
2303+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
2304+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
23052305
dependencies:
23062306
array-includes "^3.1.4"
23072307
array.prototype.flat "^1.2.5"
23082308
debug "^2.6.9"
23092309
doctrine "^2.1.0"
23102310
eslint-import-resolver-node "^0.3.6"
2311-
eslint-module-utils "^2.7.2"
2311+
eslint-module-utils "^2.7.3"
23122312
has "^1.0.3"
2313-
is-core-module "^2.8.0"
2313+
is-core-module "^2.8.1"
23142314
is-glob "^4.0.3"
2315-
minimatch "^3.0.4"
2315+
minimatch "^3.1.2"
23162316
object.values "^1.1.5"
2317-
resolve "^1.20.0"
2318-
tsconfig-paths "^3.12.0"
2317+
resolve "^1.22.0"
2318+
tsconfig-paths "^3.14.1"
23192319

23202320
eslint-plugin-jest@^24.5.2:
23212321
version "24.5.2"
@@ -3244,10 +3244,10 @@ is-ci@^2.0.0:
32443244
dependencies:
32453245
ci-info "^2.0.0"
32463246

3247-
is-core-module@^2.2.0, is-core-module@^2.8.0:
3248-
version "2.8.0"
3249-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
3250-
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
3247+
is-core-module@^2.8.1:
3248+
version "2.8.1"
3249+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
3250+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
32513251
dependencies:
32523252
has "^1.0.3"
32533253

@@ -4433,7 +4433,14 @@ min-indent@^1.0.0:
44334433
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
44344434
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
44354435

4436-
minimatch@^3.0.4, minimatch@~3.0.4:
4436+
minimatch@^3.0.4, minimatch@^3.1.2:
4437+
version "3.1.2"
4438+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4439+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4440+
dependencies:
4441+
brace-expansion "^1.1.7"
4442+
4443+
minimatch@~3.0.4:
44374444
version "3.0.4"
44384445
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
44394446
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -4449,7 +4456,7 @@ minimist-options@^4.0.2:
44494456
is-plain-obj "^1.1.0"
44504457
kind-of "^6.0.3"
44514458

4452-
minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5:
4459+
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@~1.2.5:
44534460
version "1.2.6"
44544461
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
44554462
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
@@ -4977,7 +4984,7 @@ path-key@^3.0.0, path-key@^3.1.0:
49774984
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
49784985
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
49794986

4980-
path-parse@^1.0.6:
4987+
path-parse@^1.0.7:
49814988
version "1.0.7"
49824989
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
49834990
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -5393,13 +5400,14 @@ resolve.exports@^1.1.0:
53935400
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
53945401
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
53955402

5396-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.17.0, resolve@^1.20.0:
5397-
version "1.20.0"
5398-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
5399-
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
5403+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.0:
5404+
version "1.22.0"
5405+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
5406+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
54005407
dependencies:
5401-
is-core-module "^2.2.0"
5402-
path-parse "^1.0.6"
5408+
is-core-module "^2.8.1"
5409+
path-parse "^1.0.7"
5410+
supports-preserve-symlinks-flag "^1.0.0"
54035411

54045412
responselike@^1.0.2:
54055413
version "1.0.2"
@@ -5875,6 +5883,11 @@ supports-hyperlinks@^2.0.0:
58755883
has-flag "^4.0.0"
58765884
supports-color "^7.0.0"
58775885

5886+
supports-preserve-symlinks-flag@^1.0.0:
5887+
version "1.0.0"
5888+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
5889+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
5890+
58785891
symbol-tree@^3.2.4:
58795892
version "3.2.4"
58805893
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
@@ -6012,14 +6025,14 @@ trim-newlines@^3.0.0:
60126025
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
60136026
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
60146027

6015-
tsconfig-paths@^3.12.0:
6016-
version "3.12.0"
6017-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
6018-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
6028+
tsconfig-paths@^3.14.1:
6029+
version "3.14.1"
6030+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
6031+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
60196032
dependencies:
60206033
"@types/json5" "^0.0.29"
60216034
json5 "^1.0.1"
6022-
minimist "^1.2.0"
6035+
minimist "^1.2.6"
60236036
strip-bom "^3.0.0"
60246037

60256038
tslib@^1.8.1:

0 commit comments

Comments
 (0)