From 6c8ce1813a708f315eab6fc6455a6d7558ba839f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:48:30 +0000 Subject: [PATCH] Bump eslint-import-resolver-oxc from 0.6.0 to 0.7.0 Bumps [eslint-import-resolver-oxc](https://github.com/9romise/eslint-import-resolver-oxc) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/9romise/eslint-import-resolver-oxc/releases) - [Changelog](https://github.com/9romise/eslint-import-resolver-oxc/blob/main/CHANGELOG.md) - [Commits](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: eslint-import-resolver-oxc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 961d7e0..5bfbb6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "c8": "^10.1.3", "custompatch": "^1.0.28", "eslint": "^9.17.0", - "eslint-import-resolver-oxc": "^0.6.0", + "eslint-import-resolver-oxc": "^0.7.0", "eslint-plugin-depend": "^0.12.0", "eslint-plugin-import-x": "^4.6.1", "eslint-plugin-n": "^17.15.0", @@ -10480,11 +10480,10 @@ } }, "node_modules/eslint-import-resolver-oxc": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-oxc/-/eslint-import-resolver-oxc-0.6.0.tgz", - "integrity": "sha512-+0kJoNNyq/bK/qBcJNZwT1/usZBaKV1VUiisL4yFiRR61WQFkCHQz24QYVsiKxjaL1O6OD1pCa8G7/w/GWBUMQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-oxc/-/eslint-import-resolver-oxc-0.7.0.tgz", + "integrity": "sha512-OC2vn3ZK2nP20l+btvoRN77FUdV+RAS9HNKsarC+IgKMbBZXrGNRkcmekJdfCcHyv1K1hec0iYRi7ZH6aLdZwQ==", "dev": true, - "license": "MIT", "dependencies": { "oxc-resolver": "^2.1.1" }, diff --git a/package.json b/package.json index ad2ab84..bd51ca9 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "c8": "^10.1.3", "custompatch": "^1.0.28", "eslint": "^9.17.0", - "eslint-import-resolver-oxc": "^0.6.0", + "eslint-import-resolver-oxc": "^0.7.0", "eslint-plugin-depend": "^0.12.0", "eslint-plugin-import-x": "^4.6.1", "eslint-plugin-n": "^17.15.0",