|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 |
| - version "7.12.8" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430" |
8 |
| - integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA== |
| 5 | + |
| 6 | + version "7.12.10" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.10.tgz#67a1015b1cd505bde1696196febf910c4c339a48" |
| 8 | + integrity sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ== |
9 | 9 | dependencies:
|
10 | 10 | commander "^4.0.1"
|
11 | 11 | convert-source-map "^1.1.0"
|
|
31 | 31 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
32 | 32 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
|
33 | 33 |
|
34 |
| - |
35 |
| - version "7.12.9" |
36 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
37 |
| - integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
| 34 | + |
| 35 | + version "7.12.10" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd" |
| 37 | + integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== |
38 | 38 | dependencies:
|
39 | 39 | "@babel/code-frame" "^7.10.4"
|
40 |
| - "@babel/generator" "^7.12.5" |
| 40 | + "@babel/generator" "^7.12.10" |
41 | 41 | "@babel/helper-module-transforms" "^7.12.1"
|
42 | 42 | "@babel/helpers" "^7.12.5"
|
43 |
| - "@babel/parser" "^7.12.7" |
| 43 | + "@babel/parser" "^7.12.10" |
44 | 44 | "@babel/template" "^7.12.7"
|
45 |
| - "@babel/traverse" "^7.12.9" |
46 |
| - "@babel/types" "^7.12.7" |
| 45 | + "@babel/traverse" "^7.12.10" |
| 46 | + "@babel/types" "^7.12.10" |
47 | 47 | convert-source-map "^1.7.0"
|
48 | 48 | debug "^4.1.0"
|
49 | 49 | gensync "^1.0.0-beta.1"
|
50 | 50 | json5 "^2.1.2"
|
51 | 51 | lodash "^4.17.19"
|
52 |
| - resolve "^1.3.2" |
53 | 52 | semver "^5.4.1"
|
54 | 53 | source-map "^0.5.0"
|
55 | 54 |
|
| 55 | +"@babel/generator@^7.12.10": |
| 56 | + version "7.12.10" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460" |
| 58 | + integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww== |
| 59 | + dependencies: |
| 60 | + "@babel/types" "^7.12.10" |
| 61 | + jsesc "^2.5.1" |
| 62 | + source-map "^0.5.0" |
| 63 | + |
56 | 64 | "@babel/generator@^7.12.5":
|
57 | 65 | version "7.12.5"
|
58 | 66 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
|
|
264 | 272 | chalk "^2.0.0"
|
265 | 273 | js-tokens "^4.0.0"
|
266 | 274 |
|
| 275 | +"@babel/parser@^7.12.10": |
| 276 | + version "7.12.10" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81" |
| 278 | + integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA== |
| 279 | + |
267 | 280 | "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
|
268 | 281 | version "7.12.7"
|
269 | 282 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
|
|
701 | 714 | dependencies:
|
702 | 715 | "@babel/helper-plugin-utils" "^7.10.4"
|
703 | 716 |
|
704 |
| -"@babel/plugin-transform-typeof-symbol@^7.12.1": |
705 |
| - version "7.12.1" |
706 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz#9ca6be343d42512fbc2e68236a82ae64bc7af78a" |
707 |
| - integrity sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q== |
| 717 | +"@babel/plugin-transform-typeof-symbol@^7.12.10": |
| 718 | + version "7.12.10" |
| 719 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz#de01c4c8f96580bd00f183072b0d0ecdcf0dec4b" |
| 720 | + integrity sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA== |
708 | 721 | dependencies:
|
709 | 722 | "@babel/helper-plugin-utils" "^7.10.4"
|
710 | 723 |
|
|
732 | 745 | "@babel/helper-create-regexp-features-plugin" "^7.12.1"
|
733 | 746 | "@babel/helper-plugin-utils" "^7.10.4"
|
734 | 747 |
|
735 |
| - |
736 |
| - version "7.12.7" |
737 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55" |
738 |
| - integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew== |
| 748 | + |
| 749 | + version "7.12.10" |
| 750 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.10.tgz#ca981b95f641f2610531bd71948656306905e6ab" |
| 751 | + integrity sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA== |
739 | 752 | dependencies:
|
740 | 753 | "@babel/compat-data" "^7.12.7"
|
741 | 754 | "@babel/helper-compilation-targets" "^7.12.5"
|
|
796 | 809 | "@babel/plugin-transform-spread" "^7.12.1"
|
797 | 810 | "@babel/plugin-transform-sticky-regex" "^7.12.7"
|
798 | 811 | "@babel/plugin-transform-template-literals" "^7.12.1"
|
799 |
| - "@babel/plugin-transform-typeof-symbol" "^7.12.1" |
| 812 | + "@babel/plugin-transform-typeof-symbol" "^7.12.10" |
800 | 813 | "@babel/plugin-transform-unicode-escapes" "^7.12.1"
|
801 | 814 | "@babel/plugin-transform-unicode-regex" "^7.12.1"
|
802 | 815 | "@babel/preset-modules" "^0.1.3"
|
803 |
| - "@babel/types" "^7.12.7" |
804 |
| - core-js-compat "^3.7.0" |
| 816 | + "@babel/types" "^7.12.10" |
| 817 | + core-js-compat "^3.8.0" |
805 | 818 | semver "^5.5.0"
|
806 | 819 |
|
807 | 820 | "@babel/preset-modules@^0.1.3":
|
|
840 | 853 | "@babel/parser" "^7.12.7"
|
841 | 854 | "@babel/types" "^7.12.7"
|
842 | 855 |
|
843 |
| -"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.7.0": |
| 856 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0": |
844 | 857 | version "7.12.9"
|
845 | 858 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
|
846 | 859 | integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
|
|
855 | 868 | globals "^11.1.0"
|
856 | 869 | lodash "^4.17.19"
|
857 | 870 |
|
| 871 | +"@babel/traverse@^7.12.10": |
| 872 | + version "7.12.10" |
| 873 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a" |
| 874 | + integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg== |
| 875 | + dependencies: |
| 876 | + "@babel/code-frame" "^7.10.4" |
| 877 | + "@babel/generator" "^7.12.10" |
| 878 | + "@babel/helper-function-name" "^7.10.4" |
| 879 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 880 | + "@babel/parser" "^7.12.10" |
| 881 | + "@babel/types" "^7.12.10" |
| 882 | + debug "^4.1.0" |
| 883 | + globals "^11.1.0" |
| 884 | + lodash "^4.17.19" |
| 885 | + |
858 | 886 | "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
859 | 887 | version "7.12.7"
|
860 | 888 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
|
|
864 | 892 | lodash "^4.17.19"
|
865 | 893 | to-fast-properties "^2.0.0"
|
866 | 894 |
|
| 895 | +"@babel/types@^7.12.10": |
| 896 | + version "7.12.10" |
| 897 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260" |
| 898 | + integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw== |
| 899 | + dependencies: |
| 900 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 901 | + lodash "^4.17.19" |
| 902 | + to-fast-properties "^2.0.0" |
| 903 | + |
867 | 904 | "@eslint/eslintrc@^0.2.2":
|
868 | 905 | version "0.2.2"
|
869 | 906 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
|
@@ -2123,7 +2160,7 @@ copy-descriptor@^0.1.0:
|
2123 | 2160 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
2124 | 2161 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
2125 | 2162 |
|
2126 |
| -core-js-compat@^3.7.0: |
| 2163 | +core-js-compat@^3.8.0: |
2127 | 2164 | version "3.8.1"
|
2128 | 2165 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.1.tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e"
|
2129 | 2166 | integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ==
|
|
0 commit comments