From 4ae383d6cac2aa9c0f78f2a8cf77b6ec0cfe5566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:37:11 +0200 Subject: [PATCH] Bump eslint-import-resolver-typescript from 3.3.0 to 3.4.0 (#498) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 164127dc..16f35ca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint": "^8.21.0", "eslint-config-standard": "^17.0.0", "eslint-define-config": "^1.6.0", - "eslint-import-resolver-typescript": "^3.3.0", + "eslint-import-resolver-typescript": "^3.4.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^39.3.4", "eslint-plugin-n": "^15.2.4", @@ -2447,9 +2447,9 @@ } }, "node_modules/eslint-import-resolver-typescript": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.3.0.tgz", - "integrity": "sha512-vlooCGKfDX59rH5TbtluOekinPlIS5Ab+dyQUoCCJoE1IV11R/kn6J+RoMBuBkJhzJEIKJ4myQJhw6lGIXfkRA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.4.0.tgz", + "integrity": "sha512-rBCgiEovwX/HQ8ESWV+XIWZaFiRtDeAXNZdcTATB8UbMuadc9qfGOlIP+vy+c7nsgfEBN4NTwy5qunGNptDP0Q==", "dev": true, "dependencies": { "debug": "^4.3.4", @@ -9667,9 +9667,9 @@ } }, "eslint-import-resolver-typescript": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.3.0.tgz", - "integrity": "sha512-vlooCGKfDX59rH5TbtluOekinPlIS5Ab+dyQUoCCJoE1IV11R/kn6J+RoMBuBkJhzJEIKJ4myQJhw6lGIXfkRA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.4.0.tgz", + "integrity": "sha512-rBCgiEovwX/HQ8ESWV+XIWZaFiRtDeAXNZdcTATB8UbMuadc9qfGOlIP+vy+c7nsgfEBN4NTwy5qunGNptDP0Q==", "dev": true, "requires": { "debug": "^4.3.4", diff --git a/package.json b/package.json index fe8bb1d2..205fc6b3 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint": "^8.21.0", "eslint-config-standard": "^17.0.0", "eslint-define-config": "^1.6.0", - "eslint-import-resolver-typescript": "^3.3.0", + "eslint-import-resolver-typescript": "^3.4.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^39.3.4", "eslint-plugin-n": "^15.2.4", -- 2.34.1