From c788966ee98486a6f92b7646202a92a61cf72a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 17:54:47 +0200 Subject: [PATCH] Bump eslint-import-resolver-typescript from 3.5.4 to 3.5.5 in /js (#19619) Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.5.4 to 3.5.5. - [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/v3.5.4...v3.5.5) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/package-lock.json | 9 +++++---- js/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index 0de71d18df..c9da27a047 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.37.0", "eslint-config-prettier": "^8.8.0", - "eslint-import-resolver-typescript": "^3.5.4", + "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-cypress": "^2.13.2", "eslint-plugin-import": "^2.27.5", "eslint-plugin-lodash": "^7.4.0", @@ -5146,13 +5146,14 @@ } }, "node_modules/eslint-import-resolver-typescript": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.4.tgz", - "integrity": "sha512-9xUpnedEmSfG57sN1UvWPiEhfJ8bPt0Wg2XysA7Mlc79iFGhmJtRUg9LxtkK81FhMUui0YuR2E8iUsVhePkh4A==", + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.5.tgz", + "integrity": "sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==", "dev": true, "dependencies": { "debug": "^4.3.4", "enhanced-resolve": "^5.12.0", + "eslint-module-utils": "^2.7.4", "get-tsconfig": "^4.5.0", "globby": "^13.1.3", "is-core-module": "^2.11.0", diff --git a/js/package.json b/js/package.json index 0e15bd25ab..bf47f28b1c 100644 --- a/js/package.json +++ b/js/package.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.37.0", "eslint-config-prettier": "^8.8.0", - "eslint-import-resolver-typescript": "^3.5.4", + "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-cypress": "^2.13.2", "eslint-plugin-import": "^2.27.5", "eslint-plugin-lodash": "^7.4.0",