Skip to content

Commit b2b4424

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-import to v2.24.2
1 parent 9cac9e2 commit b2b4424

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint": "7.32.0",
5151
"eslint-config-prettier": "8.3.0",
5252
"eslint-config-ts-lambdas": "1.2.3",
53-
"eslint-plugin-import": "2.24.1",
53+
"eslint-plugin-import": "2.24.2",
5454
"eslint-plugin-prettier": "3.4.1",
5555
"jest": "26.6.3",
5656
"lodash": "4.17.21",

yarn.lock

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,10 +3356,10 @@ eslint-module-utils@^2.6.2:
33563356
debug "^3.2.7"
33573357
pkg-dir "^2.0.0"
33583358

3359-
eslint-plugin-import@2.24.1:
3360-
version "2.24.1"
3361-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.1.tgz#64aba8b567a1ba9921d5465586e86c491b8e2135"
3362-
integrity sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ==
3359+
eslint-plugin-import@2.24.2:
3360+
version "2.24.2"
3361+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
3362+
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
33633363
dependencies:
33643364
array-includes "^3.1.3"
33653365
array.prototype.flat "^1.2.4"
@@ -3375,7 +3375,7 @@ eslint-plugin-import@2.24.1:
33753375
pkg-up "^2.0.0"
33763376
read-pkg-up "^3.0.0"
33773377
resolve "^1.20.0"
3378-
tsconfig-paths "^3.10.1"
3378+
tsconfig-paths "^3.11.0"
33793379

33803380
eslint-plugin-prettier@3.4.1:
33813381
version "3.4.1"
@@ -5646,13 +5646,6 @@ json5@^1.0.1:
56465646
dependencies:
56475647
minimist "^1.2.0"
56485648

5649-
json5@^2.2.0:
5650-
version "2.2.0"
5651-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
5652-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
5653-
dependencies:
5654-
minimist "^1.2.5"
5655-
56565649
jsonc-parser@3.0.0:
56575650
version "3.0.0"
56585651
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
@@ -9152,7 +9145,7 @@ tsconfig-paths-webpack-plugin@3.5.1:
91529145
enhanced-resolve "^5.7.0"
91539146
tsconfig-paths "^3.9.0"
91549147

9155-
tsconfig-paths@3.11.0:
9148+
tsconfig-paths@3.11.0, tsconfig-paths@^3.11.0:
91569149
version "3.11.0"
91579150
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
91589151
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
@@ -9172,15 +9165,6 @@ tsconfig-paths@3.9.0, tsconfig-paths@^3.9.0:
91729165
minimist "^1.2.0"
91739166
strip-bom "^3.0.0"
91749167

9175-
tsconfig-paths@^3.10.1:
9176-
version "3.10.1"
9177-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
9178-
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==
9179-
dependencies:
9180-
json5 "^2.2.0"
9181-
minimist "^1.2.0"
9182-
strip-bom "^3.0.0"
9183-
91849168
tslib@2.1.0:
91859169
version "2.1.0"
91869170
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"

0 commit comments

Comments
 (0)