Skip to content

Commit 2b7e22e

Browse files
Bump eslint-plugin-import from 2.29.1 to 2.30.0 in /demos/moderator (#1194)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.1 to 2.30.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9aaf8a2 commit 2b7e22e

File tree

2 files changed

+48
-42
lines changed

2 files changed

+48
-42
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint": "9.9.1",
3333
"eslint-config-airbnb-base": "15.0.0",
3434
"eslint-config-prettier": "9.1.0",
35-
"eslint-plugin-import": "2.29.1",
35+
"eslint-plugin-import": "2.30.0",
3636
"eslint-plugin-json": "4.0.1",
3737
"eslint-plugin-prettier": "5.2.1",
3838
"eslint-plugin-react": "7.35.1",

demos/moderator/yarn.lock

Lines changed: 47 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,6 +2548,11 @@
25482548
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
25492549
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
25502550

2551+
"@rtsao/scc@^1.1.0":
2552+
version "1.1.0"
2553+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
2554+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
2555+
25512556
25522557
version "7.41.0"
25532558
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.41.0.tgz#a4a8291ef4e65f40c28fc38318e7dae721d5d609"
@@ -3169,7 +3174,7 @@ array-equal@^1.0.0:
31693174
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
31703175
integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
31713176

3172-
array-includes@^3.1.5, array-includes@^3.1.7, array-includes@^3.1.8:
3177+
array-includes@^3.1.5, array-includes@^3.1.8:
31733178
version "3.1.8"
31743179
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
31753180
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -3203,16 +3208,17 @@ array.prototype.findlast@^1.2.5:
32033208
es-object-atoms "^1.0.0"
32043209
es-shim-unscopables "^1.0.2"
32053210

3206-
array.prototype.findlastindex@^1.2.3:
3207-
version "1.2.3"
3208-
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
3209-
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
3211+
array.prototype.findlastindex@^1.2.5:
3212+
version "1.2.5"
3213+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
3214+
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
32103215
dependencies:
3211-
call-bind "^1.0.2"
3212-
define-properties "^1.2.0"
3213-
es-abstract "^1.22.1"
3214-
es-shim-unscopables "^1.0.0"
3215-
get-intrinsic "^1.2.1"
3216+
call-bind "^1.0.7"
3217+
define-properties "^1.2.1"
3218+
es-abstract "^1.23.2"
3219+
es-errors "^1.3.0"
3220+
es-object-atoms "^1.0.0"
3221+
es-shim-unscopables "^1.0.2"
32163222

32173223
array.prototype.flat@^1.3.2:
32183224
version "1.3.2"
@@ -5890,33 +5896,34 @@ eslint-import-resolver-node@^0.3.9:
58905896
is-core-module "^2.13.0"
58915897
resolve "^1.22.4"
58925898

5893-
eslint-module-utils@^2.8.0:
5894-
version "2.8.0"
5895-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
5896-
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
5899+
eslint-module-utils@^2.9.0:
5900+
version "2.9.0"
5901+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz#95d4ac038a68cd3f63482659dffe0883900eb342"
5902+
integrity sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ==
58975903
dependencies:
58985904
debug "^3.2.7"
58995905

5900-
eslint-plugin-import@2.29.1:
5901-
version "2.29.1"
5902-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
5903-
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
5906+
eslint-plugin-import@2.30.0:
5907+
version "2.30.0"
5908+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449"
5909+
integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==
59045910
dependencies:
5905-
array-includes "^3.1.7"
5906-
array.prototype.findlastindex "^1.2.3"
5911+
"@rtsao/scc" "^1.1.0"
5912+
array-includes "^3.1.8"
5913+
array.prototype.findlastindex "^1.2.5"
59075914
array.prototype.flat "^1.3.2"
59085915
array.prototype.flatmap "^1.3.2"
59095916
debug "^3.2.7"
59105917
doctrine "^2.1.0"
59115918
eslint-import-resolver-node "^0.3.9"
5912-
eslint-module-utils "^2.8.0"
5913-
hasown "^2.0.0"
5914-
is-core-module "^2.13.1"
5919+
eslint-module-utils "^2.9.0"
5920+
hasown "^2.0.2"
5921+
is-core-module "^2.15.1"
59155922
is-glob "^4.0.3"
59165923
minimatch "^3.1.2"
5917-
object.fromentries "^2.0.7"
5918-
object.groupby "^1.0.1"
5919-
object.values "^1.1.7"
5924+
object.fromentries "^2.0.8"
5925+
object.groupby "^1.0.3"
5926+
object.values "^1.2.0"
59205927
semver "^6.3.1"
59215928
tsconfig-paths "^3.15.0"
59225929

@@ -7557,12 +7564,12 @@ is-color-stop@^1.0.0:
75577564
rgb-regex "^1.0.1"
75587565
rgba-regex "^1.0.0"
75597566

7560-
is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
7561-
version "2.13.1"
7562-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
7563-
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
7567+
is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.5.0:
7568+
version "2.15.1"
7569+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
7570+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
75647571
dependencies:
7565-
hasown "^2.0.0"
7572+
hasown "^2.0.2"
75667573

75677574
is-data-descriptor@^0.1.4:
75687575
version "0.1.4"
@@ -9916,7 +9923,7 @@ object.entries@^1.1.5, object.entries@^1.1.8:
99169923
define-properties "^1.2.1"
99179924
es-object-atoms "^1.0.0"
99189925

9919-
object.fromentries@^2.0.7, object.fromentries@^2.0.8:
9926+
object.fromentries@^2.0.8:
99209927
version "2.0.8"
99219928
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
99229929
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -9935,15 +9942,14 @@ object.getownpropertydescriptors@^2.1.0:
99359942
define-properties "^1.1.3"
99369943
es-abstract "^1.19.1"
99379944

9938-
object.groupby@^1.0.1:
9939-
version "1.0.1"
9940-
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
9941-
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
9945+
object.groupby@^1.0.3:
9946+
version "1.0.3"
9947+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
9948+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
99429949
dependencies:
9943-
call-bind "^1.0.2"
9944-
define-properties "^1.2.0"
9945-
es-abstract "^1.22.1"
9946-
get-intrinsic "^1.2.1"
9950+
call-bind "^1.0.7"
9951+
define-properties "^1.2.1"
9952+
es-abstract "^1.23.2"
99479953

99489954
object.pick@^1.3.0:
99499955
version "1.3.0"
@@ -9952,7 +9958,7 @@ object.pick@^1.3.0:
99529958
dependencies:
99539959
isobject "^3.0.1"
99549960

9955-
object.values@^1.1.0, object.values@^1.1.7, object.values@^1.2.0:
9961+
object.values@^1.1.0, object.values@^1.2.0:
99569962
version "1.2.0"
99579963
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
99589964
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==

0 commit comments

Comments
 (0)