diff --git a/package-lock.json b/package-lock.json index f16d6ca..dbd01a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@stylistic/eslint-plugin": "^5.10.0", "commit-and-tag-version": "^12.7.3", "eslint": "^10.4.1", - "eslint-plugin-import-x": "^4.16.2", + "eslint-plugin-import-x": "^4.17.1", "globals": "^17.6.0", "prettier": "^3.8.3" } @@ -410,13 +410,6 @@ ], "license": "MIT" }, - "node_modules/@package-json/types": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@package-json/types/-/types-0.0.12.tgz", - "integrity": "sha512-uu43FGU34B5VM9mCNjXCwLaGHYjXdNincqKLaraaCW+7S2+SmiBg1Nv8bPnmschrIfZmfKNY9f3fC376MRrObw==", - "dev": true, - "license": "MIT" - }, "node_modules/@stylistic/eslint-plugin": { "version": "5.10.0", "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz", @@ -1808,13 +1801,12 @@ } }, "node_modules/eslint-plugin-import-x": { - "version": "4.16.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.16.2.tgz", - "integrity": "sha512-rM9K8UBHcWKpzQzStn1YRN2T5NvdeIfSVoKu/lKF41znQXHAUcBbYXe5wd6GNjZjTrP7viQ49n1D83x/2gYgIw==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.17.1.tgz", + "integrity": "sha512-4cdstYkKCyjumM2Q9NSI03K8D2a9F4Ssz33K2lv2hQa4KmR9jPLwk3uWGtNvclfqBrPGfGuMBwsGMbe6dMRbfg==", "dev": true, "license": "MIT", "dependencies": { - "@package-json/types": "^0.0.12", "@typescript-eslint/types": "^8.56.0", "comment-parser": "^1.4.1", "debug": "^4.4.1", diff --git a/package.json b/package.json index f1074f2..d6cfd22 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@stylistic/eslint-plugin": "^5.10.0", "commit-and-tag-version": "^12.7.3", "eslint": "^10.4.1", - "eslint-plugin-import-x": "^4.16.2", + "eslint-plugin-import-x": "^4.17.1", "globals": "^17.6.0", "prettier": "^3.8.3" },