diff --git a/package-lock.json b/package-lock.json index f9c522b..c1f6a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "commit-and-tag-version": "^12.7.3", "cspell": "^10.0.1", "eslint": "^10.5.0", - "eslint-plugin-import-x": "^4.17.0", + "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-jsdoc": "^63.0.9", "eslint-plugin-unicorn": "^69.0.0", "express": "^5.2.1", @@ -3502,9 +3502,9 @@ } }, "node_modules/eslint-plugin-import-x": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.17.0.tgz", - "integrity": "sha512-aM7V25Bg6YuYxtEhwjafzfS0NTMds1D2PMQI0K4KqJxQJRtkP4CO+MQTWRdBq2qAnmPxTxLevhXUBtByxJqS1w==", + "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": { diff --git a/package.json b/package.json index 8201336..c3d5232 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "commit-and-tag-version": "^12.7.3", "cspell": "^10.0.1", "eslint": "^10.5.0", - "eslint-plugin-import-x": "^4.17.0", + "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-jsdoc": "^63.0.9", "eslint-plugin-unicorn": "^69.0.0", "express": "^5.2.1",