|
46 | 46 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
47 | 47 |
|
48 | 48 | "@babel/core@^7.7.4":
|
49 |
| - version "7.27.1" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
51 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 49 | + version "7.27.4" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
| 51 | + integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
52 | 52 | dependencies:
|
53 | 53 | "@ampproject/remapping" "^2.2.0"
|
54 | 54 | "@babel/code-frame" "^7.27.1"
|
55 |
| - "@babel/generator" "^7.27.1" |
56 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
57 |
| - "@babel/helper-module-transforms" "^7.27.1" |
58 |
| - "@babel/helpers" "^7.27.1" |
59 |
| - "@babel/parser" "^7.27.1" |
60 |
| - "@babel/template" "^7.27.1" |
61 |
| - "@babel/traverse" "^7.27.1" |
62 |
| - "@babel/types" "^7.27.1" |
| 55 | + "@babel/generator" "^7.27.3" |
| 56 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 57 | + "@babel/helper-module-transforms" "^7.27.3" |
| 58 | + "@babel/helpers" "^7.27.4" |
| 59 | + "@babel/parser" "^7.27.4" |
| 60 | + "@babel/template" "^7.27.2" |
| 61 | + "@babel/traverse" "^7.27.4" |
| 62 | + "@babel/types" "^7.27.3" |
63 | 63 | convert-source-map "^2.0.0"
|
64 | 64 | debug "^4.1.0"
|
65 | 65 | gensync "^1.0.0-beta.2"
|
66 | 66 | json5 "^2.2.3"
|
67 | 67 | semver "^6.3.1"
|
68 | 68 |
|
69 |
| -"@babel/generator@^7.27.1": |
70 |
| - version "7.27.1" |
71 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230" |
72 |
| - integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w== |
| 69 | +"@babel/generator@^7.27.3": |
| 70 | + version "7.27.3" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 72 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
73 | 73 | dependencies:
|
74 |
| - "@babel/parser" "^7.27.1" |
75 |
| - "@babel/types" "^7.27.1" |
| 74 | + "@babel/parser" "^7.27.3" |
| 75 | + "@babel/types" "^7.27.3" |
76 | 76 | "@jridgewell/gen-mapping" "^0.3.5"
|
77 | 77 | "@jridgewell/trace-mapping" "^0.3.25"
|
78 | 78 | jsesc "^3.0.2"
|
|
170 | 170 | "@babel/traverse" "^7.27.1"
|
171 | 171 | "@babel/types" "^7.27.1"
|
172 | 172 |
|
173 |
| -"@babel/helper-module-transforms@^7.27.1": |
174 |
| - version "7.27.1" |
175 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f" |
176 |
| - integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g== |
| 173 | +"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3": |
| 174 | + version "7.27.3" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 176 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
177 | 177 | dependencies:
|
178 | 178 | "@babel/helper-module-imports" "^7.27.1"
|
179 | 179 | "@babel/helper-validator-identifier" "^7.27.1"
|
180 |
| - "@babel/traverse" "^7.27.1" |
| 180 | + "@babel/traverse" "^7.27.3" |
181 | 181 |
|
182 | 182 | "@babel/helper-optimise-call-expression@^7.27.1":
|
183 | 183 | version "7.27.1"
|
|
241 | 241 | "@babel/traverse" "^7.27.1"
|
242 | 242 | "@babel/types" "^7.27.1"
|
243 | 243 |
|
244 |
| -"@babel/helpers@^7.27.1": |
245 |
| - version "7.27.1" |
246 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
247 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 244 | +"@babel/helpers@^7.27.4": |
| 245 | + version "7.27.4" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
| 247 | + integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
248 | 248 | dependencies:
|
249 |
| - "@babel/template" "^7.27.1" |
250 |
| - "@babel/types" "^7.27.1" |
| 249 | + "@babel/template" "^7.27.2" |
| 250 | + "@babel/types" "^7.27.3" |
251 | 251 |
|
252 |
| -"@babel/parser@^7.27.1": |
253 |
| - version "7.27.1" |
254 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9" |
255 |
| - integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ== |
| 252 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.27.4": |
| 253 | + version "7.27.4" |
| 254 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
| 255 | + integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
256 | 256 | dependencies:
|
257 |
| - "@babel/types" "^7.27.1" |
| 257 | + "@babel/types" "^7.27.3" |
258 | 258 |
|
259 | 259 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
260 | 260 | version "7.27.1"
|
|
804 | 804 | pirates "^4.0.6"
|
805 | 805 | source-map-support "^0.5.16"
|
806 | 806 |
|
807 |
| -"@babel/template@^7.27.1": |
808 |
| - version "7.27.1" |
809 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2" |
810 |
| - integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg== |
| 807 | +"@babel/template@^7.27.1", "@babel/template@^7.27.2": |
| 808 | + version "7.27.2" |
| 809 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 810 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
811 | 811 | dependencies:
|
812 | 812 | "@babel/code-frame" "^7.27.1"
|
813 |
| - "@babel/parser" "^7.27.1" |
| 813 | + "@babel/parser" "^7.27.2" |
814 | 814 | "@babel/types" "^7.27.1"
|
815 | 815 |
|
816 |
| -"@babel/traverse@^7.27.1": |
817 |
| - version "7.27.1" |
818 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291" |
819 |
| - integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg== |
| 816 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4": |
| 817 | + version "7.27.4" |
| 818 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 819 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
820 | 820 | dependencies:
|
821 | 821 | "@babel/code-frame" "^7.27.1"
|
822 |
| - "@babel/generator" "^7.27.1" |
823 |
| - "@babel/parser" "^7.27.1" |
824 |
| - "@babel/template" "^7.27.1" |
825 |
| - "@babel/types" "^7.27.1" |
| 822 | + "@babel/generator" "^7.27.3" |
| 823 | + "@babel/parser" "^7.27.4" |
| 824 | + "@babel/template" "^7.27.2" |
| 825 | + "@babel/types" "^7.27.3" |
826 | 826 | debug "^4.3.1"
|
827 | 827 | globals "^11.1.0"
|
828 | 828 |
|
829 |
| -"@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.4.4": |
830 |
| - version "7.27.1" |
831 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
832 |
| - integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
| 829 | +"@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.4.4": |
| 830 | + version "7.27.3" |
| 831 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 832 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
833 | 833 | dependencies:
|
834 | 834 | "@babel/helper-string-parser" "^7.27.1"
|
835 | 835 | "@babel/helper-validator-identifier" "^7.27.1"
|
|
0 commit comments