|
94 | 94 | browserslist "^4.17.5"
|
95 | 95 | semver "^6.3.0"
|
96 | 96 |
|
| 97 | +"@babel/helper-create-class-features-plugin@^7.16.10": |
| 98 | + version "7.16.10" |
| 99 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c" |
| 100 | + integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg== |
| 101 | + dependencies: |
| 102 | + "@babel/helper-annotate-as-pure" "^7.16.7" |
| 103 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 104 | + "@babel/helper-function-name" "^7.16.7" |
| 105 | + "@babel/helper-member-expression-to-functions" "^7.16.7" |
| 106 | + "@babel/helper-optimise-call-expression" "^7.16.7" |
| 107 | + "@babel/helper-replace-supers" "^7.16.7" |
| 108 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 109 | + |
97 | 110 | "@babel/helper-create-class-features-plugin@^7.16.7":
|
98 | 111 | version "7.16.7"
|
99 | 112 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
|
|
408 | 421 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
409 | 422 | "@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
410 | 423 |
|
411 |
| -"@babel/plugin-proposal-private-methods@^7.16.7": |
412 |
| - version "7.16.7" |
413 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0" |
414 |
| - integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw== |
| 424 | +"@babel/plugin-proposal-private-methods@^7.16.11": |
| 425 | + version "7.16.11" |
| 426 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50" |
| 427 | + integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw== |
415 | 428 | dependencies:
|
416 |
| - "@babel/helper-create-class-features-plugin" "^7.16.7" |
| 429 | + "@babel/helper-create-class-features-plugin" "^7.16.10" |
417 | 430 | "@babel/helper-plugin-utils" "^7.16.7"
|
418 | 431 |
|
419 | 432 | "@babel/plugin-proposal-private-property-in-object@^7.16.7":
|
|
815 | 828 | "@babel/helper-create-regexp-features-plugin" "^7.16.7"
|
816 | 829 | "@babel/helper-plugin-utils" "^7.16.7"
|
817 | 830 |
|
818 |
| -"@babel/preset-env@^7.16.10": |
819 |
| - version "7.16.10" |
820 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57" |
821 |
| - integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg== |
| 831 | +"@babel/preset-env@^7.16.11": |
| 832 | + version "7.16.11" |
| 833 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982" |
| 834 | + integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g== |
822 | 835 | dependencies:
|
823 | 836 | "@babel/compat-data" "^7.16.8"
|
824 | 837 | "@babel/helper-compilation-targets" "^7.16.7"
|
|
838 | 851 | "@babel/plugin-proposal-object-rest-spread" "^7.16.7"
|
839 | 852 | "@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
|
840 | 853 | "@babel/plugin-proposal-optional-chaining" "^7.16.7"
|
841 |
| - "@babel/plugin-proposal-private-methods" "^7.16.7" |
| 854 | + "@babel/plugin-proposal-private-methods" "^7.16.11" |
842 | 855 | "@babel/plugin-proposal-private-property-in-object" "^7.16.7"
|
843 | 856 | "@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
|
844 | 857 | "@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
0 commit comments