|
82 | 82 | "@jridgewell/trace-mapping" "^0.3.17" |
83 | 83 | jsesc "^2.5.1" |
84 | 84 |
|
| 85 | +"@babel/generator@^7.23.0": |
| 86 | + version "7.23.0" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 88 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 89 | + dependencies: |
| 90 | + "@babel/types" "^7.23.0" |
| 91 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 92 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 93 | + jsesc "^2.5.1" |
| 94 | + |
85 | 95 | "@babel/helper-compilation-targets@^7.22.15": |
86 | 96 | version "7.22.15" |
87 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52" |
|
93 | 103 | lru-cache "^5.1.1" |
94 | 104 | semver "^6.3.1" |
95 | 105 |
|
| 106 | +"@babel/helper-environment-visitor@^7.22.20": |
| 107 | + version "7.22.20" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 109 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 110 | + |
96 | 111 | "@babel/helper-environment-visitor@^7.22.5": |
97 | 112 | version "7.22.5" |
98 | 113 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
99 | 114 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== |
100 | 115 |
|
101 | | -"@babel/helper-function-name@^7.22.5": |
102 | | - version "7.22.5" |
103 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
104 | | - integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 116 | +"@babel/helper-function-name@^7.23.0": |
| 117 | + version "7.23.0" |
| 118 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 119 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
105 | 120 | dependencies: |
106 | | - "@babel/template" "^7.22.5" |
107 | | - "@babel/types" "^7.22.5" |
| 121 | + "@babel/template" "^7.22.15" |
| 122 | + "@babel/types" "^7.23.0" |
108 | 123 |
|
109 | 124 | "@babel/helper-hoist-variables@^7.22.5": |
110 | 125 | version "7.22.5" |
|
155 | 170 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044" |
156 | 171 | integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ== |
157 | 172 |
|
| 173 | +"@babel/helper-validator-identifier@^7.22.20": |
| 174 | + version "7.22.20" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 176 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 177 | + |
158 | 178 | "@babel/helper-validator-option@^7.22.15": |
159 | 179 | version "7.22.15" |
160 | 180 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040" |
|
183 | 203 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" |
184 | 204 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== |
185 | 205 |
|
186 | | -"@babel/template@^7.22.15", "@babel/template@^7.22.5": |
| 206 | +"@babel/parser@^7.23.0": |
| 207 | + version "7.23.0" |
| 208 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 209 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 210 | + |
| 211 | +"@babel/template@^7.22.15": |
187 | 212 | version "7.22.15" |
188 | 213 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
189 | 214 | integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
|
193 | 218 | "@babel/types" "^7.22.15" |
194 | 219 |
|
195 | 220 | "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.17": |
196 | | - version "7.22.17" |
197 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44" |
198 | | - integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg== |
| 221 | + version "7.23.2" |
| 222 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 223 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
199 | 224 | dependencies: |
200 | 225 | "@babel/code-frame" "^7.22.13" |
201 | | - "@babel/generator" "^7.22.15" |
202 | | - "@babel/helper-environment-visitor" "^7.22.5" |
203 | | - "@babel/helper-function-name" "^7.22.5" |
| 226 | + "@babel/generator" "^7.23.0" |
| 227 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 228 | + "@babel/helper-function-name" "^7.23.0" |
204 | 229 | "@babel/helper-hoist-variables" "^7.22.5" |
205 | 230 | "@babel/helper-split-export-declaration" "^7.22.6" |
206 | | - "@babel/parser" "^7.22.16" |
207 | | - "@babel/types" "^7.22.17" |
| 231 | + "@babel/parser" "^7.23.0" |
| 232 | + "@babel/types" "^7.23.0" |
208 | 233 | debug "^4.1.0" |
209 | 234 | globals "^11.1.0" |
210 | 235 |
|
|
217 | 242 | "@babel/helper-validator-identifier" "^7.22.15" |
218 | 243 | to-fast-properties "^2.0.0" |
219 | 244 |
|
| 245 | +"@babel/types@^7.23.0": |
| 246 | + version "7.23.0" |
| 247 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 248 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 249 | + dependencies: |
| 250 | + "@babel/helper-string-parser" "^7.22.5" |
| 251 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 252 | + to-fast-properties "^2.0.0" |
| 253 | + |
220 | 254 | "@colors/colors@1.5.0": |
221 | 255 | version "1.5.0" |
222 | 256 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" |
|
0 commit comments