@@ -2780,33 +2780,32 @@ eslint-import-resolver-node@^0.3.6:
2780
2780
debug "^3.2.7"
2781
2781
resolve "^1.20.0"
2782
2782
2783
- eslint-module-utils@^2.7.1 :
2784
- version "2.7.1 "
2785
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1 .tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c "
2786
- integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ ==
2783
+ eslint-module-utils@^2.7.2 :
2784
+ version "2.7.3 "
2785
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3 .tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee "
2786
+ integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ ==
2787
2787
dependencies :
2788
2788
debug "^3.2.7"
2789
2789
find-up "^2.1.0"
2790
- pkg-dir "^2.0.0"
2791
2790
2792
- eslint-plugin-import@^2.25.3 :
2793
- version "2.25.3 "
2794
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3 .tgz#a554b5f66e08fb4f6dc99221866e57cfff824766 "
2795
- integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg ==
2791
+ eslint-plugin-import@^2.25.4 :
2792
+ version "2.25.4 "
2793
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4 .tgz#322f3f916a4e9e991ac7af32032c25ce313209f1 "
2794
+ integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA ==
2796
2795
dependencies :
2797
2796
array-includes "^3.1.4"
2798
2797
array.prototype.flat "^1.2.5"
2799
2798
debug "^2.6.9"
2800
2799
doctrine "^2.1.0"
2801
2800
eslint-import-resolver-node "^0.3.6"
2802
- eslint-module-utils "^2.7.1 "
2801
+ eslint-module-utils "^2.7.2 "
2803
2802
has "^1.0.3"
2804
2803
is-core-module "^2.8.0"
2805
2804
is-glob "^4.0.3"
2806
2805
minimatch "^3.0.4"
2807
2806
object.values "^1.1.5"
2808
2807
resolve "^1.20.0"
2809
- tsconfig-paths "^3.11 .0"
2808
+ tsconfig-paths "^3.12 .0"
2810
2809
2811
2810
eslint-plugin-prettier@^3.4.1 :
2812
2811
version "3.4.1"
@@ -5015,6 +5014,11 @@ minimist@^1.2.0, minimist@^1.2.5:
5015
5014
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
5016
5015
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
5017
5016
5017
+ minimist@^1.2.6 :
5018
+ version "1.2.6"
5019
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
5020
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
5021
+
5018
5022
mkdirp-classic@^0.5.2 :
5019
5023
version "0.5.3"
5020
5024
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
@@ -5479,13 +5483,6 @@ pirates@^4.0.4:
5479
5483
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.4.tgz#07df81e61028e402735cdd49db701e4885b4e6e6"
5480
5484
integrity sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==
5481
5485
5482
- pkg-dir@^2.0.0 :
5483
- version "2.0.0"
5484
- resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
5485
- integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
5486
- dependencies :
5487
- find-up "^2.1.0"
5488
-
5489
5486
pkg-dir@^4.2.0 :
5490
5487
version "4.2.0"
5491
5488
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -6555,14 +6552,14 @@ ts-node@^9.1.1:
6555
6552
source-map-support "^0.5.17"
6556
6553
yn "3.1.1"
6557
6554
6558
- tsconfig-paths@^3.11 .0 :
6559
- version "3.11.0 "
6560
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0 .tgz#954c1fe973da6339c78e06b03ce2e48810b65f36 "
6561
- integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA ==
6555
+ tsconfig-paths@^3.12 .0 :
6556
+ version "3.14.1 "
6557
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1 .tgz#ba0734599e8ea36c862798e920bcf163277b137a "
6558
+ integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ ==
6562
6559
dependencies :
6563
6560
" @types/json5" " ^0.0.29"
6564
6561
json5 "^1.0.1"
6565
- minimist "^1.2.0 "
6562
+ minimist "^1.2.6 "
6566
6563
strip-bom "^3.0.0"
6567
6564
6568
6565
tslib@^1.8.1, tslib@^1.9.0 :
0 commit comments