|
22 | 22 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
23 | 23 |
|
24 | 24 | "@babel/core@^7.12.3", "@babel/core@^7.21.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4": |
25 | | - version "7.28.4" |
26 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
27 | | - integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
| 25 | + version "7.28.5" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
| 27 | + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
28 | 28 | dependencies: |
29 | 29 | "@babel/code-frame" "^7.27.1" |
30 | | - "@babel/generator" "^7.28.3" |
| 30 | + "@babel/generator" "^7.28.5" |
31 | 31 | "@babel/helper-compilation-targets" "^7.27.2" |
32 | 32 | "@babel/helper-module-transforms" "^7.28.3" |
33 | 33 | "@babel/helpers" "^7.28.4" |
34 | | - "@babel/parser" "^7.28.4" |
| 34 | + "@babel/parser" "^7.28.5" |
35 | 35 | "@babel/template" "^7.27.2" |
36 | | - "@babel/traverse" "^7.28.4" |
37 | | - "@babel/types" "^7.28.4" |
| 36 | + "@babel/traverse" "^7.28.5" |
| 37 | + "@babel/types" "^7.28.5" |
38 | 38 | "@jridgewell/remapping" "^2.3.5" |
39 | 39 | convert-source-map "^2.0.0" |
40 | 40 | debug "^4.1.0" |
41 | 41 | gensync "^1.0.0-beta.2" |
42 | 42 | json5 "^2.2.3" |
43 | 43 | semver "^6.3.1" |
44 | 44 |
|
45 | | -"@babel/generator@^7.27.5", "@babel/generator@^7.28.3": |
46 | | - version "7.28.3" |
47 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
48 | | - integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
| 45 | +"@babel/generator@^7.27.5", "@babel/generator@^7.28.5": |
| 46 | + version "7.28.5" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" |
| 48 | + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== |
49 | 49 | dependencies: |
50 | | - "@babel/parser" "^7.28.3" |
51 | | - "@babel/types" "^7.28.2" |
| 50 | + "@babel/parser" "^7.28.5" |
| 51 | + "@babel/types" "^7.28.5" |
52 | 52 | "@jridgewell/gen-mapping" "^0.3.12" |
53 | 53 | "@jridgewell/trace-mapping" "^0.3.28" |
54 | 54 | jsesc "^3.0.2" |
|
217 | 217 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
218 | 218 | integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
219 | 219 |
|
| 220 | +"@babel/helper-validator-identifier@^7.28.5": |
| 221 | + version "7.28.5" |
| 222 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 223 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 224 | + |
220 | 225 | "@babel/helper-validator-option@^7.27.1": |
221 | 226 | version "7.27.1" |
222 | 227 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
|
239 | 244 | "@babel/template" "^7.27.2" |
240 | 245 | "@babel/types" "^7.28.4" |
241 | 246 |
|
242 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4": |
243 | | - version "7.28.4" |
244 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8" |
245 | | - integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== |
| 247 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5": |
| 248 | + version "7.28.5" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 250 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
246 | 251 | dependencies: |
247 | | - "@babel/types" "^7.28.4" |
| 252 | + "@babel/types" "^7.28.5" |
248 | 253 |
|
249 | 254 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1": |
250 | 255 | version "7.27.1" |
|
920 | 925 | "@babel/parser" "^7.27.2" |
921 | 926 | "@babel/types" "^7.27.1" |
922 | 927 |
|
923 | | -"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": |
924 | | - version "7.28.4" |
925 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
926 | | - integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== |
| 928 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5": |
| 929 | + version "7.28.5" |
| 930 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
| 931 | + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
927 | 932 | dependencies: |
928 | 933 | "@babel/code-frame" "^7.27.1" |
929 | | - "@babel/generator" "^7.28.3" |
| 934 | + "@babel/generator" "^7.28.5" |
930 | 935 | "@babel/helper-globals" "^7.28.0" |
931 | | - "@babel/parser" "^7.28.4" |
| 936 | + "@babel/parser" "^7.28.5" |
932 | 937 | "@babel/template" "^7.27.2" |
933 | | - "@babel/types" "^7.28.4" |
| 938 | + "@babel/types" "^7.28.5" |
934 | 939 | debug "^4.3.1" |
935 | 940 |
|
936 | | -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.3.0", "@babel/types@^7.4.4": |
937 | | - version "7.28.4" |
938 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
939 | | - integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
| 941 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.3.0", "@babel/types@^7.4.4": |
| 942 | + version "7.28.5" |
| 943 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 944 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
940 | 945 | dependencies: |
941 | 946 | "@babel/helper-string-parser" "^7.27.1" |
942 | | - "@babel/helper-validator-identifier" "^7.27.1" |
| 947 | + "@babel/helper-validator-identifier" "^7.28.5" |
943 | 948 |
|
944 | 949 | "@bcoe/v8-coverage@^0.2.3": |
945 | 950 | version "0.2.3" |
|
0 commit comments