|
31 | 31 | "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
|
32 | 32 | chokidar "^3.6.0"
|
33 | 33 |
|
34 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
| 34 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2": |
35 | 35 | version "7.26.2"
|
36 | 36 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
|
37 | 37 | integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
|
|
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
|
46 | 46 | integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
|
47 | 47 |
|
48 |
| -"@babel/[email protected].0", "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
49 |
| - version "7.26.0" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
51 |
| - integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
| 48 | +"@babel/[email protected].7", "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
| 49 | + version "7.26.7" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24" |
| 51 | + integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA== |
52 | 52 | dependencies:
|
53 | 53 | "@ampproject/remapping" "^2.2.0"
|
54 |
| - "@babel/code-frame" "^7.26.0" |
55 |
| - "@babel/generator" "^7.26.0" |
56 |
| - "@babel/helper-compilation-targets" "^7.25.9" |
| 54 | + "@babel/code-frame" "^7.26.2" |
| 55 | + "@babel/generator" "^7.26.5" |
| 56 | + "@babel/helper-compilation-targets" "^7.26.5" |
57 | 57 | "@babel/helper-module-transforms" "^7.26.0"
|
58 |
| - "@babel/helpers" "^7.26.0" |
59 |
| - "@babel/parser" "^7.26.0" |
| 58 | + "@babel/helpers" "^7.26.7" |
| 59 | + "@babel/parser" "^7.26.7" |
60 | 60 | "@babel/template" "^7.25.9"
|
61 |
| - "@babel/traverse" "^7.25.9" |
62 |
| - "@babel/types" "^7.26.0" |
| 61 | + "@babel/traverse" "^7.26.7" |
| 62 | + "@babel/types" "^7.26.7" |
63 | 63 | convert-source-map "^2.0.0"
|
64 | 64 | debug "^4.1.0"
|
65 | 65 | gensync "^1.0.0-beta.2"
|
|
75 | 75 | "@jridgewell/gen-mapping" "^0.3.0"
|
76 | 76 | jsesc "^2.5.1"
|
77 | 77 |
|
78 |
| -"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2": |
79 |
| - version "7.26.2" |
80 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f" |
81 |
| - integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw== |
| 78 | +"@babel/generator@^7.26.5", "@babel/generator@^7.7.2": |
| 79 | + version "7.26.5" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458" |
| 81 | + integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw== |
82 | 82 | dependencies:
|
83 |
| - "@babel/parser" "^7.26.2" |
84 |
| - "@babel/types" "^7.26.0" |
| 83 | + "@babel/parser" "^7.26.5" |
| 84 | + "@babel/types" "^7.26.5" |
85 | 85 | "@jridgewell/gen-mapping" "^0.3.5"
|
86 | 86 | "@jridgewell/trace-mapping" "^0.3.25"
|
87 | 87 | jsesc "^3.0.2"
|
|
249 | 249 | "@babel/traverse" "^7.25.9"
|
250 | 250 | "@babel/types" "^7.25.9"
|
251 | 251 |
|
252 |
| -"@babel/helpers@^7.26.0": |
253 |
| - version "7.26.0" |
254 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
255 |
| - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 252 | +"@babel/helpers@^7.26.7": |
| 253 | + version "7.26.7" |
| 254 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
| 255 | + integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
256 | 256 | dependencies:
|
257 | 257 | "@babel/template" "^7.25.9"
|
258 |
| - "@babel/types" "^7.26.0" |
| 258 | + "@babel/types" "^7.26.7" |
259 | 259 |
|
260 | 260 |
|
261 | 261 | version "7.18.4"
|
262 | 262 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
|
263 | 263 | integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
|
264 | 264 |
|
265 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2": |
266 |
| - version "7.26.2" |
267 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" |
268 |
| - integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== |
| 265 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7": |
| 266 | + version "7.26.7" |
| 267 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c" |
| 268 | + integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w== |
269 | 269 | dependencies:
|
270 |
| - "@babel/types" "^7.26.0" |
| 270 | + "@babel/types" "^7.26.7" |
271 | 271 |
|
272 | 272 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
273 | 273 | version "7.25.9"
|
|
973 | 973 | "@babel/parser" "^7.25.9"
|
974 | 974 | "@babel/types" "^7.25.9"
|
975 | 975 |
|
976 |
| -"@babel/traverse@^7.25.9": |
977 |
| - version "7.25.9" |
978 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
979 |
| - integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== |
| 976 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.7": |
| 977 | + version "7.26.7" |
| 978 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb" |
| 979 | + integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA== |
980 | 980 | dependencies:
|
981 |
| - "@babel/code-frame" "^7.25.9" |
982 |
| - "@babel/generator" "^7.25.9" |
983 |
| - "@babel/parser" "^7.25.9" |
| 981 | + "@babel/code-frame" "^7.26.2" |
| 982 | + "@babel/generator" "^7.26.5" |
| 983 | + "@babel/parser" "^7.26.7" |
984 | 984 | "@babel/template" "^7.25.9"
|
985 |
| - "@babel/types" "^7.25.9" |
| 985 | + "@babel/types" "^7.26.7" |
986 | 986 | debug "^4.3.1"
|
987 | 987 | globals "^11.1.0"
|
988 | 988 |
|
|
995 | 995 | "@babel/helper-validator-identifier" "^7.18.6"
|
996 | 996 | to-fast-properties "^2.0.0"
|
997 | 997 |
|
998 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
999 |
| - version "7.26.0" |
1000 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
1001 |
| - integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 998 | +"@babel/types@^7.0.0", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.5", "@babel/types@^7.26.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 999 | + version "7.26.7" |
| 1000 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
| 1001 | + integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1002 | 1002 | dependencies:
|
1003 | 1003 | "@babel/helper-string-parser" "^7.25.9"
|
1004 | 1004 | "@babel/helper-validator-identifier" "^7.25.9"
|
|
0 commit comments