Skip to content

Commit 572ed53

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump eslint-plugin-import from 2.22.1 to 2.23.4
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.4. - [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.22.1...v2.23.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36efad2 commit 572ed53

File tree

2 files changed

+62
-89
lines changed

2 files changed

+62
-89
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint": "^7.28.0",
6868
"eslint-config-airbnb-typescript": "^12.3.1",
6969
"eslint-config-prettier": "^8.3.0",
70-
"eslint-plugin-import": "^2.20.0",
70+
"eslint-plugin-import": "^2.23.4",
7171
"eslint-plugin-jest": "^24.3.6",
7272
"eslint-plugin-jsx-a11y": "^6.4.1",
7373
"eslint-plugin-prettier": "^3.4.0",

yarn.lock

Lines changed: 61 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,13 +2190,14 @@ array-unique@^0.3.2:
21902190
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
21912191
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
21922192

2193-
array.prototype.flat@^1.2.3:
2194-
version "1.2.3"
2195-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
2196-
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
2193+
array.prototype.flat@^1.2.4:
2194+
version "1.2.4"
2195+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
2196+
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
21972197
dependencies:
2198+
call-bind "^1.0.0"
21982199
define-properties "^1.1.3"
2199-
es-abstract "^1.17.0-next.1"
2200+
es-abstract "^1.18.0-next.1"
22002201

22012202
array.prototype.flatmap@^1.2.4:
22022203
version "1.2.4"
@@ -3019,11 +3020,6 @@ constants-browserify@^1.0.0:
30193020
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
30203021
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
30213022

3022-
contains-path@^0.1.0:
3023-
version "0.1.0"
3024-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
3025-
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
3026-
30273023
conventional-changelog-angular@^5.0.11:
30283024
version "5.0.12"
30293025
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz#c979b8b921cbfe26402eb3da5bbfda02d865a2b9"
@@ -3258,6 +3254,13 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
32583254
dependencies:
32593255
ms "2.0.0"
32603256

3257+
debug@^3.2.7:
3258+
version "3.2.7"
3259+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
3260+
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
3261+
dependencies:
3262+
ms "^2.1.1"
3263+
32613264
decamelize-keys@^1.0.0:
32623265
version "1.1.0"
32633266
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -3391,14 +3394,6 @@ doctoc@^2.0.0:
33913394
underscore "~1.10.2"
33923395
update-section "~0.3.3"
33933396

3394-
3395-
version "1.5.0"
3396-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
3397-
integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=
3398-
dependencies:
3399-
esutils "^2.0.2"
3400-
isarray "^1.0.0"
3401-
34023397
doctrine@^2.1.0:
34033398
version "2.1.0"
34043399
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -3553,7 +3548,7 @@ entities@^2.0.0:
35533548
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
35543549
integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==
35553550

3556-
error-ex@^1.2.0, error-ex@^1.3.1:
3551+
error-ex@^1.3.1:
35573552
version "1.3.2"
35583553
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
35593554
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
@@ -3783,12 +3778,12 @@ eslint-import-resolver-webpack@^0.13.0:
37833778
resolve "^1.13.1"
37843779
semver "^5.7.1"
37853780

3786-
eslint-module-utils@^2.6.0:
3787-
version "2.6.0"
3788-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
3789-
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
3781+
eslint-module-utils@^2.6.1:
3782+
version "2.6.1"
3783+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
3784+
integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
37903785
dependencies:
3791-
debug "^2.6.9"
3786+
debug "^3.2.7"
37923787
pkg-dir "^2.0.0"
37933788

37943789
eslint-plugin-babel@^5.3.1:
@@ -3798,23 +3793,25 @@ eslint-plugin-babel@^5.3.1:
37983793
dependencies:
37993794
eslint-rule-composer "^0.3.0"
38003795

3801-
eslint-plugin-import@^2.20.0, eslint-plugin-import@^2.22.1:
3802-
version "2.22.1"
3803-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
3804-
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
3796+
eslint-plugin-import@^2.22.1, eslint-plugin-import@^2.23.4:
3797+
version "2.23.4"
3798+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
3799+
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
38053800
dependencies:
3806-
array-includes "^3.1.1"
3807-
array.prototype.flat "^1.2.3"
3808-
contains-path "^0.1.0"
3801+
array-includes "^3.1.3"
3802+
array.prototype.flat "^1.2.4"
38093803
debug "^2.6.9"
3810-
doctrine "1.5.0"
3804+
doctrine "^2.1.0"
38113805
eslint-import-resolver-node "^0.3.4"
3812-
eslint-module-utils "^2.6.0"
3806+
eslint-module-utils "^2.6.1"
3807+
find-up "^2.0.0"
38133808
has "^1.0.3"
3809+
is-core-module "^2.4.0"
38143810
minimatch "^3.0.4"
3815-
object.values "^1.1.1"
3816-
read-pkg-up "^2.0.0"
3817-
resolve "^1.17.0"
3811+
object.values "^1.1.3"
3812+
pkg-up "^2.0.0"
3813+
read-pkg-up "^3.0.0"
3814+
resolve "^1.20.0"
38183815
tsconfig-paths "^3.9.0"
38193816

38203817
eslint-plugin-jest-dom@^3.8.0:
@@ -4952,10 +4949,10 @@ is-ci@^3.0.0:
49524949
dependencies:
49534950
ci-info "^3.1.1"
49544951

4955-
is-core-module@^2.2.0:
4956-
version "2.2.0"
4957-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
4958-
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
4952+
is-core-module@^2.2.0, is-core-module@^2.4.0:
4953+
version "2.4.0"
4954+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
4955+
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
49594956
dependencies:
49604957
has "^1.0.3"
49614958

@@ -6027,16 +6024,6 @@ listr2@^3.8.2:
60276024
through "^2.3.8"
60286025
wrap-ansi "^7.0.0"
60296026

6030-
load-json-file@^2.0.0:
6031-
version "2.0.0"
6032-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
6033-
integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
6034-
dependencies:
6035-
graceful-fs "^4.1.2"
6036-
parse-json "^2.2.0"
6037-
pify "^2.0.0"
6038-
strip-bom "^3.0.0"
6039-
60406027
load-json-file@^4.0.0:
60416028
version "4.0.0"
60426029
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
@@ -6422,6 +6409,11 @@ [email protected]:
64226409
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
64236410
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
64246411

6412+
ms@^2.1.1:
6413+
version "2.1.3"
6414+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
6415+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
6416+
64256417
64266418
version "0.0.5"
64276419
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0"
@@ -6661,7 +6653,17 @@ object.pick@^1.3.0:
66616653
dependencies:
66626654
isobject "^3.0.1"
66636655

6664-
object.values@^1.1.1, object.values@^1.1.4:
6656+
object.values@^1.1.3:
6657+
version "1.1.3"
6658+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
6659+
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
6660+
dependencies:
6661+
call-bind "^1.0.2"
6662+
define-properties "^1.1.3"
6663+
es-abstract "^1.18.0-next.2"
6664+
has "^1.0.3"
6665+
6666+
object.values@^1.1.4:
66656667
version "1.1.4"
66666668
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
66676669
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
@@ -6847,13 +6849,6 @@ parse-entities@^1.1.0:
68476849
is-decimal "^1.0.0"
68486850
is-hexadecimal "^1.0.0"
68496851

6850-
parse-json@^2.2.0:
6851-
version "2.2.0"
6852-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
6853-
integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
6854-
dependencies:
6855-
error-ex "^1.2.0"
6856-
68576852
parse-json@^4.0.0:
68586853
version "4.0.0"
68596854
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
@@ -6927,13 +6922,6 @@ path-parse@^1.0.6:
69276922
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
69286923
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
69296924

6930-
path-type@^2.0.0:
6931-
version "2.0.0"
6932-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
6933-
integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
6934-
dependencies:
6935-
pify "^2.0.0"
6936-
69376925
path-type@^3.0.0:
69386926
version "3.0.0"
69396927
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -6972,11 +6960,6 @@ pidtree@^0.3.0:
69726960
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
69736961
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
69746962

6975-
pify@^2.0.0:
6976-
version "2.3.0"
6977-
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
6978-
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
6979-
69806963
pify@^3.0.0:
69816964
version "3.0.0"
69826965
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
@@ -7015,6 +6998,13 @@ pkg-dir@^5.0.0:
70156998
dependencies:
70166999
find-up "^5.0.0"
70177000

7001+
pkg-up@^2.0.0:
7002+
version "2.0.0"
7003+
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
7004+
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
7005+
dependencies:
7006+
find-up "^2.1.0"
7007+
70187008
please-upgrade-node@^3.2.0:
70197009
version "3.2.0"
70207010
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
@@ -7186,14 +7176,6 @@ react-is@^17.0.1:
71867176
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
71877177
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
71887178

7189-
read-pkg-up@^2.0.0:
7190-
version "2.0.0"
7191-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
7192-
integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=
7193-
dependencies:
7194-
find-up "^2.0.0"
7195-
read-pkg "^2.0.0"
7196-
71977179
read-pkg-up@^3.0.0:
71987180
version "3.0.0"
71997181
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
@@ -7211,15 +7193,6 @@ read-pkg-up@^7.0.1:
72117193
read-pkg "^5.2.0"
72127194
type-fest "^0.8.1"
72137195

7214-
read-pkg@^2.0.0:
7215-
version "2.0.0"
7216-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
7217-
integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
7218-
dependencies:
7219-
load-json-file "^2.0.0"
7220-
normalize-package-data "^2.3.2"
7221-
path-type "^2.0.0"
7222-
72237196
read-pkg@^3.0.0:
72247197
version "3.0.0"
72257198
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
@@ -7474,7 +7447,7 @@ resolve-url@^0.2.1:
74747447
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
74757448
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
74767449

7477-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.20.0:
7450+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.20.0:
74787451
version "1.20.0"
74797452
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
74807453
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==

0 commit comments

Comments
 (0)