|
37 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210" |
38 | 38 | integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw== |
39 | 39 |
|
| 40 | +"@babel/compat-data@^7.22.20": |
| 41 | + version "7.22.20" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" |
| 43 | + integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw== |
| 44 | + |
40 | 45 | "@babel/compat-data@^7.22.5": |
41 | 46 | version "7.22.5" |
42 | 47 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255" |
|
52 | 57 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
53 | 58 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== |
54 | 59 |
|
55 | | -"@babel/core@7.22.19": |
56 | | - version "7.22.19" |
57 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.19.tgz#b38162460a6f3baf2a424bda720b24a8aafea241" |
58 | | - integrity sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA== |
| 60 | +"@babel/core@7.22.20": |
| 61 | + version "7.22.20" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7" |
| 63 | + integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA== |
59 | 64 | dependencies: |
60 | 65 | "@ampproject/remapping" "^2.2.0" |
61 | 66 | "@babel/code-frame" "^7.22.13" |
62 | 67 | "@babel/generator" "^7.22.15" |
63 | 68 | "@babel/helper-compilation-targets" "^7.22.15" |
64 | | - "@babel/helper-module-transforms" "^7.22.19" |
| 69 | + "@babel/helper-module-transforms" "^7.22.20" |
65 | 70 | "@babel/helpers" "^7.22.15" |
66 | 71 | "@babel/parser" "^7.22.16" |
67 | 72 | "@babel/template" "^7.22.15" |
68 | | - "@babel/traverse" "^7.22.19" |
| 73 | + "@babel/traverse" "^7.22.20" |
69 | 74 | "@babel/types" "^7.22.19" |
70 | 75 | convert-source-map "^1.7.0" |
71 | 76 | debug "^4.1.0" |
|
294 | 299 | lodash.debounce "^4.0.8" |
295 | 300 | resolve "^1.14.2" |
296 | 301 |
|
| 302 | +"@babel/helper-environment-visitor@^7.22.20": |
| 303 | + version "7.22.20" |
| 304 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 305 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 306 | + |
297 | 307 | "@babel/helper-environment-visitor@^7.22.5": |
298 | 308 | version "7.22.5" |
299 | 309 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
|
404 | 414 | "@babel/helper-split-export-declaration" "^7.22.6" |
405 | 415 | "@babel/helper-validator-identifier" "^7.22.15" |
406 | 416 |
|
407 | | -"@babel/helper-module-transforms@^7.22.19": |
408 | | - version "7.22.19" |
409 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.19.tgz#94b1f281caa6518f02ec0f5ea2b5348e298ce266" |
410 | | - integrity sha512-m6h1cJvn+OJ+R3jOHp30faq5xKJ7VbjwDj5RGgHuRlU9hrMeKsGC+JpihkR5w1g7IfseCPPtZ0r7/hB4UKaYlA== |
| 417 | +"@babel/helper-module-transforms@^7.22.20": |
| 418 | + version "7.22.20" |
| 419 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" |
| 420 | + integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== |
411 | 421 | dependencies: |
412 | | - "@babel/helper-environment-visitor" "^7.22.5" |
| 422 | + "@babel/helper-environment-visitor" "^7.22.20" |
413 | 423 | "@babel/helper-module-imports" "^7.22.15" |
414 | 424 | "@babel/helper-simple-access" "^7.22.5" |
415 | 425 | "@babel/helper-split-export-declaration" "^7.22.6" |
416 | | - "@babel/helper-validator-identifier" "^7.22.19" |
| 426 | + "@babel/helper-validator-identifier" "^7.22.20" |
417 | 427 |
|
418 | 428 | "@babel/helper-module-transforms@^7.22.5": |
419 | 429 | version "7.22.5" |
|
607 | 617 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.19.tgz#2f34ab1e445f5b95e2e6edfe50ea2449e610583a" |
608 | 618 | integrity sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg== |
609 | 619 |
|
| 620 | +"@babel/helper-validator-identifier@^7.22.20": |
| 621 | + version "7.22.20" |
| 622 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 623 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 624 | + |
610 | 625 | "@babel/helper-validator-identifier@^7.22.5": |
611 | 626 | version "7.22.5" |
612 | 627 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
|
1705 | 1720 | "@babel/helper-create-regexp-features-plugin" "^7.22.5" |
1706 | 1721 | "@babel/helper-plugin-utils" "^7.22.5" |
1707 | 1722 |
|
1708 | | -"@babel/preset-env@7.22.15": |
1709 | | - version "7.22.15" |
1710 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.15.tgz#142716f8e00bc030dae5b2ac6a46fbd8b3e18ff8" |
1711 | | - integrity sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag== |
| 1723 | +"@babel/preset-env@7.22.20": |
| 1724 | + version "7.22.20" |
| 1725 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.20.tgz#de9e9b57e1127ce0a2f580831717f7fb677ceedb" |
| 1726 | + integrity sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg== |
1712 | 1727 | dependencies: |
1713 | | - "@babel/compat-data" "^7.22.9" |
| 1728 | + "@babel/compat-data" "^7.22.20" |
1714 | 1729 | "@babel/helper-compilation-targets" "^7.22.15" |
1715 | 1730 | "@babel/helper-plugin-utils" "^7.22.5" |
1716 | 1731 | "@babel/helper-validator-option" "^7.22.15" |
|
1784 | 1799 | "@babel/plugin-transform-unicode-regex" "^7.22.5" |
1785 | 1800 | "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" |
1786 | 1801 | "@babel/preset-modules" "0.1.6-no-external-plugins" |
1787 | | - "@babel/types" "^7.22.15" |
| 1802 | + "@babel/types" "^7.22.19" |
1788 | 1803 | babel-plugin-polyfill-corejs2 "^0.4.5" |
1789 | 1804 | babel-plugin-polyfill-corejs3 "^0.8.3" |
1790 | 1805 | babel-plugin-polyfill-regenerator "^0.5.2" |
|
1992 | 2007 | debug "^4.1.0" |
1993 | 2008 | globals "^11.1.0" |
1994 | 2009 |
|
1995 | | -"@babel/traverse@^7.22.19": |
1996 | | - version "7.22.19" |
1997 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.19.tgz#bb2b12b7de9d7fec9e812ed89eea097b941954f8" |
1998 | | - integrity sha512-ZCcpVPK64krfdScRbpxF6xA5fz7IOsfMwx1tcACvCzt6JY+0aHkBk7eIU8FRDSZRU5Zei6Z4JfgAxN1bqXGECg== |
| 2010 | +"@babel/traverse@^7.22.20": |
| 2011 | + version "7.22.20" |
| 2012 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
| 2013 | + integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
1999 | 2014 | dependencies: |
2000 | 2015 | "@babel/code-frame" "^7.22.13" |
2001 | 2016 | "@babel/generator" "^7.22.15" |
2002 | | - "@babel/helper-environment-visitor" "^7.22.5" |
| 2017 | + "@babel/helper-environment-visitor" "^7.22.20" |
2003 | 2018 | "@babel/helper-function-name" "^7.22.5" |
2004 | 2019 | "@babel/helper-hoist-variables" "^7.22.5" |
2005 | 2020 | "@babel/helper-split-export-declaration" "^7.22.6" |
|
0 commit comments