From f474e262a1129c799d488d5820b373b24980640d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:56:59 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import-x from 4.17.0 to 4.17.1 Bumps [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) from 4.17.0 to 4.17.1. - [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases) - [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/eslint-plugin-import-x/compare/v4.17.0...v4.17.1) --- updated-dependencies: - dependency-name: eslint-plugin-import-x dependency-version: 4.17.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",