|
22 | 22 | "@aureooms/js-collections-deque" "^4.0.1"
|
23 | 23 | "@aureooms/js-error" "^4.0.1"
|
24 | 24 |
|
25 |
| - |
26 |
| - version "7.12.7" |
27 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977" |
28 |
| - integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q== |
| 25 | + |
| 26 | + version "7.12.8" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430" |
| 28 | + integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA== |
29 | 29 | dependencies:
|
30 | 30 | commander "^4.0.1"
|
31 | 31 | convert-source-map "^1.1.0"
|
|
58 | 58 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
59 | 59 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
|
60 | 60 |
|
61 |
| - |
62 |
| - version "7.12.7" |
63 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf" |
64 |
| - integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw== |
| 61 | + |
| 62 | + version "7.12.8" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6" |
| 64 | + integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg== |
65 | 65 | dependencies:
|
66 | 66 | "@babel/code-frame" "^7.10.4"
|
67 | 67 | "@babel/generator" "^7.12.5"
|
68 | 68 | "@babel/helper-module-transforms" "^7.12.1"
|
69 | 69 | "@babel/helpers" "^7.12.5"
|
70 | 70 | "@babel/parser" "^7.12.7"
|
71 | 71 | "@babel/template" "^7.12.7"
|
72 |
| - "@babel/traverse" "^7.12.7" |
| 72 | + "@babel/traverse" "^7.12.8" |
73 | 73 | "@babel/types" "^7.12.7"
|
74 | 74 | convert-source-map "^1.7.0"
|
75 | 75 | debug "^4.1.0"
|
|
1133 | 1133 | globals "^11.1.0"
|
1134 | 1134 | lodash "^4.17.19"
|
1135 | 1135 |
|
1136 |
| -"@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7": |
| 1136 | +"@babel/traverse@^7.12.5": |
1137 | 1137 | version "7.12.7"
|
1138 | 1138 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
|
1139 | 1139 | integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
|
|
1148 | 1148 | globals "^11.1.0"
|
1149 | 1149 | lodash "^4.17.19"
|
1150 | 1150 |
|
| 1151 | +"@babel/traverse@^7.12.8": |
| 1152 | + version "7.12.8" |
| 1153 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4" |
| 1154 | + integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q== |
| 1155 | + dependencies: |
| 1156 | + "@babel/code-frame" "^7.10.4" |
| 1157 | + "@babel/generator" "^7.12.5" |
| 1158 | + "@babel/helper-function-name" "^7.10.4" |
| 1159 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1160 | + "@babel/parser" "^7.12.7" |
| 1161 | + "@babel/types" "^7.12.7" |
| 1162 | + debug "^4.1.0" |
| 1163 | + globals "^11.1.0" |
| 1164 | + lodash "^4.17.19" |
| 1165 | + |
1151 | 1166 | "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
|
1152 | 1167 | version "7.9.5"
|
1153 | 1168 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
|
|
0 commit comments