Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 014ce11

Browse files
chore: bump eslint-import-resolver-typescript in /site (#535)
Bumps [eslint-import-resolver-typescript](https://github.com/alexgorbatchev/eslint-import-resolver-typescript) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3e4c6c commit 014ce11

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint": "8.11.0",
6464
"eslint-config-prettier": "8.5.0",
6565
"eslint-import-resolver-alias": "1.1.2",
66-
"eslint-import-resolver-typescript": "2.5.0",
66+
"eslint-import-resolver-typescript": "2.7.0",
6767
"eslint-plugin-compat": "4.0.2",
6868
"eslint-plugin-import": "2.25.4",
6969
"eslint-plugin-jest": "26.1.1",

site/yarn.lock

+29-17
Original file line numberDiff line numberDiff line change
@@ -5779,7 +5779,14 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
57795779
dependencies:
57805780
ms "2.0.0"
57815781

5782-
debug@4, [email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3:
5782+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
5783+
version "4.3.4"
5784+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
5785+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
5786+
dependencies:
5787+
ms "2.1.2"
5788+
5789+
57835790
version "4.3.3"
57845791
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
57855792
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
@@ -6425,16 +6432,16 @@ eslint-import-resolver-node@^0.3.6:
64256432
debug "^3.2.7"
64266433
resolve "^1.20.0"
64276434

6428-
eslint-import-resolver-typescript@2.5.0:
6429-
version "2.5.0"
6430-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.5.0.tgz#07661966b272d14ba97f597b51e1a588f9722f0a"
6431-
integrity sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==
6435+
eslint-import-resolver-typescript@2.7.0:
6436+
version "2.7.0"
6437+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.0.tgz#1f9d391b636dccdbaa4a3b1a87eb9a8237e23963"
6438+
integrity sha512-MNHS3u5pebvROX4MjGP9coda589ZGfL1SqdxUV4kSrcclfDRWvNE2D+eljbnWVMvWDVRgT89nhscMHPKYGcObQ==
64326439
dependencies:
6433-
debug "^4.3.1"
6434-
glob "^7.1.7"
6435-
is-glob "^4.0.1"
6436-
resolve "^1.20.0"
6437-
tsconfig-paths "^3.9.0"
6440+
debug "^4.3.4"
6441+
glob "^7.2.0"
6442+
is-glob "^4.0.3"
6443+
resolve "^1.22.0"
6444+
tsconfig-paths "^3.14.1"
64386445

64396446
eslint-module-utils@^2.7.2:
64406447
version "2.7.3"
@@ -7441,7 +7448,7 @@ glob-to-regexp@^0.4.1:
74417448
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
74427449
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
74437450

7444-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
7451+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
74457452
version "7.2.0"
74467453
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
74477454
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -9899,6 +9906,11 @@ minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
98999906
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
99009907
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
99019908

9909+
minimist@^1.2.6:
9910+
version "1.2.6"
9911+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
9912+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
9913+
99029914
minipass-collect@^1.0.2:
99039915
version "1.0.2"
99049916
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
@@ -12019,7 +12031,7 @@ resolve.exports@^1.1.0:
1201912031
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
1202012032
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
1202112033

12022-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.3.2, resolve@^1.9.0:
12034+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.3.2, resolve@^1.9.0:
1202312035
version "1.22.0"
1202412036
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
1202512037
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -13337,14 +13349,14 @@ ts-pnp@^1.1.6:
1333713349
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
1333813350
integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
1333913351

13340-
tsconfig-paths@^3.12.0, tsconfig-paths@^3.9.0:
13341-
version "3.12.0"
13342-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
13343-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
13352+
tsconfig-paths@^3.12.0, tsconfig-paths@^3.14.1:
13353+
version "3.14.1"
13354+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
13355+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
1334413356
dependencies:
1334513357
"@types/json5" "^0.0.29"
1334613358
json5 "^1.0.1"
13347-
minimist "^1.2.0"
13359+
minimist "^1.2.6"
1334813360
strip-bom "^3.0.0"
1334913361

1335013362
tslib@^1.10.0, tslib@^1.8.1:

0 commit comments

Comments
 (0)