|
24 | 24 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
25 | 25 |
|
26 | 26 | "@babel/core@^7.11.6", "@babel/core@^7.12.3":
|
27 |
| - version "7.23.6" |
28 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.6.tgz#8be77cd77c55baadcc1eae1c33df90ab6d2151d4" |
29 |
| - integrity sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw== |
| 27 | + version "7.23.7" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f" |
| 29 | + integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw== |
30 | 30 | dependencies:
|
31 | 31 | "@ampproject/remapping" "^2.2.0"
|
32 | 32 | "@babel/code-frame" "^7.23.5"
|
33 | 33 | "@babel/generator" "^7.23.6"
|
34 | 34 | "@babel/helper-compilation-targets" "^7.23.6"
|
35 | 35 | "@babel/helper-module-transforms" "^7.23.3"
|
36 |
| - "@babel/helpers" "^7.23.6" |
| 36 | + "@babel/helpers" "^7.23.7" |
37 | 37 | "@babel/parser" "^7.23.6"
|
38 | 38 | "@babel/template" "^7.22.15"
|
39 |
| - "@babel/traverse" "^7.23.6" |
| 39 | + "@babel/traverse" "^7.23.7" |
40 | 40 | "@babel/types" "^7.23.6"
|
41 | 41 | convert-source-map "^2.0.0"
|
42 | 42 | debug "^4.1.0"
|
|
137 | 137 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
|
138 | 138 | integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
|
139 | 139 |
|
140 |
| -"@babel/helpers@^7.23.6": |
141 |
| - version "7.23.6" |
142 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.6.tgz#d03af2ee5fb34691eec0cda90f5ecbb4d4da145a" |
143 |
| - integrity sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA== |
| 140 | +"@babel/helpers@^7.23.7": |
| 141 | + version "7.23.7" |
| 142 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.7.tgz#eb543c36f81da2873e47b76ee032343ac83bba60" |
| 143 | + integrity sha512-6AMnjCoC8wjqBzDHkuqpa7jAKwvMo4dC+lr/TFBz+ucfulO1XMpDnwWPGBNwClOKZ8h6xn5N81W/R5OrcKtCbQ== |
144 | 144 | dependencies:
|
145 | 145 | "@babel/template" "^7.22.15"
|
146 |
| - "@babel/traverse" "^7.23.6" |
| 146 | + "@babel/traverse" "^7.23.7" |
147 | 147 | "@babel/types" "^7.23.6"
|
148 | 148 |
|
149 | 149 | "@babel/highlight@^7.23.4":
|
|
259 | 259 | "@babel/helper-plugin-utils" "^7.22.5"
|
260 | 260 |
|
261 | 261 | "@babel/runtime@^7.18.9", "@babel/runtime@^7.7.6":
|
262 |
| - version "7.23.6" |
263 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.6.tgz#c05e610dc228855dc92ef1b53d07389ed8ab521d" |
264 |
| - integrity sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ== |
| 262 | + version "7.23.7" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.7.tgz#dd7c88deeb218a0f8bd34d5db1aa242e0f203193" |
| 264 | + integrity sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA== |
265 | 265 | dependencies:
|
266 | 266 | regenerator-runtime "^0.14.0"
|
267 | 267 |
|
|
274 | 274 | "@babel/parser" "^7.22.15"
|
275 | 275 | "@babel/types" "^7.22.15"
|
276 | 276 |
|
277 |
| -"@babel/traverse@^7.23.6": |
278 |
| - version "7.23.6" |
279 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5" |
280 |
| - integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ== |
| 277 | +"@babel/traverse@^7.23.7": |
| 278 | + version "7.23.7" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305" |
| 280 | + integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg== |
281 | 281 | dependencies:
|
282 | 282 | "@babel/code-frame" "^7.23.5"
|
283 | 283 | "@babel/generator" "^7.23.6"
|
|
736 | 736 | "@types/istanbul-lib-report" "*"
|
737 | 737 |
|
738 | 738 | "@types/node@*":
|
739 |
| - version "20.10.5" |
740 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2" |
741 |
| - integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw== |
| 739 | + version "20.10.6" |
| 740 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5" |
| 741 | + integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw== |
742 | 742 | dependencies:
|
743 | 743 | undici-types "~5.26.4"
|
744 | 744 |
|
|
0 commit comments