Skip to content

Commit 9886709

Browse files
chore(deps): update dependency eslint-plugin-import to v2.31.0 (#799)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6f14d6 commit 9886709

File tree

2 files changed

+80
-42
lines changed

2 files changed

+80
-42
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint": "4.19.1",
88
"eslint-config-react-app": "2.1.0",
99
"eslint-plugin-flowtype": "2.50.3",
10-
"eslint-plugin-import": "2.29.1",
10+
"eslint-plugin-import": "2.31.0",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
1212
"eslint-plugin-react": "7.34.1",
1313
"jwt-decode": "2.2.0",

advanced/yarn.lock

Lines changed: 79 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,11 @@
905905
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
906906
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
907907

908+
"@rtsao/scc@^1.1.0":
909+
version "1.1.0"
910+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
911+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
912+
908913
"@svgr/babel-plugin-add-jsx-attribute@^4.2.0":
909914
version "4.2.0"
910915
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz#dadcb6218503532d6884b210e7f3c502caaa44b1"
@@ -1759,6 +1764,18 @@ array-includes@^3.1.7:
17591764
get-intrinsic "^1.2.1"
17601765
is-string "^1.0.7"
17611766

1767+
array-includes@^3.1.8:
1768+
version "3.1.8"
1769+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
1770+
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
1771+
dependencies:
1772+
call-bind "^1.0.7"
1773+
define-properties "^1.2.1"
1774+
es-abstract "^1.23.2"
1775+
es-object-atoms "^1.0.0"
1776+
get-intrinsic "^1.2.4"
1777+
is-string "^1.0.7"
1778+
17621779
array-map@~0.0.0:
17631780
version "0.0.0"
17641781
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
@@ -1803,16 +1820,17 @@ array.prototype.findlast@^1.2.4:
18031820
es-object-atoms "^1.0.0"
18041821
es-shim-unscopables "^1.0.2"
18051822

1806-
array.prototype.findlastindex@^1.2.3:
1807-
version "1.2.3"
1808-
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
1809-
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
1823+
array.prototype.findlastindex@^1.2.5:
1824+
version "1.2.5"
1825+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
1826+
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
18101827
dependencies:
1811-
call-bind "^1.0.2"
1812-
define-properties "^1.2.0"
1813-
es-abstract "^1.22.1"
1814-
es-shim-unscopables "^1.0.0"
1815-
get-intrinsic "^1.2.1"
1828+
call-bind "^1.0.7"
1829+
define-properties "^1.2.1"
1830+
es-abstract "^1.23.2"
1831+
es-errors "^1.3.0"
1832+
es-object-atoms "^1.0.0"
1833+
es-shim-unscopables "^1.0.2"
18161834

18171835
array.prototype.flat@^1.3.2:
18181836
version "1.3.2"
@@ -4573,6 +4591,13 @@ [email protected]:
45734591
object-hash "^1.1.4"
45744592
rimraf "^2.6.1"
45754593

4594+
eslint-module-utils@^2.12.0:
4595+
version "2.12.0"
4596+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
4597+
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
4598+
dependencies:
4599+
debug "^3.2.7"
4600+
45764601
eslint-module-utils@^2.2.0:
45774602
version "2.4.0"
45784603
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
@@ -4581,13 +4606,6 @@ eslint-module-utils@^2.2.0:
45814606
debug "^2.6.8"
45824607
pkg-dir "^2.0.0"
45834608

4584-
eslint-module-utils@^2.8.0:
4585-
version "2.8.0"
4586-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
4587-
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
4588-
dependencies:
4589-
debug "^3.2.7"
4590-
45914609
45924610
version "4.1.2"
45934611
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
@@ -4623,27 +4641,29 @@ [email protected]:
46234641
read-pkg-up "^2.0.0"
46244642
resolve "^1.6.0"
46254643

4626-
eslint-plugin-import@2.29.1:
4627-
version "2.29.1"
4628-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
4629-
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
4644+
eslint-plugin-import@2.31.0:
4645+
version "2.31.0"
4646+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
4647+
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
46304648
dependencies:
4631-
array-includes "^3.1.7"
4632-
array.prototype.findlastindex "^1.2.3"
4649+
"@rtsao/scc" "^1.1.0"
4650+
array-includes "^3.1.8"
4651+
array.prototype.findlastindex "^1.2.5"
46334652
array.prototype.flat "^1.3.2"
46344653
array.prototype.flatmap "^1.3.2"
46354654
debug "^3.2.7"
46364655
doctrine "^2.1.0"
46374656
eslint-import-resolver-node "^0.3.9"
4638-
eslint-module-utils "^2.8.0"
4639-
hasown "^2.0.0"
4640-
is-core-module "^2.13.1"
4657+
eslint-module-utils "^2.12.0"
4658+
hasown "^2.0.2"
4659+
is-core-module "^2.15.1"
46414660
is-glob "^4.0.3"
46424661
minimatch "^3.1.2"
4643-
object.fromentries "^2.0.7"
4644-
object.groupby "^1.0.1"
4645-
object.values "^1.1.7"
4662+
object.fromentries "^2.0.8"
4663+
object.groupby "^1.0.3"
4664+
object.values "^1.2.0"
46464665
semver "^6.3.1"
4666+
string.prototype.trimend "^1.0.8"
46474667
tsconfig-paths "^3.15.0"
46484668

46494669
@@ -6846,12 +6866,12 @@ is-core-module@^2.13.0:
68466866
dependencies:
68476867
has "^1.0.3"
68486868

6849-
is-core-module@^2.13.1:
6850-
version "2.13.1"
6851-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
6852-
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
6869+
is-core-module@^2.15.1:
6870+
version "2.15.1"
6871+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
6872+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
68536873
dependencies:
6854-
hasown "^2.0.0"
6874+
hasown "^2.0.2"
68556875

68566876
is-data-descriptor@^0.1.4:
68576877
version "0.1.4"
@@ -9079,6 +9099,16 @@ object.fromentries@^2.0.7:
90799099
define-properties "^1.2.0"
90809100
es-abstract "^1.22.1"
90819101

9102+
object.fromentries@^2.0.8:
9103+
version "2.0.8"
9104+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
9105+
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
9106+
dependencies:
9107+
call-bind "^1.0.7"
9108+
define-properties "^1.2.1"
9109+
es-abstract "^1.23.2"
9110+
es-object-atoms "^1.0.0"
9111+
90829112
object.getownpropertydescriptors@^2.0.3:
90839113
version "2.0.3"
90849114
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -9087,15 +9117,14 @@ object.getownpropertydescriptors@^2.0.3:
90879117
define-properties "^1.1.2"
90889118
es-abstract "^1.5.1"
90899119

9090-
object.groupby@^1.0.1:
9091-
version "1.0.1"
9092-
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
9093-
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
9120+
object.groupby@^1.0.3:
9121+
version "1.0.3"
9122+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
9123+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
90949124
dependencies:
9095-
call-bind "^1.0.2"
9096-
define-properties "^1.2.0"
9097-
es-abstract "^1.22.1"
9098-
get-intrinsic "^1.2.1"
9125+
call-bind "^1.0.7"
9126+
define-properties "^1.2.1"
9127+
es-abstract "^1.23.2"
90999128

91009129
object.hasown@^1.1.3:
91019130
version "1.1.4"
@@ -9140,6 +9169,15 @@ object.values@^1.1.7:
91409169
define-properties "^1.2.0"
91419170
es-abstract "^1.22.1"
91429171

9172+
object.values@^1.2.0:
9173+
version "1.2.0"
9174+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
9175+
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
9176+
dependencies:
9177+
call-bind "^1.0.7"
9178+
define-properties "^1.2.1"
9179+
es-object-atoms "^1.0.0"
9180+
91439181
obuf@^1.0.0:
91449182
version "1.1.1"
91459183
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.1.tgz#104124b6c602c6796881a042541d36db43a5264e"

0 commit comments

Comments
 (0)