Skip to content

Commit 86f56c5

Browse files
dependabot[bot]czosel
authored andcommitted
chore(deps-dev): Bump eslint-plugin-import from 2.16.0 to 2.17.2 (#1039)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.16.0 to 2.17.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.16.0...v2.17.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 16773fb commit 86f56c5

2 files changed

Lines changed: 22 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"codecov": "3.3.0",
2121
"eslint": "5.15.1",
2222
"eslint-config-prettier": "4.1.0",
23-
"eslint-plugin-import": "2.16.0",
23+
"eslint-plugin-import": "2.17.2",
2424
"eslint-plugin-jest": "22.4.1",
2525
"eslint-plugin-prettier": "3.0.1",
2626
"jest": "24.7.1",

yarn.lock

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,14 @@ array-equal@^1.0.0:
10421042
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
10431043
integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
10441044

1045+
array-includes@^3.0.3:
1046+
version "3.0.3"
1047+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
1048+
integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
1049+
dependencies:
1050+
define-properties "^1.1.2"
1051+
es-abstract "^1.7.0"
1052+
10451053
array-unique@^0.3.2:
10461054
version "0.3.2"
10471055
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -1689,7 +1697,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
16891697
dependencies:
16901698
is-arrayish "^0.2.1"
16911699

1692-
es-abstract@^1.5.1:
1700+
es-abstract@^1.5.1, es-abstract@^1.7.0:
16931701
version "1.13.0"
16941702
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
16951703
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
@@ -1754,29 +1762,30 @@ eslint-import-resolver-node@^0.3.2:
17541762
debug "^2.6.9"
17551763
resolve "^1.5.0"
17561764

1757-
eslint-module-utils@^2.3.0:
1758-
version "2.3.0"
1759-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49"
1760-
integrity sha512-lmDJgeOOjk8hObTysjqH7wyMi+nsHwwvfBykwfhjR1LNdd7C2uFJBvx4OpWYpXOw4df1yE1cDEVd1yLHitk34w==
1765+
eslint-module-utils@^2.4.0:
1766+
version "2.4.0"
1767+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
1768+
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
17611769
dependencies:
17621770
debug "^2.6.8"
17631771
pkg-dir "^2.0.0"
17641772

1765-
eslint-plugin-import@2.16.0:
1766-
version "2.16.0"
1767-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
1768-
integrity sha512-z6oqWlf1x5GkHIFgrSvtmudnqM6Q60KM4KvpWi5ubonMjycLjndvd5+8VAZIsTlHC03djdgJuyKG6XO577px6A==
1773+
eslint-plugin-import@2.17.2:
1774+
version "2.17.2"
1775+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.2.tgz#d227d5c6dc67eca71eb590d2bb62fb38d86e9fcb"
1776+
integrity sha512-m+cSVxM7oLsIpmwNn2WXTJoReOF9f/CtLMo7qOVmKd1KntBy0hEcuNZ3erTmWjx+DxRO0Zcrm5KwAvI9wHcV5g==
17691777
dependencies:
1778+
array-includes "^3.0.3"
17701779
contains-path "^0.1.0"
17711780
debug "^2.6.9"
17721781
doctrine "1.5.0"
17731782
eslint-import-resolver-node "^0.3.2"
1774-
eslint-module-utils "^2.3.0"
1783+
eslint-module-utils "^2.4.0"
17751784
has "^1.0.3"
17761785
lodash "^4.17.11"
17771786
minimatch "^3.0.4"
17781787
read-pkg-up "^2.0.0"
1779-
resolve "^1.9.0"
1788+
resolve "^1.10.0"
17801789

17811790
eslint-plugin-jest@22.4.1:
17821791
version "22.4.1"
@@ -4207,7 +4216,7 @@ resolve@1.1.7:
42074216
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
42084217
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
42094218

4210-
resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.9.0:
4219+
resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0:
42114220
version "1.10.0"
42124221
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
42134222
integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==

0 commit comments

Comments
 (0)