diff --git a/package-lock.json b/package-lock.json index 7cb92416fded..19d395a55e64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "dot-properties": "1.0.1", "ejs": "3.1.10", "eslint": "9.11.1", - "eslint-plugin-import-x": "4.2.1", + "eslint-plugin-import-x": "4.3.0", "eslint-plugin-unused-imports": "4.1.4", "execa": "9.4.0", "fast-xml-parser": "4.5.0", @@ -5679,10 +5679,9 @@ } }, "node_modules/eslint-plugin-import-x": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.2.1.tgz", - "integrity": "sha512-WWi2GedccIJa0zXxx3WDnTgouGQTtdYK1nhXMwywbqqAgB0Ov+p1pYBsWh3VaB0bvBOwLse6OfVII7jZD9xo5Q==", - "license": "MIT", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.3.0.tgz", + "integrity": "sha512-PxGzP7gAjF2DLeRnQtbYkkgZDg1intFyYr/XS1LgTYXUDrSXMHGkXx8++6i2eDv2jMs0jfeO6G6ykyeWxiFX7w==", "dependencies": { "@typescript-eslint/utils": "^8.1.0", "debug": "^4.3.4", diff --git a/package.json b/package.json index db9cea16762b..1802bc2e6aa5 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "dot-properties": "1.0.1", "ejs": "3.1.10", "eslint": "9.11.1", - "eslint-plugin-import-x": "4.2.1", + "eslint-plugin-import-x": "4.3.0", "eslint-plugin-unused-imports": "4.1.4", "execa": "9.4.0", "fast-xml-parser": "4.5.0",