|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/cli@^7.12.7": |
6 |
| - version "7.12.7" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977" |
8 |
| - integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q== |
| 5 | +"@babel/cli@^7.12.8": |
| 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== |
9 | 9 | dependencies:
|
10 | 10 | commander "^4.0.1"
|
11 | 11 | convert-source-map "^1.1.0"
|
|
62 | 62 | semver "^5.4.1"
|
63 | 63 | source-map "^0.5.0"
|
64 | 64 |
|
65 |
| -"@babel/core@^7.12.7": |
66 |
| - version "7.12.7" |
67 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf" |
68 |
| - integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw== |
| 65 | +"@babel/core@^7.12.9": |
| 66 | + version "7.12.9" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
| 68 | + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
69 | 69 | dependencies:
|
70 | 70 | "@babel/code-frame" "^7.10.4"
|
71 | 71 | "@babel/generator" "^7.12.5"
|
72 | 72 | "@babel/helper-module-transforms" "^7.12.1"
|
73 | 73 | "@babel/helpers" "^7.12.5"
|
74 | 74 | "@babel/parser" "^7.12.7"
|
75 | 75 | "@babel/template" "^7.12.7"
|
76 |
| - "@babel/traverse" "^7.12.7" |
| 76 | + "@babel/traverse" "^7.12.9" |
77 | 77 | "@babel/types" "^7.12.7"
|
78 | 78 | convert-source-map "^1.7.0"
|
79 | 79 | debug "^4.1.0"
|
|
1722 | 1722 | globals "^11.1.0"
|
1723 | 1723 | lodash "^4.17.19"
|
1724 | 1724 |
|
1725 |
| -"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7": |
| 1725 | +"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5": |
1726 | 1726 | version "7.12.7"
|
1727 | 1727 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
|
1728 | 1728 | integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
|
|
1737 | 1737 | globals "^11.1.0"
|
1738 | 1738 | lodash "^4.17.19"
|
1739 | 1739 |
|
| 1740 | +"@babel/traverse@^7.12.9": |
| 1741 | + version "7.12.9" |
| 1742 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
| 1743 | + integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
| 1744 | + dependencies: |
| 1745 | + "@babel/code-frame" "^7.10.4" |
| 1746 | + "@babel/generator" "^7.12.5" |
| 1747 | + "@babel/helper-function-name" "^7.10.4" |
| 1748 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1749 | + "@babel/parser" "^7.12.7" |
| 1750 | + "@babel/types" "^7.12.7" |
| 1751 | + debug "^4.1.0" |
| 1752 | + globals "^11.1.0" |
| 1753 | + lodash "^4.17.19" |
| 1754 | + |
1740 | 1755 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.0":
|
1741 | 1756 | version "7.11.5"
|
1742 | 1757 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
|
@@ -7482,10 +7497,10 @@ lines-and-columns@^1.1.6:
|
7482 | 7497 | resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
7483 | 7498 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
|
7484 | 7499 |
|
7485 |
| -lint-staged@^10.5.1: |
7486 |
| - version "10.5.1" |
7487 |
| - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.5.1.tgz#901e915c2360072dded0e7d752a0d9a49e079daa" |
7488 |
| - integrity sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw== |
| 7500 | +lint-staged@^10.5.2: |
| 7501 | + version "10.5.2" |
| 7502 | + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.5.2.tgz#acfaa0093af3262aee3130b2e22438941530bdd1" |
| 7503 | + integrity sha512-e8AYR1TDlzwB8VVd38Xu2lXDZf6BcshVqKVuBQThDJRaJLobqKnpbm4dkwJ2puypQNbLr9KF/9mfA649mAGvjA== |
7489 | 7504 | dependencies:
|
7490 | 7505 | chalk "^4.1.0"
|
7491 | 7506 | cli-truncate "^2.1.0"
|
@@ -10235,10 +10250,10 @@ saxes@^5.0.0:
|
10235 | 10250 | dependencies:
|
10236 | 10251 | xmlchars "^2.2.0"
|
10237 | 10252 |
|
10238 |
| -semantic-release@^17.2.4: |
10239 |
| - version "17.2.4" |
10240 |
| - resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.2.4.tgz#b1e18644a5be51a4ee681172fc3c3bb05fe0322a" |
10241 |
| - integrity sha512-NcYFT+duzg+eE57s9lZYRRkxzyiXGvwFdPvS4U+8TYo+vb0UZpQuFi63hFgoLAOF4lo5yj2v79GsG9hDC66EQw== |
| 10253 | +semantic-release@^17.3.0: |
| 10254 | + version "17.3.0" |
| 10255 | + resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.3.0.tgz#121252b5bb6acc1048d7657111173b03d47502c5" |
| 10256 | + integrity sha512-enhDayMZRP4nWcWAMBFHHB7THRaIcRdUAZv3lxd65pXs2ttzay7IeCvRRrGayRWExtnY0ulwRz5Ycp88Dv/UeQ== |
10242 | 10257 | dependencies:
|
10243 | 10258 | "@semantic-release/commit-analyzer" "^8.0.0"
|
10244 | 10259 | "@semantic-release/error" "^2.2.0"
|
|
0 commit comments