From a80fbc89ad52c1873fdd605e055481582648ed63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:22:33 +0000 Subject: [PATCH] Bump eslint-import-resolver-typescript from 2.7.1 to 3.6.0 in /client Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 2.7.1 to 3.6.0. - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v2.7.1...v3.6.0) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 78fb51c2..779abf8d 100644 --- a/client/package.json +++ b/client/package.json @@ -54,7 +54,7 @@ "eslint": "^8.36.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^14.1.1", - "eslint-import-resolver-typescript": "^2.5.0", + "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-compat": "^4.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-node": "^11.1.0",