|
30 | 30 | "@csstools/css-tokenizer" "^3.0.3"
|
31 | 31 | lru-cache "^11.0.2"
|
32 | 32 |
|
33 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
| 33 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2": |
34 | 34 | version "7.26.2"
|
35 | 35 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
|
36 | 36 | integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
|
|
44 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
|
45 | 45 | integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
|
46 | 46 |
|
47 |
| -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.21.3", "@babel/core@^7.23.9", "@babel/core@^7.26.0": |
48 |
| - version "7.26.0" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
50 |
| - integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
| 47 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.21.3", "@babel/core@^7.23.9", "@babel/core@^7.26.7": |
| 48 | + version "7.26.7" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24" |
| 50 | + integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA== |
51 | 51 | dependencies:
|
52 | 52 | "@ampproject/remapping" "^2.2.0"
|
53 |
| - "@babel/code-frame" "^7.26.0" |
54 |
| - "@babel/generator" "^7.26.0" |
55 |
| - "@babel/helper-compilation-targets" "^7.25.9" |
| 53 | + "@babel/code-frame" "^7.26.2" |
| 54 | + "@babel/generator" "^7.26.5" |
| 55 | + "@babel/helper-compilation-targets" "^7.26.5" |
56 | 56 | "@babel/helper-module-transforms" "^7.26.0"
|
57 |
| - "@babel/helpers" "^7.26.0" |
58 |
| - "@babel/parser" "^7.26.0" |
| 57 | + "@babel/helpers" "^7.26.7" |
| 58 | + "@babel/parser" "^7.26.7" |
59 | 59 | "@babel/template" "^7.25.9"
|
60 |
| - "@babel/traverse" "^7.25.9" |
61 |
| - "@babel/types" "^7.26.0" |
| 60 | + "@babel/traverse" "^7.26.7" |
| 61 | + "@babel/types" "^7.26.7" |
62 | 62 | convert-source-map "^2.0.0"
|
63 | 63 | debug "^4.1.0"
|
64 | 64 | gensync "^1.0.0-beta.2"
|
|
74 | 74 | eslint-visitor-keys "^2.1.0"
|
75 | 75 | semver "^6.3.1"
|
76 | 76 |
|
77 |
| -"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2": |
78 |
| - version "7.26.2" |
79 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f" |
80 |
| - integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw== |
| 77 | +"@babel/generator@^7.26.5", "@babel/generator@^7.7.2": |
| 78 | + version "7.26.5" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458" |
| 80 | + integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw== |
81 | 81 | dependencies:
|
82 |
| - "@babel/parser" "^7.26.2" |
83 |
| - "@babel/types" "^7.26.0" |
| 82 | + "@babel/parser" "^7.26.5" |
| 83 | + "@babel/types" "^7.26.5" |
84 | 84 | "@jridgewell/gen-mapping" "^0.3.5"
|
85 | 85 | "@jridgewell/trace-mapping" "^0.3.25"
|
86 | 86 | jsesc "^3.0.2"
|
|
223 | 223 | "@babel/traverse" "^7.25.9"
|
224 | 224 | "@babel/types" "^7.25.9"
|
225 | 225 |
|
226 |
| -"@babel/helpers@^7.26.0": |
227 |
| - version "7.26.0" |
228 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
229 |
| - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 226 | +"@babel/helpers@^7.26.7": |
| 227 | + version "7.26.7" |
| 228 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
| 229 | + integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
230 | 230 | dependencies:
|
231 | 231 | "@babel/template" "^7.25.9"
|
232 |
| - "@babel/types" "^7.26.0" |
| 232 | + "@babel/types" "^7.26.7" |
233 | 233 |
|
234 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2": |
235 |
| - version "7.26.2" |
236 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" |
237 |
| - integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== |
| 234 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7": |
| 235 | + version "7.26.7" |
| 236 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c" |
| 237 | + integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w== |
238 | 238 | dependencies:
|
239 |
| - "@babel/types" "^7.26.0" |
| 239 | + "@babel/types" "^7.26.7" |
240 | 240 |
|
241 | 241 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
242 | 242 | version "7.25.9"
|
|
1071 | 1071 | "@babel/parser" "^7.25.9"
|
1072 | 1072 | "@babel/types" "^7.25.9"
|
1073 | 1073 |
|
1074 |
| -"@babel/traverse@^7.25.9": |
1075 |
| - version "7.25.9" |
1076 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
1077 |
| - integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== |
| 1074 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.7": |
| 1075 | + version "7.26.7" |
| 1076 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb" |
| 1077 | + integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA== |
1078 | 1078 | dependencies:
|
1079 |
| - "@babel/code-frame" "^7.25.9" |
1080 |
| - "@babel/generator" "^7.25.9" |
1081 |
| - "@babel/parser" "^7.25.9" |
| 1079 | + "@babel/code-frame" "^7.26.2" |
| 1080 | + "@babel/generator" "^7.26.5" |
| 1081 | + "@babel/parser" "^7.26.7" |
1082 | 1082 | "@babel/template" "^7.25.9"
|
1083 |
| - "@babel/types" "^7.25.9" |
| 1083 | + "@babel/types" "^7.26.7" |
1084 | 1084 | debug "^4.3.1"
|
1085 | 1085 | globals "^11.1.0"
|
1086 | 1086 |
|
1087 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1088 |
| - version "7.26.0" |
1089 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
1090 |
| - integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 1087 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.25.9", "@babel/types@^7.26.5", "@babel/types@^7.26.7", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1088 | + version "7.26.7" |
| 1089 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
| 1090 | + integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1091 | 1091 | dependencies:
|
1092 | 1092 | "@babel/helper-string-parser" "^7.25.9"
|
1093 | 1093 | "@babel/helper-validator-identifier" "^7.25.9"
|
|
0 commit comments