@@ -226,10 +226,10 @@ escape-string-regexp@^4.0.0:
226226 resolved "https://registry.nlark.com/escape-string-regexp/download/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
227227
228228" eslint-import-resolver-custom-alias@file:../.. " :
229- version "1.2 .0"
229+ version "1.3 .0"
230230 dependencies :
231- glob-parent "^5.1.0 "
232- resolve "^1.3.0 "
231+ glob-parent "^6.0.2 "
232+ resolve "^1.22.2 "
233233
234234eslint-import-resolver-node@^0.3.6 :
235235 version "0.3.6"
@@ -422,13 +422,7 @@ get-symbol-description@^1.0.0:
422422 call-bind "^1.0.2"
423423 get-intrinsic "^1.1.1"
424424
425- glob-parent@^5.1.0 :
426- version "5.1.2"
427- resolved "https://registry.npmmirror.com/glob-parent/download/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
428- dependencies :
429- is-glob "^4.0.1"
430-
431- glob-parent@^6.0.1 :
425+ glob-parent@^6.0.1, glob-parent@^6.0.2 :
432426 version "6.0.2"
433427 resolved "https://registry.npmmirror.com/glob-parent/download/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
434428 dependencies :
@@ -526,6 +520,12 @@ is-callable@^1.1.4, is-callable@^1.2.4:
526520 version "1.2.4"
527521 resolved "https://registry.nlark.com/is-callable/download/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
528522
523+ is-core-module@^2.11.0 :
524+ version "2.12.0"
525+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.0.tgz#36ad62f6f73c8253fd6472517a12483cf03e7ec4"
526+ dependencies :
527+ has "^1.0.3"
528+
529529is-core-module@^2.2.0, is-core-module@^2.7.0 :
530530 version "2.8.0"
531531 resolved "https://registry.npmmirror.com/is-core-module/download/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
@@ -542,7 +542,7 @@ is-extglob@^2.1.1:
542542 version "2.1.1"
543543 resolved "https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
544544
545- is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0. 3 :
545+ is-glob@^4.0.0, is-glob@^4.0.3 :
546546 version "4.0.3"
547547 resolved "https://registry.npmmirror.com/is-glob/download/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
548548 dependencies :
@@ -613,8 +613,8 @@ json-stable-stringify-without-jsonify@^1.0.1:
613613 resolved "https://registry.nlark.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
614614
615615json5@^1.0.1 :
616- version "1.0.1 "
617- resolved "https://registry.npm.taobao.org /json5/download /json5-1.0.1 .tgz#779fb0018604fa854eacbf6252180d83543e3dbe "
616+ version "1.0.2 "
617+ resolved "https://registry.yarnpkg.com /json5/- /json5-1.0.2 .tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593 "
618618 dependencies :
619619 minimist "^1.2.0"
620620
@@ -744,7 +744,7 @@ path-key@^3.1.0:
744744 version "3.1.1"
745745 resolved "https://registry.nlark.com/path-key/download/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
746746
747- path-parse@^1.0.6 :
747+ path-parse@^1.0.6, path-parse@^1.0.7 :
748748 version "1.0.7"
749749 resolved "https://registry.nlark.com/path-parse/download/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
750750
@@ -774,13 +774,21 @@ resolve-from@^4.0.0:
774774 version "4.0.0"
775775 resolved "https://registry.nlark.com/resolve-from/download/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
776776
777- resolve@^1.20.0, resolve@^1.3.0 :
777+ resolve@^1.20.0 :
778778 version "1.20.0"
779779 resolved "https://registry.npm.taobao.org/resolve/download/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
780780 dependencies :
781781 is-core-module "^2.2.0"
782782 path-parse "^1.0.6"
783783
784+ resolve@^1.22.2 :
785+ version "1.22.2"
786+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
787+ dependencies :
788+ is-core-module "^2.11.0"
789+ path-parse "^1.0.7"
790+ supports-preserve-symlinks-flag "^1.0.0"
791+
784792rimraf@^3.0.2 :
785793 version "3.0.2"
786794 resolved "https://registry.npm.taobao.org/rimraf/download/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -849,6 +857,10 @@ supports-color@^7.1.0:
849857 dependencies :
850858 has-flag "^4.0.0"
851859
860+ supports-preserve-symlinks-flag@^1.0.0 :
861+ version "1.0.0"
862+ resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
863+
852864text-table@^0.2.0 :
853865 version "0.2.0"
854866 resolved "https://registry.npm.taobao.org/text-table/download/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
0 commit comments