Skip to content

Commit cf1737b

Browse files
Bump eslint-plugin-import from 2.16.0 to 2.17.2 in /frontend
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] <[email protected]>
1 parent d827cc3 commit cf1737b

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"enzyme-adapter-react-16": "^1.12.1",
3838
"eslint-config-airbnb-base": "^13.1.0",
3939
"eslint-config-prettier": "^4.1.0",
40-
"eslint-plugin-import": "^2.16.0",
40+
"eslint-plugin-import": "^2.17.2",
4141
"eslint-plugin-jest": "^22.4.1",
4242
"eslint-plugin-prettier": "^3.0.1",
4343
"eslint-plugin-react": "^7.12.4",

frontend/yarn.lock

+13-19
Original file line numberDiff line numberDiff line change
@@ -3155,14 +3155,7 @@ [email protected], debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.
31553155
dependencies:
31563156
ms "2.0.0"
31573157

3158-
debug@^3.1.0:
3159-
version "3.1.0"
3160-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3161-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3162-
dependencies:
3163-
ms "2.0.0"
3164-
3165-
debug@^3.2.5:
3158+
debug@^3.1.0, debug@^3.2.5:
31663159
version "3.2.6"
31673160
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
31683161
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -3766,10 +3759,10 @@ [email protected]:
37663759
object-hash "^1.1.4"
37673760
rimraf "^2.6.1"
37683761

3769-
eslint-module-utils@^2.2.0, eslint-module-utils@^2.3.0:
3770-
version "2.3.0"
3771-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49"
3772-
integrity sha512-lmDJgeOOjk8hObTysjqH7wyMi+nsHwwvfBykwfhjR1LNdd7C2uFJBvx4OpWYpXOw4df1yE1cDEVd1yLHitk34w==
3762+
eslint-module-utils@^2.2.0, eslint-module-utils@^2.4.0:
3763+
version "2.4.0"
3764+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
3765+
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
37733766
dependencies:
37743767
debug "^2.6.8"
37753768
pkg-dir "^2.0.0"
@@ -3797,21 +3790,22 @@ [email protected]:
37973790
read-pkg-up "^2.0.0"
37983791
resolve "^1.6.0"
37993792

3800-
eslint-plugin-import@^2.16.0:
3801-
version "2.16.0"
3802-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
3803-
integrity sha512-z6oqWlf1x5GkHIFgrSvtmudnqM6Q60KM4KvpWi5ubonMjycLjndvd5+8VAZIsTlHC03djdgJuyKG6XO577px6A==
3793+
eslint-plugin-import@^2.17.2:
3794+
version "2.17.2"
3795+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.2.tgz#d227d5c6dc67eca71eb590d2bb62fb38d86e9fcb"
3796+
integrity sha512-m+cSVxM7oLsIpmwNn2WXTJoReOF9f/CtLMo7qOVmKd1KntBy0hEcuNZ3erTmWjx+DxRO0Zcrm5KwAvI9wHcV5g==
38043797
dependencies:
3798+
array-includes "^3.0.3"
38053799
contains-path "^0.1.0"
38063800
debug "^2.6.9"
38073801
doctrine "1.5.0"
38083802
eslint-import-resolver-node "^0.3.2"
3809-
eslint-module-utils "^2.3.0"
3803+
eslint-module-utils "^2.4.0"
38103804
has "^1.0.3"
38113805
lodash "^4.17.11"
38123806
minimatch "^3.0.4"
38133807
read-pkg-up "^2.0.0"
3814-
resolve "^1.9.0"
3808+
resolve "^1.10.0"
38153809

38163810
eslint-plugin-jest@^22.4.1:
38173811
version "22.4.1"
@@ -9324,7 +9318,7 @@ [email protected]:
93249318
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
93259319
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
93269320

9327-
[email protected], resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0, resolve@^1.8.1, resolve@^1.9.0:
9321+
[email protected], resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0, resolve@^1.8.1, resolve@^1.9.0:
93289322
version "1.10.0"
93299323
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
93309324
integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==

0 commit comments

Comments
 (0)