Skip to content

Commit d6b2d03

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.30.0
1 parent 7a6a943 commit d6b2d03

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed

test-app/yarn.lock

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,11 @@
17841784
estree-walker "^1.0.1"
17851785
picomatch "^2.2.2"
17861786

1787+
"@rtsao/scc@^1.1.0":
1788+
version "1.1.0"
1789+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1790+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1791+
17871792
"@rushstack/eslint-patch@^1.1.0":
17881793
version "1.10.4"
17891794
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz#427d5549943a9c6fce808e39ea64dbe60d4047f1"
@@ -2908,7 +2913,7 @@ [email protected]:
29082913
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
29092914
integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
29102915

2911-
array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
2916+
array-includes@^3.1.6, array-includes@^3.1.8:
29122917
version "3.1.8"
29132918
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
29142919
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -2937,7 +2942,7 @@ array.prototype.findlast@^1.2.5:
29372942
es-object-atoms "^1.0.0"
29382943
es-shim-unscopables "^1.0.2"
29392944

2940-
array.prototype.findlastindex@^1.2.3:
2945+
array.prototype.findlastindex@^1.2.5:
29412946
version "1.2.5"
29422947
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
29432948
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
@@ -4568,10 +4573,10 @@ eslint-import-resolver-node@^0.3.9:
45684573
is-core-module "^2.13.0"
45694574
resolve "^1.22.4"
45704575

4571-
eslint-module-utils@^2.8.0:
4572-
version "2.8.2"
4573-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.2.tgz#2ecad69d71e1fa81f17f7f24d5d3e46b168de663"
4574-
integrity sha512-3XnC5fDyc8M4J2E8pt8pmSVRX2M+5yWMCfI/kDZwauQeFgzQOuhcRBFKjTeJagqgk4sFKxe1mvNVnaWwImx/Tg==
4576+
eslint-module-utils@^2.9.0:
4577+
version "2.9.0"
4578+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz#95d4ac038a68cd3f63482659dffe0883900eb342"
4579+
integrity sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ==
45754580
dependencies:
45764581
debug "^3.2.7"
45774582

@@ -4593,25 +4598,26 @@ eslint-plugin-flowtype@^8.0.3:
45934598
string-natural-compare "^3.0.1"
45944599

45954600
eslint-plugin-import@^2.25.3, eslint-plugin-import@^2.29.1:
4596-
version "2.29.1"
4597-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
4598-
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
4601+
version "2.30.0"
4602+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449"
4603+
integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==
45994604
dependencies:
4600-
array-includes "^3.1.7"
4601-
array.prototype.findlastindex "^1.2.3"
4605+
"@rtsao/scc" "^1.1.0"
4606+
array-includes "^3.1.8"
4607+
array.prototype.findlastindex "^1.2.5"
46024608
array.prototype.flat "^1.3.2"
46034609
array.prototype.flatmap "^1.3.2"
46044610
debug "^3.2.7"
46054611
doctrine "^2.1.0"
46064612
eslint-import-resolver-node "^0.3.9"
4607-
eslint-module-utils "^2.8.0"
4608-
hasown "^2.0.0"
4609-
is-core-module "^2.13.1"
4613+
eslint-module-utils "^2.9.0"
4614+
hasown "^2.0.2"
4615+
is-core-module "^2.15.1"
46104616
is-glob "^4.0.3"
46114617
minimatch "^3.1.2"
4612-
object.fromentries "^2.0.7"
4613-
object.groupby "^1.0.1"
4614-
object.values "^1.1.7"
4618+
object.fromentries "^2.0.8"
4619+
object.groupby "^1.0.3"
4620+
object.values "^1.2.0"
46154621
semver "^6.3.1"
46164622
tsconfig-paths "^3.15.0"
46174623

@@ -5849,7 +5855,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
58495855
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
58505856
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
58515857

5852-
is-core-module@^2.13.0, is-core-module@^2.13.1:
5858+
is-core-module@^2.13.0, is-core-module@^2.15.1:
58535859
version "2.15.1"
58545860
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
58555861
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
@@ -7351,7 +7357,7 @@ object.entries@^1.1.8:
73517357
define-properties "^1.2.1"
73527358
es-object-atoms "^1.0.0"
73537359

7354-
object.fromentries@^2.0.7, object.fromentries@^2.0.8:
7360+
object.fromentries@^2.0.8:
73557361
version "2.0.8"
73567362
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
73577363
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -7374,7 +7380,7 @@ object.getownpropertydescriptors@^2.1.0:
73747380
gopd "^1.0.1"
73757381
safe-array-concat "^1.1.2"
73767382

7377-
object.groupby@^1.0.1:
7383+
object.groupby@^1.0.3:
73787384
version "1.0.3"
73797385
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
73807386
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
@@ -7383,7 +7389,7 @@ object.groupby@^1.0.1:
73837389
define-properties "^1.2.1"
73847390
es-abstract "^1.23.2"
73857391

7386-
object.values@^1.1.0, object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0:
7392+
object.values@^1.1.0, object.values@^1.1.6, object.values@^1.2.0:
73877393
version "1.2.0"
73887394
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
73897395
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==

0 commit comments

Comments
 (0)