|
67 | 67 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
68 | 68 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
69 | 69 |
|
70 |
| - |
71 |
| - version "7.27.1" |
72 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
73 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 70 | + |
| 71 | + version "7.27.3" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 73 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
74 | 74 | dependencies:
|
75 | 75 | "@ampproject/remapping" "^2.2.0"
|
76 | 76 | "@babel/code-frame" "^7.27.1"
|
77 |
| - "@babel/generator" "^7.27.1" |
78 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
79 |
| - "@babel/helper-module-transforms" "^7.27.1" |
80 |
| - "@babel/helpers" "^7.27.1" |
81 |
| - "@babel/parser" "^7.27.1" |
82 |
| - "@babel/template" "^7.27.1" |
83 |
| - "@babel/traverse" "^7.27.1" |
84 |
| - "@babel/types" "^7.27.1" |
| 77 | + "@babel/generator" "^7.27.3" |
| 78 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 79 | + "@babel/helper-module-transforms" "^7.27.3" |
| 80 | + "@babel/helpers" "^7.27.3" |
| 81 | + "@babel/parser" "^7.27.3" |
| 82 | + "@babel/template" "^7.27.2" |
| 83 | + "@babel/traverse" "^7.27.3" |
| 84 | + "@babel/types" "^7.27.3" |
85 | 85 | convert-source-map "^2.0.0"
|
86 | 86 | debug "^4.1.0"
|
87 | 87 | gensync "^1.0.0-beta.2"
|
|
139 | 139 | "@jridgewell/trace-mapping" "^0.3.25"
|
140 | 140 | jsesc "^3.0.2"
|
141 | 141 |
|
| 142 | +"@babel/generator@^7.27.3": |
| 143 | + version "7.27.3" |
| 144 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 145 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 146 | + dependencies: |
| 147 | + "@babel/parser" "^7.27.3" |
| 148 | + "@babel/types" "^7.27.3" |
| 149 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 150 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 151 | + jsesc "^3.0.2" |
| 152 | + |
142 | 153 | "@babel/helper-annotate-as-pure@^7.16.0":
|
143 | 154 | version "7.16.0"
|
144 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
408 | 419 | "@babel/helper-validator-identifier" "^7.27.1"
|
409 | 420 | "@babel/traverse" "^7.27.1"
|
410 | 421 |
|
| 422 | +"@babel/helper-module-transforms@^7.27.3": |
| 423 | + version "7.27.3" |
| 424 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 425 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 426 | + dependencies: |
| 427 | + "@babel/helper-module-imports" "^7.27.1" |
| 428 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 429 | + "@babel/traverse" "^7.27.3" |
| 430 | + |
411 | 431 | "@babel/helper-optimise-call-expression@^7.16.0":
|
412 | 432 | version "7.16.0"
|
413 | 433 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
|
|
609 | 629 | "@babel/traverse" "^7.16.5"
|
610 | 630 | "@babel/types" "^7.16.0"
|
611 | 631 |
|
612 |
| -"@babel/helpers@^7.27.1": |
613 |
| - version "7.27.1" |
614 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
615 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 632 | +"@babel/helpers@^7.27.3": |
| 633 | + version "7.27.3" |
| 634 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 635 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
616 | 636 | dependencies:
|
617 |
| - "@babel/template" "^7.27.1" |
618 |
| - "@babel/types" "^7.27.1" |
| 637 | + "@babel/template" "^7.27.2" |
| 638 | + "@babel/types" "^7.27.3" |
619 | 639 |
|
620 | 640 | "@babel/highlight@^7.16.0":
|
621 | 641 | version "7.16.0"
|
|
666 | 686 | dependencies:
|
667 | 687 | "@babel/types" "^7.27.1"
|
668 | 688 |
|
| 689 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 690 | + version "7.27.3" |
| 691 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 692 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 693 | + dependencies: |
| 694 | + "@babel/types" "^7.27.3" |
| 695 | + |
669 | 696 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
670 | 697 | version "7.27.1"
|
671 | 698 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
|
1910 | 1937 | "@babel/parser" "^7.27.1"
|
1911 | 1938 | "@babel/types" "^7.27.1"
|
1912 | 1939 |
|
| 1940 | +"@babel/template@^7.27.2": |
| 1941 | + version "7.27.2" |
| 1942 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1943 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1944 | + dependencies: |
| 1945 | + "@babel/code-frame" "^7.27.1" |
| 1946 | + "@babel/parser" "^7.27.2" |
| 1947 | + "@babel/types" "^7.27.1" |
| 1948 | + |
1913 | 1949 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5":
|
1914 | 1950 | version "7.24.0"
|
1915 | 1951 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
|
|
1939 | 1975 | debug "^4.3.1"
|
1940 | 1976 | globals "^11.1.0"
|
1941 | 1977 |
|
| 1978 | +"@babel/traverse@^7.27.3": |
| 1979 | + version "7.27.3" |
| 1980 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 1981 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 1982 | + dependencies: |
| 1983 | + "@babel/code-frame" "^7.27.1" |
| 1984 | + "@babel/generator" "^7.27.3" |
| 1985 | + "@babel/parser" "^7.27.3" |
| 1986 | + "@babel/template" "^7.27.2" |
| 1987 | + "@babel/types" "^7.27.3" |
| 1988 | + debug "^4.3.1" |
| 1989 | + globals "^11.1.0" |
| 1990 | + |
1942 | 1991 | "@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
1943 | 1992 | version "7.16.0"
|
1944 | 1993 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
|
|
2008 | 2057 | "@babel/helper-string-parser" "^7.27.1"
|
2009 | 2058 | "@babel/helper-validator-identifier" "^7.27.1"
|
2010 | 2059 |
|
| 2060 | +"@babel/types@^7.27.3": |
| 2061 | + version "7.27.3" |
| 2062 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 2063 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 2064 | + dependencies: |
| 2065 | + "@babel/helper-string-parser" "^7.27.1" |
| 2066 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 2067 | + |
2011 | 2068 | "@bcoe/v8-coverage@^1.0.1":
|
2012 | 2069 | version "1.0.1"
|
2013 | 2070 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
0 commit comments