|
27 | 27 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
28 | 28 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
29 | 29 |
|
30 |
| -"@babel/core@^7.22.8": |
31 |
| - version "7.22.8" |
32 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785" |
33 |
| - integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw== |
| 30 | +"@babel/core@^7.22.9": |
| 31 | + version "7.22.9" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f" |
| 33 | + integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w== |
34 | 34 | dependencies:
|
35 | 35 | "@ampproject/remapping" "^2.2.0"
|
36 | 36 | "@babel/code-frame" "^7.22.5"
|
37 |
| - "@babel/generator" "^7.22.7" |
38 |
| - "@babel/helper-compilation-targets" "^7.22.6" |
39 |
| - "@babel/helper-module-transforms" "^7.22.5" |
| 37 | + "@babel/generator" "^7.22.9" |
| 38 | + "@babel/helper-compilation-targets" "^7.22.9" |
| 39 | + "@babel/helper-module-transforms" "^7.22.9" |
40 | 40 | "@babel/helpers" "^7.22.6"
|
41 | 41 | "@babel/parser" "^7.22.7"
|
42 | 42 | "@babel/template" "^7.22.5"
|
43 | 43 | "@babel/traverse" "^7.22.8"
|
44 | 44 | "@babel/types" "^7.22.5"
|
45 |
| - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
46 | 45 | convert-source-map "^1.7.0"
|
47 | 46 | debug "^4.1.0"
|
48 | 47 | gensync "^1.0.0-beta.2"
|
49 | 48 | json5 "^2.2.2"
|
| 49 | + semver "^6.3.1" |
50 | 50 |
|
51 |
| -"@babel/generator@^7.22.7": |
52 |
| - version "7.22.7" |
53 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5" |
54 |
| - integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ== |
| 51 | +"@babel/generator@^7.22.7", "@babel/generator@^7.22.9": |
| 52 | + version "7.22.9" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" |
| 54 | + integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== |
55 | 55 | dependencies:
|
56 | 56 | "@babel/types" "^7.22.5"
|
57 | 57 | "@jridgewell/gen-mapping" "^0.3.2"
|
|
175 | 175 | dependencies:
|
176 | 176 | "@babel/types" "^7.22.5"
|
177 | 177 |
|
178 |
| -"@babel/helper-module-transforms@^7.22.5": |
179 |
| - version "7.22.5" |
180 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef" |
181 |
| - integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw== |
| 178 | +"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9": |
| 179 | + version "7.22.9" |
| 180 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" |
| 181 | + integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== |
182 | 182 | dependencies:
|
183 | 183 | "@babel/helper-environment-visitor" "^7.22.5"
|
184 | 184 | "@babel/helper-module-imports" "^7.22.5"
|
185 | 185 | "@babel/helper-simple-access" "^7.22.5"
|
186 |
| - "@babel/helper-split-export-declaration" "^7.22.5" |
| 186 | + "@babel/helper-split-export-declaration" "^7.22.6" |
187 | 187 | "@babel/helper-validator-identifier" "^7.22.5"
|
188 |
| - "@babel/template" "^7.22.5" |
189 |
| - "@babel/traverse" "^7.22.5" |
190 |
| - "@babel/types" "^7.22.5" |
191 | 188 |
|
192 | 189 | "@babel/helper-optimise-call-expression@^7.22.5":
|
193 | 190 | version "7.22.5"
|
|
0 commit comments