Skip to content

Commit 9941669

Browse files
chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.23.2
1 parent d535997 commit 9941669

File tree

2 files changed

+78
-74
lines changed

2 files changed

+78
-74
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cross-env": "^7.0.3",
3333
"eslint": "^7.26.0",
3434
"eslint-config-prettier": "^8.3.0",
35-
"eslint-plugin-import": "^2.22.1",
35+
"eslint-plugin-import": "^2.23.2",
3636
"eslint-plugin-prettier": "^3.4.0",
3737
"eslint-plugin-sonarjs": "^0.7.0",
3838
"husky": "^6.0.0",

yarn.lock

Lines changed: 77 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,9 +1792,9 @@ array-ify@^1.0.0:
17921792
resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
17931793
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
17941794

1795-
array-includes@^3.1.1:
1795+
array-includes@^3.1.3:
17961796
version "3.1.3"
1797-
resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
1797+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
17981798
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
17991799
dependencies:
18001800
call-bind "^1.0.2"
@@ -1808,9 +1808,9 @@ array-union@^2.1.0:
18081808
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
18091809
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
18101810

1811-
array.prototype.flat@^1.2.3:
1811+
array.prototype.flat@^1.2.4:
18121812
version "1.2.4"
1813-
resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
1813+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
18141814
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
18151815
dependencies:
18161816
call-bind "^1.0.0"
@@ -2493,10 +2493,13 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
24932493
resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
24942494
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
24952495

2496-
contains-path@^0.1.0:
2497-
version "0.1.0"
2498-
resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
2499-
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
2496+
contains-path@^1.0.0:
2497+
version "1.0.0"
2498+
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-1.0.0.tgz#3458b332185603e8eed18f518d4a10888a3abc91"
2499+
integrity sha1-NFizMhhWA+ju0Y9RjUoQiIo6vJE=
2500+
dependencies:
2501+
normalize-path "^2.1.1"
2502+
path-starts-with "^1.0.0"
25002503

25012504
conventional-changelog-angular@^5.0.12:
25022505
version "5.0.12"
@@ -2695,6 +2698,13 @@ debug@^2.6.9:
26952698
dependencies:
26962699
ms "2.0.0"
26972700

2701+
debug@^3.2.7:
2702+
version "3.2.7"
2703+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
2704+
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
2705+
dependencies:
2706+
ms "^2.1.1"
2707+
26982708
debuglog@^1.0.1:
26992709
version "1.0.1"
27002710
resolved "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -2830,13 +2840,12 @@ dir-glob@^3.0.1:
28302840
dependencies:
28312841
path-type "^4.0.0"
28322842

2833-
doctrine@1.5.0:
2834-
version "1.5.0"
2835-
resolved "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
2836-
integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=
2843+
doctrine@^2.1.0:
2844+
version "2.1.0"
2845+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
2846+
integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
28372847
dependencies:
28382848
esutils "^2.0.2"
2839-
isarray "^1.0.0"
28402849

28412850
doctrine@^3.0.0:
28422851
version "3.0.0"
@@ -3037,31 +3046,34 @@ eslint-import-resolver-node@^0.3.4:
30373046
debug "^2.6.9"
30383047
resolve "^1.13.1"
30393048

3040-
eslint-module-utils@^2.6.0:
3041-
version "2.6.0"
3042-
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
3043-
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
3049+
eslint-module-utils@^2.6.1:
3050+
version "2.6.1"
3051+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
3052+
integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
30443053
dependencies:
3045-
debug "^2.6.9"
3054+
debug "^3.2.7"
30463055
pkg-dir "^2.0.0"
30473056

3048-
eslint-plugin-import@^2.22.1:
3049-
version "2.22.1"
3050-
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
3051-
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
3057+
eslint-plugin-import@^2.23.2:
3058+
version "2.23.2"
3059+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.2.tgz#ee15dd68fc7a1a1ba4c653c734e0d01c100d3484"
3060+
integrity sha512-LmNoRptHBxOP+nb0PIKz1y6OSzCJlB+0g0IGS3XV4KaKk2q4szqQ6s6F1utVf5ZRkxk/QOTjdxe7v4VjS99Bsg==
30523061
dependencies:
3053-
array-includes "^3.1.1"
3054-
array.prototype.flat "^1.2.3"
3055-
contains-path "^0.1.0"
3062+
array-includes "^3.1.3"
3063+
array.prototype.flat "^1.2.4"
3064+
contains-path "^1.0.0"
30563065
debug "^2.6.9"
3057-
doctrine "1.5.0"
3066+
doctrine "^2.1.0"
30583067
eslint-import-resolver-node "^0.3.4"
3059-
eslint-module-utils "^2.6.0"
3068+
eslint-module-utils "^2.6.1"
3069+
find-up "^2.0.0"
30603070
has "^1.0.3"
3071+
is-core-module "^2.4.0"
30613072
minimatch "^3.0.4"
3062-
object.values "^1.1.1"
3063-
read-pkg-up "^2.0.0"
3064-
resolve "^1.17.0"
3073+
object.values "^1.1.3"
3074+
pkg-up "^2.0.0"
3075+
read-pkg-up "^3.0.0"
3076+
resolve "^1.20.0"
30653077
tsconfig-paths "^3.9.0"
30663078

30673079
eslint-plugin-prettier@^3.4.0:
@@ -4020,10 +4032,10 @@ is-ci@^2.0.0:
40204032
dependencies:
40214033
ci-info "^2.0.0"
40224034

4023-
is-core-module@^2.2.0:
4024-
version "2.2.0"
4025-
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
4026-
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
4035+
is-core-module@^2.2.0, is-core-module@^2.4.0:
4036+
version "2.4.0"
4037+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
4038+
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
40274039
dependencies:
40284040
has "^1.0.3"
40294041

@@ -4230,7 +4242,7 @@ is-yarn-global@^0.3.0:
42304242
resolved "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232"
42314243
integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==
42324244

4233-
isarray@^1.0.0, isarray@~1.0.0:
4245+
isarray@~1.0.0:
42344246
version "1.0.0"
42354247
resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
42364248
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
@@ -4555,16 +4567,6 @@ load-json-file@^1.0.0:
45554567
pinkie-promise "^2.0.0"
45564568
strip-bom "^2.0.0"
45574569

4558-
load-json-file@^2.0.0:
4559-
version "2.0.0"
4560-
resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
4561-
integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
4562-
dependencies:
4563-
graceful-fs "^4.1.2"
4564-
parse-json "^2.2.0"
4565-
pify "^2.0.0"
4566-
strip-bom "^3.0.0"
4567-
45684570
load-json-file@^4.0.0:
45694571
version "4.0.0"
45704572
resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
@@ -5030,7 +5032,7 @@ [email protected]:
50305032
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
50315033
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
50325034

5033-
ms@^2.0.0, ms@^2.1.3:
5035+
ms@^2.0.0, ms@^2.1.1, ms@^2.1.3:
50345036
version "2.1.3"
50355037
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
50365038
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -5174,6 +5176,13 @@ normalize-package-data@^3.0.0:
51745176
semver "^7.3.4"
51755177
validate-npm-package-license "^3.0.1"
51765178

5179+
normalize-path@^2.1.1:
5180+
version "2.1.1"
5181+
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
5182+
integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
5183+
dependencies:
5184+
remove-trailing-separator "^1.0.1"
5185+
51775186
normalize-path@^3.0.0, normalize-path@~3.0.0:
51785187
version "3.0.0"
51795188
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
@@ -5381,9 +5390,9 @@ object.getownpropertydescriptors@^2.0.3:
53815390
define-properties "^1.1.3"
53825391
es-abstract "^1.18.0-next.2"
53835392

5384-
object.values@^1.1.1:
5393+
object.values@^1.1.3:
53855394
version "1.1.3"
5386-
resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
5395+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
53875396
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
53885397
dependencies:
53895398
call-bind "^1.0.2"
@@ -5727,6 +5736,13 @@ path-parse@^1.0.6:
57275736
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
57285737
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
57295738

5739+
path-starts-with@^1.0.0:
5740+
version "1.0.0"
5741+
resolved "https://registry.yarnpkg.com/path-starts-with/-/path-starts-with-1.0.0.tgz#b28243015e8b138de572682ac52da42e646ad84e"
5742+
integrity sha1-soJDAV6LE43lcmgqxS2kLmRq2E4=
5743+
dependencies:
5744+
normalize-path "^2.1.1"
5745+
57305746
path-type@^1.0.0:
57315747
version "1.1.0"
57325748
resolved "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -5736,13 +5752,6 @@ path-type@^1.0.0:
57365752
pify "^2.0.0"
57375753
pinkie-promise "^2.0.0"
57385754

5739-
path-type@^2.0.0:
5740-
version "2.0.0"
5741-
resolved "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
5742-
integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
5743-
dependencies:
5744-
pify "^2.0.0"
5745-
57465755
path-type@^3.0.0:
57475756
version "3.0.0"
57485757
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -5836,6 +5845,13 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
58365845
dependencies:
58375846
find-up "^4.0.0"
58385847

5848+
pkg-up@^2.0.0:
5849+
version "2.0.0"
5850+
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
5851+
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
5852+
dependencies:
5853+
find-up "^2.1.0"
5854+
58395855
platform@^1.3.3:
58405856
version "1.3.6"
58415857
resolved "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
@@ -6073,14 +6089,6 @@ read-pkg-up@^1.0.1:
60736089
find-up "^1.0.0"
60746090
read-pkg "^1.0.0"
60756091

6076-
read-pkg-up@^2.0.0:
6077-
version "2.0.0"
6078-
resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
6079-
integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=
6080-
dependencies:
6081-
find-up "^2.0.0"
6082-
read-pkg "^2.0.0"
6083-
60846092
read-pkg-up@^3.0.0:
60856093
version "3.0.0"
60866094
resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
@@ -6107,15 +6115,6 @@ read-pkg@^1.0.0:
61076115
normalize-package-data "^2.3.2"
61086116
path-type "^1.0.0"
61096117

6110-
read-pkg@^2.0.0:
6111-
version "2.0.0"
6112-
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
6113-
integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
6114-
dependencies:
6115-
load-json-file "^2.0.0"
6116-
normalize-package-data "^2.3.2"
6117-
path-type "^2.0.0"
6118-
61196118
read-pkg@^3.0.0:
61206119
version "3.0.0"
61216120
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
@@ -6238,6 +6237,11 @@ release-zalgo@^1.0.0:
62386237
dependencies:
62396238
es6-error "^4.0.1"
62406239

6240+
remove-trailing-separator@^1.0.1:
6241+
version "1.1.0"
6242+
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
6243+
integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
6244+
62416245
repeating@^2.0.0:
62426246
version "2.0.1"
62436247
resolved "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
@@ -6303,7 +6307,7 @@ resolve-from@^5.0.0:
63036307
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
63046308
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
63056309

6306-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.20.0:
6310+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.13.1, resolve@^1.20.0:
63076311
version "1.20.0"
63086312
resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
63096313
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==

0 commit comments

Comments
 (0)