Update dependency eslint-import-resolver-typescript to v2.5.0 (https://github.com/woocommerce/woocommerce-blocks/pull/5383)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-15 05:04:26 +00:00 committed by GitHub
parent 6d487fd242
commit 0b6686910f
2 changed files with 7 additions and 7 deletions

View File

@ -13677,15 +13677,15 @@
}
},
"eslint-import-resolver-typescript": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.3.0.tgz",
"integrity": "sha512-MHSXvmj5e0SGOOBhBbt7C+fWj1bJbtSYFAD85Xeg8nvUtuooTod2HQb8bfhE9f5QyyNxEfgzqOYFCvmdDIcCuw==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.5.0.tgz",
"integrity": "sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==",
"dev": true,
"requires": {
"debug": "^4.1.1",
"glob": "^7.1.6",
"debug": "^4.3.1",
"glob": "^7.1.7",
"is-glob": "^4.0.1",
"resolve": "^1.17.0",
"resolve": "^1.20.0",
"tsconfig-paths": "^3.9.0"
}
},

View File

@ -146,7 +146,7 @@
"cross-env": "6.0.3",
"cssnano": "4.1.11",
"deep-freeze": "0.0.1",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-woocommerce": "file:bin/eslint-plugin-woocommerce",