|
25 | 25 | "@babel/highlight" "^7.25.7" |
26 | 26 | picocolors "^1.0.0" |
27 | 27 |
|
| 28 | +"@babel/code-frame@^7.28.6": |
| 29 | + version "7.29.0" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 31 | + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 32 | + dependencies: |
| 33 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 34 | + js-tokens "^4.0.0" |
| 35 | + picocolors "^1.1.1" |
| 36 | + |
28 | 37 | "@babel/compat-data@^7.25.7": |
29 | 38 | version "7.25.8" |
30 | 39 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402" |
|
103 | 112 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" |
104 | 113 | integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== |
105 | 114 |
|
| 115 | +"@babel/helper-string-parser@^7.27.1": |
| 116 | + version "7.27.1" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 118 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 119 | + |
106 | 120 | "@babel/helper-validator-identifier@^7.25.7": |
107 | 121 | version "7.25.7" |
108 | 122 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" |
109 | 123 | integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== |
110 | 124 |
|
| 125 | +"@babel/helper-validator-identifier@^7.28.5": |
| 126 | + version "7.28.5" |
| 127 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 128 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 129 | + |
111 | 130 | "@babel/helper-validator-option@^7.25.7": |
112 | 131 | version "7.25.7" |
113 | 132 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729" |
114 | 133 | integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ== |
115 | 134 |
|
116 | | -"@babel/helpers@^7.25.7": |
117 | | - version "7.25.7" |
118 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2" |
119 | | - integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA== |
| 135 | +"@babel/helpers@>=7.26.10", "@babel/helpers@^7.25.7": |
| 136 | + version "7.28.6" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7" |
| 138 | + integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw== |
120 | 139 | dependencies: |
121 | | - "@babel/template" "^7.25.7" |
122 | | - "@babel/types" "^7.25.7" |
| 140 | + "@babel/template" "^7.28.6" |
| 141 | + "@babel/types" "^7.28.6" |
123 | 142 |
|
124 | 143 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.25.7": |
125 | 144 | version "7.25.7" |
|
138 | 157 | dependencies: |
139 | 158 | "@babel/types" "^7.25.8" |
140 | 159 |
|
| 160 | +"@babel/parser@^7.28.6": |
| 161 | + version "7.29.0" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6" |
| 163 | + integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww== |
| 164 | + dependencies: |
| 165 | + "@babel/types" "^7.29.0" |
| 166 | + |
141 | 167 | "@babel/template@^7.25.7": |
142 | 168 | version "7.25.7" |
143 | 169 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769" |
|
147 | 173 | "@babel/parser" "^7.25.7" |
148 | 174 | "@babel/types" "^7.25.7" |
149 | 175 |
|
| 176 | +"@babel/template@^7.28.6": |
| 177 | + version "7.28.6" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
| 179 | + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== |
| 180 | + dependencies: |
| 181 | + "@babel/code-frame" "^7.28.6" |
| 182 | + "@babel/parser" "^7.28.6" |
| 183 | + "@babel/types" "^7.28.6" |
| 184 | + |
150 | 185 | "@babel/traverse@^7.18.9", "@babel/traverse@^7.25.7": |
151 | 186 | version "7.25.7" |
152 | 187 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8" |
|
169 | 204 | "@babel/helper-validator-identifier" "^7.25.7" |
170 | 205 | to-fast-properties "^2.0.0" |
171 | 206 |
|
| 207 | +"@babel/types@^7.28.6", "@babel/types@^7.29.0": |
| 208 | + version "7.29.0" |
| 209 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
| 210 | + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
| 211 | + dependencies: |
| 212 | + "@babel/helper-string-parser" "^7.27.1" |
| 213 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 214 | + |
172 | 215 | "@ckeditor/ckeditor5-adapter-ckfinder@43.2.0": |
173 | 216 | version "43.2.0" |
174 | 217 | resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-43.2.0.tgz#68891c2e8d49069bbb2266e28801d656ece73537" |
|
0 commit comments