|
45 | 45 | dependencies:
|
46 | 46 | "@babel/highlight" "^7.22.5"
|
47 | 47 |
|
| 48 | +"@babel/code-frame@^7.22.13": |
| 49 | + version "7.22.13" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 51 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 52 | + dependencies: |
| 53 | + "@babel/highlight" "^7.22.13" |
| 54 | + chalk "^2.4.2" |
| 55 | + |
48 | 56 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5":
|
49 | 57 | version "7.22.5"
|
50 | 58 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
|
51 | 59 | integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==
|
52 | 60 |
|
53 |
| -"@babel/compat-data@^7.22.6": |
54 |
| - version "7.22.6" |
55 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" |
56 |
| - integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg== |
| 61 | +"@babel/compat-data@^7.22.9": |
| 62 | + version "7.22.20" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" |
| 64 | + integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw== |
57 | 65 |
|
58 | 66 |
|
59 | 67 | version "7.12.9"
|
|
77 | 85 | semver "^5.4.1"
|
78 | 86 | source-map "^0.5.0"
|
79 | 87 |
|
80 |
| -"@babel/core@7.22.6": |
81 |
| - version "7.22.6" |
82 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.6.tgz#aafafbe86e9a1679d876b99dc46382964ef72494" |
83 |
| - integrity sha512-HPIyDa6n+HKw5dEuway3vVAhBboYCtREBMp+IWeseZy6TFtzn6MHkCH2KKYUOC/vKKwgSMHQW4htBOrmuRPXfw== |
| 88 | +"@babel/core@7.23.0": |
| 89 | + version "7.23.0" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83" |
| 91 | + integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ== |
84 | 92 | dependencies:
|
85 | 93 | "@ampproject/remapping" "^2.2.0"
|
86 |
| - "@babel/code-frame" "^7.22.5" |
87 |
| - "@babel/generator" "^7.22.5" |
88 |
| - "@babel/helper-compilation-targets" "^7.22.6" |
89 |
| - "@babel/helper-module-transforms" "^7.22.5" |
90 |
| - "@babel/helpers" "^7.22.6" |
91 |
| - "@babel/parser" "^7.22.6" |
92 |
| - "@babel/template" "^7.22.5" |
93 |
| - "@babel/traverse" "^7.22.6" |
94 |
| - "@babel/types" "^7.22.5" |
95 |
| - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
96 |
| - convert-source-map "^1.7.0" |
| 94 | + "@babel/code-frame" "^7.22.13" |
| 95 | + "@babel/generator" "^7.23.0" |
| 96 | + "@babel/helper-compilation-targets" "^7.22.15" |
| 97 | + "@babel/helper-module-transforms" "^7.23.0" |
| 98 | + "@babel/helpers" "^7.23.0" |
| 99 | + "@babel/parser" "^7.23.0" |
| 100 | + "@babel/template" "^7.22.15" |
| 101 | + "@babel/traverse" "^7.23.0" |
| 102 | + "@babel/types" "^7.23.0" |
| 103 | + convert-source-map "^2.0.0" |
97 | 104 | debug "^4.1.0"
|
98 | 105 | gensync "^1.0.0-beta.2"
|
99 |
| - json5 "^2.2.2" |
| 106 | + json5 "^2.2.3" |
| 107 | + semver "^6.3.1" |
100 | 108 |
|
101 | 109 | "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.13.16":
|
102 | 110 | version "7.22.5"
|
|
119 | 127 | json5 "^2.2.2"
|
120 | 128 | semver "^6.3.0"
|
121 | 129 |
|
122 |
| - |
123 |
| - version "7.22.6" |
124 |
| - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.6.tgz#fa75b578a6392d92243eb8fb9c4e7ece8ad7c583" |
125 |
| - integrity sha512-KAom7E7d6bAh5/PflF3luynWlDLOIqfX+ZJcL0LRs6/6rtXJmJxPiWuIGfxNPtcWdtQ5lSSJbKbQlz/c/R60Ng== |
| 130 | + |
| 131 | + version "7.22.15" |
| 132 | + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz#263f059c476e29ca4972481a17b8b660cb025a34" |
| 133 | + integrity sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg== |
126 | 134 | dependencies:
|
127 | 135 | "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
128 |
| - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
129 | 136 | eslint-visitor-keys "^2.1.0"
|
| 137 | + semver "^6.3.1" |
130 | 138 |
|
131 | 139 | "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.22.5":
|
132 | 140 | version "7.22.5"
|
|
138 | 146 | "@jridgewell/trace-mapping" "^0.3.17"
|
139 | 147 | jsesc "^2.5.1"
|
140 | 148 |
|
141 |
| -"@babel/generator@^7.22.7": |
142 |
| - version "7.22.7" |
143 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5" |
144 |
| - integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ== |
| 149 | +"@babel/generator@^7.23.0": |
| 150 | + version "7.23.0" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 152 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
145 | 153 | dependencies:
|
146 |
| - "@babel/types" "^7.22.5" |
| 154 | + "@babel/types" "^7.23.0" |
147 | 155 | "@jridgewell/gen-mapping" "^0.3.2"
|
148 | 156 | "@jridgewell/trace-mapping" "^0.3.17"
|
149 | 157 | jsesc "^2.5.1"
|
|
173 | 181 | lru-cache "^5.1.1"
|
174 | 182 | semver "^6.3.0"
|
175 | 183 |
|
176 |
| -"@babel/helper-compilation-targets@^7.22.6": |
177 |
| - version "7.22.6" |
178 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz#e30d61abe9480aa5a83232eb31c111be922d2e52" |
179 |
| - integrity sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA== |
| 184 | +"@babel/helper-compilation-targets@^7.22.15": |
| 185 | + version "7.22.15" |
| 186 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52" |
| 187 | + integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw== |
180 | 188 | dependencies:
|
181 |
| - "@babel/compat-data" "^7.22.6" |
182 |
| - "@babel/helper-validator-option" "^7.22.5" |
183 |
| - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
| 189 | + "@babel/compat-data" "^7.22.9" |
| 190 | + "@babel/helper-validator-option" "^7.22.15" |
184 | 191 | browserslist "^4.21.9"
|
185 | 192 | lru-cache "^5.1.1"
|
| 193 | + semver "^6.3.1" |
186 | 194 |
|
187 | 195 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.5":
|
188 | 196 | version "7.22.5"
|
|
234 | 242 | resolve "^1.14.2"
|
235 | 243 | semver "^6.1.2"
|
236 | 244 |
|
| 245 | +"@babel/helper-environment-visitor@^7.22.20": |
| 246 | + version "7.22.20" |
| 247 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 248 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 249 | + |
237 | 250 | "@babel/helper-environment-visitor@^7.22.5":
|
238 | 251 | version "7.22.5"
|
239 | 252 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
247 | 260 | "@babel/template" "^7.22.5"
|
248 | 261 | "@babel/types" "^7.22.5"
|
249 | 262 |
|
| 263 | +"@babel/helper-function-name@^7.23.0": |
| 264 | + version "7.23.0" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 266 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 267 | + dependencies: |
| 268 | + "@babel/template" "^7.22.15" |
| 269 | + "@babel/types" "^7.23.0" |
| 270 | + |
250 | 271 | "@babel/helper-hoist-variables@^7.22.5":
|
251 | 272 | version "7.22.5"
|
252 | 273 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
268 | 289 | dependencies:
|
269 | 290 | "@babel/types" "^7.22.5"
|
270 | 291 |
|
| 292 | +"@babel/helper-module-imports@^7.22.15": |
| 293 | + version "7.22.15" |
| 294 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" |
| 295 | + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== |
| 296 | + dependencies: |
| 297 | + "@babel/types" "^7.22.15" |
| 298 | + |
271 | 299 | "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.22.5":
|
272 | 300 | version "7.22.5"
|
273 | 301 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
|
|
282 | 310 | "@babel/traverse" "^7.22.5"
|
283 | 311 | "@babel/types" "^7.22.5"
|
284 | 312 |
|
| 313 | +"@babel/helper-module-transforms@^7.23.0": |
| 314 | + version "7.23.0" |
| 315 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e" |
| 316 | + integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw== |
| 317 | + dependencies: |
| 318 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 319 | + "@babel/helper-module-imports" "^7.22.15" |
| 320 | + "@babel/helper-simple-access" "^7.22.5" |
| 321 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 322 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 323 | + |
285 | 324 | "@babel/helper-optimise-call-expression@^7.22.5":
|
286 | 325 | version "7.22.5"
|
287 | 326 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
|
|
354 | 393 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
355 | 394 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
356 | 395 |
|
| 396 | +"@babel/helper-validator-identifier@^7.22.20": |
| 397 | + version "7.22.20" |
| 398 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 399 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 400 | + |
357 | 401 | "@babel/helper-validator-identifier@^7.22.5":
|
358 | 402 | version "7.22.5"
|
359 | 403 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
360 | 404 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
|
361 | 405 |
|
| 406 | +"@babel/helper-validator-option@^7.22.15": |
| 407 | + version "7.22.15" |
| 408 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040" |
| 409 | + integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA== |
| 410 | + |
362 | 411 | "@babel/helper-validator-option@^7.22.5":
|
363 | 412 | version "7.22.5"
|
364 | 413 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
|
|
383 | 432 | "@babel/traverse" "^7.22.5"
|
384 | 433 | "@babel/types" "^7.22.5"
|
385 | 434 |
|
386 |
| -"@babel/helpers@^7.22.6": |
387 |
| - version "7.22.6" |
388 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" |
389 |
| - integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== |
| 435 | +"@babel/helpers@^7.23.0": |
| 436 | + version "7.23.1" |
| 437 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15" |
| 438 | + integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA== |
390 | 439 | dependencies:
|
391 |
| - "@babel/template" "^7.22.5" |
392 |
| - "@babel/traverse" "^7.22.6" |
393 |
| - "@babel/types" "^7.22.5" |
| 440 | + "@babel/template" "^7.22.15" |
| 441 | + "@babel/traverse" "^7.23.0" |
| 442 | + "@babel/types" "^7.23.0" |
| 443 | + |
| 444 | +"@babel/highlight@^7.22.13": |
| 445 | + version "7.22.20" |
| 446 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 447 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 448 | + dependencies: |
| 449 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 450 | + chalk "^2.4.2" |
| 451 | + js-tokens "^4.0.0" |
394 | 452 |
|
395 | 453 | "@babel/highlight@^7.22.5":
|
396 | 454 | version "7.22.5"
|
|
406 | 464 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
407 | 465 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
|
408 | 466 |
|
409 |
| -"@babel/parser@^7.22.6", "@babel/parser@^7.22.7": |
410 |
| - version "7.22.7" |
411 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" |
412 |
| - integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== |
| 467 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 468 | + version "7.23.0" |
| 469 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 470 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
413 | 471 |
|
414 | 472 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
|
415 | 473 | version "7.22.5"
|
|
1317 | 1375 | "@babel/parser" "^7.22.5"
|
1318 | 1376 | "@babel/types" "^7.22.5"
|
1319 | 1377 |
|
| 1378 | +"@babel/template@^7.22.15": |
| 1379 | + version "7.22.15" |
| 1380 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1381 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1382 | + dependencies: |
| 1383 | + "@babel/code-frame" "^7.22.13" |
| 1384 | + "@babel/parser" "^7.22.15" |
| 1385 | + "@babel/types" "^7.22.15" |
| 1386 | + |
1320 | 1387 | "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.22.5":
|
1321 | 1388 | version "7.22.5"
|
1322 | 1389 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
|
|
1333 | 1400 | debug "^4.1.0"
|
1334 | 1401 | globals "^11.1.0"
|
1335 | 1402 |
|
1336 |
| -"@babel/traverse@^7.22.6": |
1337 |
| - version "7.22.8" |
1338 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" |
1339 |
| - integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== |
| 1403 | +"@babel/traverse@^7.23.0": |
| 1404 | + version "7.23.0" |
| 1405 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" |
| 1406 | + integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== |
1340 | 1407 | dependencies:
|
1341 |
| - "@babel/code-frame" "^7.22.5" |
1342 |
| - "@babel/generator" "^7.22.7" |
1343 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
1344 |
| - "@babel/helper-function-name" "^7.22.5" |
| 1408 | + "@babel/code-frame" "^7.22.13" |
| 1409 | + "@babel/generator" "^7.23.0" |
| 1410 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1411 | + "@babel/helper-function-name" "^7.23.0" |
1345 | 1412 | "@babel/helper-hoist-variables" "^7.22.5"
|
1346 | 1413 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1347 |
| - "@babel/parser" "^7.22.7" |
1348 |
| - "@babel/types" "^7.22.5" |
| 1414 | + "@babel/parser" "^7.23.0" |
| 1415 | + "@babel/types" "^7.23.0" |
1349 | 1416 | debug "^4.1.0"
|
1350 | 1417 | globals "^11.1.0"
|
1351 | 1418 |
|
|
1358 | 1425 | "@babel/helper-validator-identifier" "^7.22.5"
|
1359 | 1426 | to-fast-properties "^2.0.0"
|
1360 | 1427 |
|
| 1428 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 1429 | + version "7.23.0" |
| 1430 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1431 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1432 | + dependencies: |
| 1433 | + "@babel/helper-string-parser" "^7.22.5" |
| 1434 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1435 | + to-fast-properties "^2.0.0" |
| 1436 | + |
1361 | 1437 | "@braintree/sanitize-url@^3.1.0":
|
1362 | 1438 | version "3.1.0"
|
1363 | 1439 | resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz#8ff71d51053cd5ee4981e5a501d80a536244f7fd"
|
|
2041 | 2117 | dependencies:
|
2042 | 2118 | eslint-scope "5.1.1"
|
2043 | 2119 |
|
2044 |
| -"@nicolo-ribaudo/semver-v6@^6.3.3": |
2045 |
| - version "6.3.3" |
2046 |
| - resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29" |
2047 |
| - integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg== |
2048 |
| - |
2049 | 2120 |
|
2050 | 2121 | version "2.0.3"
|
2051 | 2122 | resolved "https://registry.yarnpkg.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz#ac7fe33d766fa53e233ef8fedaf3443a01c5a4cd"
|
@@ -6629,6 +6700,11 @@ convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.7.0:
|
6629 | 6700 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
|
6630 | 6701 | integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
|
6631 | 6702 |
|
| 6703 | +convert-source-map@^2.0.0: |
| 6704 | + version "2.0.0" |
| 6705 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" |
| 6706 | + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== |
| 6707 | + |
6632 | 6708 |
|
6633 | 6709 | version "1.0.6"
|
6634 | 6710 | resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
@@ -15559,6 +15635,11 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semve
|
15559 | 15635 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
15560 | 15636 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
15561 | 15637 |
|
| 15638 | +semver@^6.3.1: |
| 15639 | + version "6.3.1" |
| 15640 | + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
| 15641 | + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
| 15642 | + |
15562 | 15643 | semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7, semver@^7.3.8:
|
15563 | 15644 | version "7.5.3"
|
15564 | 15645 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
|
|
0 commit comments