Skip to content

Commit f6fce02

Browse files
chore(deps-dev): bump @babel/cli from 7.12.1 to 7.12.8
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.12.1 to 7.12.8. - [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.8/packages/babel-cli) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6553c46 commit f6fce02

File tree

1 file changed

+19
-28
lines changed

1 file changed

+19
-28
lines changed

yarn.lock

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
"@babel/cli@^7.8.4":
6-
version "7.12.1"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c"
8-
integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==
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==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -16,7 +16,7 @@
1616
slash "^2.0.0"
1717
source-map "^0.5.0"
1818
optionalDependencies:
19-
"@nicolo-ribaudo/chokidar-2" "^2.1.8"
19+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2020
chokidar "^3.4.0"
2121

2222
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
@@ -1410,12 +1410,22 @@
14101410
"@types/yargs" "^15.0.0"
14111411
chalk "^4.0.0"
14121412

1413-
"@nicolo-ribaudo/chokidar-2@^2.1.8":
1414-
version "2.1.8"
1415-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14"
1416-
integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==
1413+
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents":
1414+
version "2.1.8-no-fsevents"
1415+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
1416+
integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==
14171417
dependencies:
1418-
chokidar "2.1.8"
1418+
anymatch "^2.0.0"
1419+
async-each "^1.0.1"
1420+
braces "^2.3.2"
1421+
glob-parent "^3.1.0"
1422+
inherits "^2.0.3"
1423+
is-binary-path "^1.0.0"
1424+
is-glob "^4.0.0"
1425+
normalize-path "^3.0.0"
1426+
path-is-absolute "^1.0.0"
1427+
readdirp "^2.2.1"
1428+
upath "^1.1.1"
14191429

14201430
"@nodelib/fs.scandir@2.1.3":
14211431
version "2.1.3"
@@ -2845,25 +2855,6 @@ chardet@^0.7.0:
28452855
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
28462856
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
28472857

2848-
chokidar@2.1.8:
2849-
version "2.1.8"
2850-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
2851-
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
2852-
dependencies:
2853-
anymatch "^2.0.0"
2854-
async-each "^1.0.1"
2855-
braces "^2.3.2"
2856-
glob-parent "^3.1.0"
2857-
inherits "^2.0.3"
2858-
is-binary-path "^1.0.0"
2859-
is-glob "^4.0.0"
2860-
normalize-path "^3.0.0"
2861-
path-is-absolute "^1.0.0"
2862-
readdirp "^2.2.1"
2863-
upath "^1.1.1"
2864-
optionalDependencies:
2865-
fsevents "^1.2.7"
2866-
28672858
chokidar@^3.0.0:
28682859
version "3.3.1"
28692860
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450"

0 commit comments

Comments
 (0)