@@ -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"
@@ -5036,6 +5035,11 @@ minimist@^1.2.0, minimist@^1.2.5:
5036
5035
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
5037
5036
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
5038
5037
5038
+ minimist@^1.2.6 :
5039
+ version "1.2.6"
5040
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
5041
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
5042
+
5039
5043
mkdirp-classic@^0.5.2 :
5040
5044
version "0.5.3"
5041
5045
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
@@ -5510,13 +5514,6 @@ pirates@^4.0.4:
5510
5514
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.4.tgz#07df81e61028e402735cdd49db701e4885b4e6e6"
5511
5515
integrity sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==
5512
5516
5513
- pkg-dir@^2.0.0 :
5514
- version "2.0.0"
5515
- resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
5516
- integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
5517
- dependencies :
5518
- find-up "^2.1.0"
5519
-
5520
5517
pkg-dir@^4.2.0 :
5521
5518
version "4.2.0"
5522
5519
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -6585,14 +6582,14 @@ ts-node@^9.1.1:
6585
6582
source-map-support "^0.5.17"
6586
6583
yn "3.1.1"
6587
6584
6588
- tsconfig-paths@^3.11 .0 :
6589
- version "3.11.0 "
6590
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0 .tgz#954c1fe973da6339c78e06b03ce2e48810b65f36 "
6591
- integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA ==
6585
+ tsconfig-paths@^3.12 .0 :
6586
+ version "3.14.1 "
6587
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1 .tgz#ba0734599e8ea36c862798e920bcf163277b137a "
6588
+ integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ ==
6592
6589
dependencies :
6593
6590
" @types/json5" " ^0.0.29"
6594
6591
json5 "^1.0.1"
6595
- minimist "^1.2.0 "
6592
+ minimist "^1.2.6 "
6596
6593
strip-bom "^3.0.0"
6597
6594
6598
6595
tslib@^1.8.1, tslib@^1.9.0 :
0 commit comments