Skip to content

Commit e59fc98

Browse files
chore(deps-dev): bump @babel/cli from 7.8.4 to 7.12.1 (#211)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.8.4 to 7.12.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-cli) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent c1274b5 commit e59fc98

File tree

1 file changed

+69
-10
lines changed

1 file changed

+69
-10
lines changed

yarn.lock

Lines changed: 69 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@
33

44

55
"@babel/cli@^7.7.0":
6-
version "7.8.4"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.4.tgz#505fb053721a98777b2b175323ea4f090b7d3c1c"
8-
integrity sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag==
6+
version "7.12.1"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c"
8+
integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
1212
fs-readdir-recursive "^1.1.0"
1313
glob "^7.0.0"
14-
lodash "^4.17.13"
14+
lodash "^4.17.19"
1515
make-dir "^2.1.0"
1616
slash "^2.0.0"
1717
source-map "^0.5.0"
1818
optionalDependencies:
19-
chokidar "^2.1.8"
19+
"@nicolo-ribaudo/chokidar-2" "^2.1.8"
20+
chokidar "^3.4.0"
2021

2122
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
2223
version "7.10.4"
@@ -1167,6 +1168,13 @@
11671168
"@types/yargs" "^15.0.0"
11681169
chalk "^4.0.0"
11691170

1171+
"@nicolo-ribaudo/chokidar-2@^2.1.8":
1172+
version "2.1.8"
1173+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14"
1174+
integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==
1175+
dependencies:
1176+
chokidar "2.1.8"
1177+
11701178
"@sinonjs/commons@^1.7.0":
11711179
version "1.7.2"
11721180
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.2.tgz#505f55c74e0272b43f6c52d81946bed7058fc0e2"
@@ -1488,7 +1496,7 @@ anymatch@^2.0.0:
14881496
micromatch "^3.1.4"
14891497
normalize-path "^2.1.1"
14901498

1491-
anymatch@^3.0.3:
1499+
anymatch@^3.0.3, anymatch@~3.1.1:
14921500
version "3.1.1"
14931501
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
14941502
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
@@ -1724,6 +1732,11 @@ binary-extensions@^1.0.0:
17241732
version "1.11.0"
17251733
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.11.0.tgz#46aa1751fb6a2f93ee5e689bb1087d4b14c6c205"
17261734

1735+
binary-extensions@^2.0.0:
1736+
version "2.1.0"
1737+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
1738+
integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
1739+
17271740
boolbase@~1.0.0:
17281741
version "1.0.0"
17291742
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
@@ -1753,7 +1766,7 @@ braces@^2.3.1, braces@^2.3.2:
17531766
split-string "^3.0.2"
17541767
to-regex "^3.0.1"
17551768

1756-
braces@^3.0.1:
1769+
braces@^3.0.1, braces@~3.0.2:
17571770
version "3.0.2"
17581771
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
17591772
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -1876,7 +1889,7 @@ cheerio@^1.0.0-rc.3:
18761889
lodash "^4.15.0"
18771890
parse5 "^3.0.1"
18781891

1879-
chokidar@^2.1.8:
1892+
18801893
version "2.1.8"
18811894
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
18821895
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
@@ -1895,6 +1908,21 @@ chokidar@^2.1.8:
18951908
optionalDependencies:
18961909
fsevents "^1.2.7"
18971910

1911+
chokidar@^3.4.0:
1912+
version "3.4.3"
1913+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
1914+
integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==
1915+
dependencies:
1916+
anymatch "~3.1.1"
1917+
braces "~3.0.2"
1918+
glob-parent "~5.1.0"
1919+
is-binary-path "~2.1.0"
1920+
is-glob "~4.0.1"
1921+
normalize-path "~3.0.0"
1922+
readdirp "~3.5.0"
1923+
optionalDependencies:
1924+
fsevents "~2.1.2"
1925+
18981926
chownr@^1.1.1:
18991927
version "1.1.3"
19001928
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142"
@@ -3025,6 +3053,11 @@ fsevents@^2.1.2:
30253053
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
30263054
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
30273055

3056+
fsevents@~2.1.2:
3057+
version "2.1.3"
3058+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
3059+
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
3060+
30283061
function-bind@^1.1.1:
30293062
version "1.1.1"
30303063
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3127,6 +3160,13 @@ glob-parent@^5.0.0:
31273160
dependencies:
31283161
is-glob "^4.0.1"
31293162

3163+
glob-parent@~5.1.0:
3164+
version "5.1.1"
3165+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
3166+
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
3167+
dependencies:
3168+
is-glob "^4.0.1"
3169+
31303170
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
31313171
version "7.1.6"
31323172
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -3379,6 +3419,13 @@ is-binary-path@^1.0.0:
33793419
dependencies:
33803420
binary-extensions "^1.0.0"
33813421

3422+
is-binary-path@~2.1.0:
3423+
version "2.1.0"
3424+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
3425+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
3426+
dependencies:
3427+
binary-extensions "^2.0.0"
3428+
33823429
is-boolean-object@^1.0.1:
33833430
version "1.0.1"
33843431
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.1.tgz#10edc0900dd127697a92f6f9807c7617d68ac48e"
@@ -3501,7 +3548,7 @@ is-glob@^3.1.0:
35013548
dependencies:
35023549
is-extglob "^2.1.0"
35033550

3504-
is-glob@^4.0.0, is-glob@^4.0.1:
3551+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
35053552
version "4.0.1"
35063553
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
35073554
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -4560,7 +4607,7 @@ normalize-path@^2.1.1:
45604607
dependencies:
45614608
remove-trailing-separator "^1.0.1"
45624609

4563-
normalize-path@^3.0.0:
4610+
normalize-path@^3.0.0, normalize-path@~3.0.0:
45644611
version "3.0.0"
45654612
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
45664613
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -4939,6 +4986,11 @@ picomatch@^2.0.4, picomatch@^2.0.5:
49394986
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
49404987
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
49414988

4989+
picomatch@^2.2.1:
4990+
version "2.2.2"
4991+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
4992+
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
4993+
49424994
pify@^2.0.0:
49434995
version "2.3.0"
49444996
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5218,6 +5270,13 @@ readdirp@^2.2.1:
52185270
micromatch "^3.1.10"
52195271
readable-stream "^2.0.2"
52205272

5273+
readdirp@~3.5.0:
5274+
version "3.5.0"
5275+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
5276+
integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
5277+
dependencies:
5278+
picomatch "^2.2.1"
5279+
52215280
reflect.ownkeys@^0.2.0:
52225281
version "0.2.0"
52235282
resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"

0 commit comments

Comments
 (0)