|
14 | 14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
15 | 15 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
|
16 | 16 |
|
17 |
| -"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.7.5": |
| 17 | +"@babel/core@^7.1.0", "@babel/core@^7.7.5": |
18 | 18 | version "7.12.7"
|
19 | 19 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
|
20 | 20 | integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
|
|
36 | 36 | semver "^5.4.1"
|
37 | 37 | source-map "^0.5.0"
|
38 | 38 |
|
| 39 | +"@babel/core@^7.11.6": |
| 40 | + version "7.12.9" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
| 42 | + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
| 43 | + dependencies: |
| 44 | + "@babel/code-frame" "^7.10.4" |
| 45 | + "@babel/generator" "^7.12.5" |
| 46 | + "@babel/helper-module-transforms" "^7.12.1" |
| 47 | + "@babel/helpers" "^7.12.5" |
| 48 | + "@babel/parser" "^7.12.7" |
| 49 | + "@babel/template" "^7.12.7" |
| 50 | + "@babel/traverse" "^7.12.9" |
| 51 | + "@babel/types" "^7.12.7" |
| 52 | + convert-source-map "^1.7.0" |
| 53 | + debug "^4.1.0" |
| 54 | + gensync "^1.0.0-beta.1" |
| 55 | + json5 "^2.1.2" |
| 56 | + lodash "^4.17.19" |
| 57 | + resolve "^1.3.2" |
| 58 | + semver "^5.4.1" |
| 59 | + source-map "^0.5.0" |
| 60 | + |
39 | 61 | "@babel/generator@^7.12.5":
|
40 | 62 | version "7.12.5"
|
41 | 63 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
|
|
890 | 912 | "@babel/parser" "^7.12.7"
|
891 | 913 | "@babel/types" "^7.12.7"
|
892 | 914 |
|
893 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7": |
| 915 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4": |
894 | 916 | version "7.12.7"
|
895 | 917 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
|
896 | 918 | integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
|
|
905 | 927 | globals "^11.1.0"
|
906 | 928 | lodash "^4.17.19"
|
907 | 929 |
|
| 930 | +"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7", "@babel/traverse@^7.12.9": |
| 931 | + version "7.12.9" |
| 932 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
| 933 | + integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
| 934 | + dependencies: |
| 935 | + "@babel/code-frame" "^7.10.4" |
| 936 | + "@babel/generator" "^7.12.5" |
| 937 | + "@babel/helper-function-name" "^7.10.4" |
| 938 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 939 | + "@babel/parser" "^7.12.7" |
| 940 | + "@babel/types" "^7.12.7" |
| 941 | + debug "^4.1.0" |
| 942 | + globals "^11.1.0" |
| 943 | + lodash "^4.17.19" |
| 944 | + |
908 | 945 | "@babel/types@^7.0.0", "@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.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
909 | 946 | version "7.12.7"
|
910 | 947 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
|
@@ -2359,14 +2396,13 @@ babel-jest@^26.6.3:
|
2359 | 2396 | slash "^3.0.0"
|
2360 | 2397 |
|
2361 | 2398 | babel-loader@^8.1.0:
|
2362 |
| - version "8.2.1" |
2363 |
| - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.1.tgz#e53313254677e86f27536f5071d807e01d24ec00" |
2364 |
| - integrity sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw== |
| 2399 | + version "8.2.2" |
| 2400 | + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81" |
| 2401 | + integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== |
2365 | 2402 | dependencies:
|
2366 |
| - find-cache-dir "^2.1.0" |
| 2403 | + find-cache-dir "^3.3.1" |
2367 | 2404 | loader-utils "^1.4.0"
|
2368 |
| - make-dir "^2.1.0" |
2369 |
| - pify "^4.0.1" |
| 2405 | + make-dir "^3.1.0" |
2370 | 2406 | schema-utils "^2.6.5"
|
2371 | 2407 |
|
2372 | 2408 | babel-plugin-dynamic-import-node@^2.3.3:
|
@@ -5818,9 +5854,9 @@ is-cidr@^3.0.0:
|
5818 | 5854 | cidr-regex "^2.0.10"
|
5819 | 5855 |
|
5820 | 5856 | is-core-module@^2.1.0:
|
5821 |
| - version "2.1.0" |
5822 |
| - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946" |
5823 |
| - integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA== |
| 5857 | + version "2.2.0" |
| 5858 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" |
| 5859 | + integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== |
5824 | 5860 | dependencies:
|
5825 | 5861 | has "^1.0.3"
|
5826 | 5862 |
|
@@ -7173,15 +7209,15 @@ make-dir@^1.0.0:
|
7173 | 7209 | dependencies:
|
7174 | 7210 | pify "^3.0.0"
|
7175 | 7211 |
|
7176 |
| -make-dir@^2.0.0, make-dir@^2.1.0: |
| 7212 | +make-dir@^2.0.0: |
7177 | 7213 | version "2.1.0"
|
7178 | 7214 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
|
7179 | 7215 | integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
|
7180 | 7216 | dependencies:
|
7181 | 7217 | pify "^4.0.1"
|
7182 | 7218 | semver "^5.6.0"
|
7183 | 7219 |
|
7184 |
| -make-dir@^3.0.0, make-dir@^3.0.2: |
| 7220 | +make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: |
7185 | 7221 | version "3.1.0"
|
7186 | 7222 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
|
7187 | 7223 | integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
|
|
0 commit comments