From 0153a6f3e953d4f1b15ae060fb5d2a387e4d5191 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 2 Oct 2024 09:38:32 +0000
Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import in /themes

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](https://github.com/import-js/eslint-plugin-import/compare/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] <support@github.com>
---
 themes/package-lock.json | 47 +++++++++++++++++++++-------------------
 themes/package.json      |  2 +-
 2 files changed, 26 insertions(+), 23 deletions(-)

diff --git a/themes/package-lock.json b/themes/package-lock.json
index 3c410dcfbb5..4532b5721b1 100644
--- a/themes/package-lock.json
+++ b/themes/package-lock.json
@@ -7,7 +7,7 @@
             "devDependencies": {
                 "eslint": "^7.0.0",
                 "eslint-config-standard": "^16.0.3",
-                "eslint-plugin-import": "^2.25.4",
+                "eslint-plugin-import": "^2.30.0",
                 "eslint-plugin-jest": "^26.1.1",
                 "eslint-plugin-node": "^11.1.0",
                 "eslint-plugin-promise": "^5.2.0",
@@ -251,6 +251,12 @@
                 "node": ">= 8"
             }
         },
+        "node_modules/@rtsao/scc": {
+            "version": "1.1.0",
+            "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
+            "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
+            "dev": true
+        },
         "node_modules/@types/json-schema": {
             "version": "7.0.15",
             "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
@@ -1488,11 +1494,10 @@
             }
         },
         "node_modules/eslint-module-utils": {
-            "version": "2.8.1",
-            "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz",
-            "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==",
+            "version": "2.12.0",
+            "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
+            "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
             "dev": true,
-            "license": "MIT",
             "dependencies": {
                 "debug": "^3.2.7"
             },
@@ -1510,7 +1515,6 @@
             "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
             "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
             "dev": true,
-            "license": "MIT",
             "dependencies": {
                 "ms": "^2.1.1"
             }
@@ -1536,27 +1540,27 @@
             }
         },
         "node_modules/eslint-plugin-import": {
-            "version": "2.29.1",
-            "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
-            "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
+            "version": "2.30.0",
+            "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz",
+            "integrity": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==",
             "dev": true,
-            "license": "MIT",
             "dependencies": {
-                "array-includes": "^3.1.7",
-                "array.prototype.findlastindex": "^1.2.3",
+                "@rtsao/scc": "^1.1.0",
+                "array-includes": "^3.1.8",
+                "array.prototype.findlastindex": "^1.2.5",
                 "array.prototype.flat": "^1.3.2",
                 "array.prototype.flatmap": "^1.3.2",
                 "debug": "^3.2.7",
                 "doctrine": "^2.1.0",
                 "eslint-import-resolver-node": "^0.3.9",
-                "eslint-module-utils": "^2.8.0",
-                "hasown": "^2.0.0",
-                "is-core-module": "^2.13.1",
+                "eslint-module-utils": "^2.9.0",
+                "hasown": "^2.0.2",
+                "is-core-module": "^2.15.1",
                 "is-glob": "^4.0.3",
                 "minimatch": "^3.1.2",
-                "object.fromentries": "^2.0.7",
-                "object.groupby": "^1.0.1",
-                "object.values": "^1.1.7",
+                "object.fromentries": "^2.0.8",
+                "object.groupby": "^1.0.3",
+                "object.values": "^1.2.0",
                 "semver": "^6.3.1",
                 "tsconfig-paths": "^3.15.0"
             },
@@ -3829,11 +3833,10 @@
             }
         },
         "node_modules/is-core-module": {
-            "version": "2.14.0",
-            "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz",
-            "integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==",
+            "version": "2.15.1",
+            "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
+            "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
             "dev": true,
-            "license": "MIT",
             "dependencies": {
                 "hasown": "^2.0.2"
             },
diff --git a/themes/package.json b/themes/package.json
index a38abc27b2a..78806a37957 100644
--- a/themes/package.json
+++ b/themes/package.json
@@ -13,7 +13,7 @@
     "devDependencies": {
         "eslint": "^7.0.0",
         "eslint-config-standard": "^16.0.3",
-        "eslint-plugin-import": "^2.25.4",
+        "eslint-plugin-import": "^2.30.0",
         "eslint-plugin-jest": "^26.1.1",
         "eslint-plugin-node": "^11.1.0",
         "eslint-plugin-promise": "^5.2.0",