|
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.16.0", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.8.3": |
35 | | - version "7.26.0" |
36 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
37 | | - integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 34 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.8.3": |
| 35 | + version "7.26.2" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 37 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
38 | 38 | dependencies: |
39 | 39 | "@babel/helper-validator-identifier" "^7.25.9" |
40 | 40 | js-tokens "^4.0.0" |
41 | 41 | picocolors "^1.0.0" |
42 | 42 |
|
43 | | -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0": |
44 | | - version "7.26.0" |
45 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
46 | | - integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 43 | +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.0", "@babel/compat-data@^7.26.5": |
| 44 | + version "7.26.5" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7" |
| 46 | + integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg== |
47 | 47 |
|
48 | | -"@babel/core@7.26.0", "@babel/core@^7.7.5": |
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/core@7.26.7", "@babel/core@^7.7.5": |
| 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 | eslint-visitor-keys "^2.1.0" |
76 | 76 | semver "^6.3.1" |
77 | 77 |
|
78 | | -"@babel/generator@^7.12.11", "@babel/generator@^7.25.9", "@babel/generator@^7.26.0": |
79 | | - version "7.26.0" |
80 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
81 | | - integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 78 | +"@babel/generator@^7.12.11", "@babel/generator@^7.26.5": |
| 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.0" |
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" |
|
101 | 101 | "@babel/traverse" "^7.25.9" |
102 | 102 | "@babel/types" "^7.25.9" |
103 | 103 |
|
104 | | -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9": |
105 | | - version "7.25.9" |
106 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875" |
107 | | - integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ== |
| 104 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5": |
| 105 | + version "7.26.5" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8" |
| 107 | + integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA== |
108 | 108 | dependencies: |
109 | | - "@babel/compat-data" "^7.25.9" |
| 109 | + "@babel/compat-data" "^7.26.5" |
110 | 110 | "@babel/helper-validator-option" "^7.25.9" |
111 | 111 | browserslist "^4.24.0" |
112 | 112 | lru-cache "^5.1.1" |
|
240 | 240 | "@babel/traverse" "^7.25.9" |
241 | 241 | "@babel/types" "^7.25.9" |
242 | 242 |
|
243 | | -"@babel/helpers@^7.26.0": |
244 | | - version "7.26.0" |
245 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
246 | | - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 243 | +"@babel/helpers@^7.26.7": |
| 244 | + version "7.26.7" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
| 246 | + integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
247 | 247 | dependencies: |
248 | 248 | "@babel/template" "^7.25.9" |
249 | | - "@babel/types" "^7.26.0" |
| 249 | + "@babel/types" "^7.26.7" |
250 | 250 |
|
251 | | -"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.7.0": |
252 | | - version "7.26.1" |
253 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975" |
254 | | - integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw== |
| 251 | +"@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7", "@babel/parser@^7.7.0": |
| 252 | + version "7.26.7" |
| 253 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c" |
| 254 | + integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w== |
255 | 255 | dependencies: |
256 | | - "@babel/types" "^7.26.0" |
| 256 | + "@babel/types" "^7.26.7" |
257 | 257 |
|
258 | 258 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
259 | 259 | version "7.25.9" |
|
862 | 862 | "@babel/parser" "^7.25.9" |
863 | 863 | "@babel/types" "^7.25.9" |
864 | 864 |
|
865 | | -"@babel/traverse@^7.1.6", "@babel/traverse@^7.25.9", "@babel/traverse@^7.7.0": |
866 | | - version "7.25.9" |
867 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
868 | | - integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== |
| 865 | +"@babel/traverse@^7.1.6", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.7", "@babel/traverse@^7.7.0": |
| 866 | + version "7.26.7" |
| 867 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb" |
| 868 | + integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA== |
869 | 869 | dependencies: |
870 | | - "@babel/code-frame" "^7.25.9" |
871 | | - "@babel/generator" "^7.25.9" |
872 | | - "@babel/parser" "^7.25.9" |
| 870 | + "@babel/code-frame" "^7.26.2" |
| 871 | + "@babel/generator" "^7.26.5" |
| 872 | + "@babel/parser" "^7.26.7" |
873 | 873 | "@babel/template" "^7.25.9" |
874 | | - "@babel/types" "^7.25.9" |
| 874 | + "@babel/types" "^7.26.7" |
875 | 875 | debug "^4.3.1" |
876 | 876 | globals "^11.1.0" |
877 | 877 |
|
878 | | -"@babel/types@^7.2.0", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
879 | | - version "7.26.0" |
880 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
881 | | - integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 878 | +"@babel/types@^7.2.0", "@babel/types@^7.25.9", "@babel/types@^7.26.5", "@babel/types@^7.26.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 879 | + version "7.26.7" |
| 880 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
| 881 | + integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
882 | 882 | dependencies: |
883 | 883 | "@babel/helper-string-parser" "^7.25.9" |
884 | 884 | "@babel/helper-validator-identifier" "^7.25.9" |
|
0 commit comments