|
28 | 28 | "@babel/highlight" "^7.22.13" |
29 | 29 | chalk "^2.4.2" |
30 | 30 |
|
31 | | -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": |
32 | | - version "7.22.9" |
33 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
34 | | - integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== |
| 31 | +"@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": |
| 32 | + version "7.22.20" |
| 33 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" |
| 34 | + integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw== |
35 | 35 |
|
36 | 36 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.17": |
37 | 37 | version "7.22.17" |
|
310 | 310 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044" |
311 | 311 | integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ== |
312 | 312 |
|
| 313 | +"@babel/helper-validator-identifier@^7.22.19": |
| 314 | + version "7.22.20" |
| 315 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 316 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 317 | + |
313 | 318 | "@babel/helper-validator-identifier@^7.22.5": |
314 | 319 | version "7.22.5" |
315 | 320 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
|
919 | 924 | "@babel/helper-create-regexp-features-plugin" "^7.22.5" |
920 | 925 | "@babel/helper-plugin-utils" "^7.22.5" |
921 | 926 |
|
922 | | -"@babel/preset-env@^7.22.15": |
923 | | - version "7.22.15" |
924 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.15.tgz#142716f8e00bc030dae5b2ac6a46fbd8b3e18ff8" |
925 | | - integrity sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag== |
| 927 | +"@babel/preset-env@^7.22.20": |
| 928 | + version "7.22.20" |
| 929 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.20.tgz#de9e9b57e1127ce0a2f580831717f7fb677ceedb" |
| 930 | + integrity sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg== |
926 | 931 | dependencies: |
927 | | - "@babel/compat-data" "^7.22.9" |
| 932 | + "@babel/compat-data" "^7.22.20" |
928 | 933 | "@babel/helper-compilation-targets" "^7.22.15" |
929 | 934 | "@babel/helper-plugin-utils" "^7.22.5" |
930 | 935 | "@babel/helper-validator-option" "^7.22.15" |
|
998 | 1003 | "@babel/plugin-transform-unicode-regex" "^7.22.5" |
999 | 1004 | "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" |
1000 | 1005 | "@babel/preset-modules" "0.1.6-no-external-plugins" |
1001 | | - "@babel/types" "^7.22.15" |
| 1006 | + "@babel/types" "^7.22.19" |
1002 | 1007 | babel-plugin-polyfill-corejs2 "^0.4.5" |
1003 | 1008 | babel-plugin-polyfill-corejs3 "^0.8.3" |
1004 | 1009 | babel-plugin-polyfill-regenerator "^0.5.2" |
|
1051 | 1056 | debug "^4.1.0" |
1052 | 1057 | globals "^11.1.0" |
1053 | 1058 |
|
1054 | | -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.17", "@babel/types@^7.22.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1055 | | - version "7.22.17" |
1056 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee" |
1057 | | - integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg== |
| 1059 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.17", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1060 | + version "7.22.19" |
| 1061 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684" |
| 1062 | + integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg== |
1058 | 1063 | dependencies: |
1059 | 1064 | "@babel/helper-string-parser" "^7.22.5" |
1060 | | - "@babel/helper-validator-identifier" "^7.22.15" |
| 1065 | + "@babel/helper-validator-identifier" "^7.22.19" |
1061 | 1066 | to-fast-properties "^2.0.0" |
1062 | 1067 |
|
1063 | 1068 | "@bcoe/v8-coverage@^0.2.3": |
|
0 commit comments