Skip to content

Commit f11426c

Browse files
Bump @babel/cli from 7.13.16 to 7.16.0
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.13.16 to 7.16.0. - [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.16.0/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd1e2d7 commit f11426c

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
},
8484
"devDependencies": {
85-
"@babel/cli": "7.13.16",
85+
"@babel/cli": "7.16.0",
8686
"@babel/core": "^7.13.16",
8787
"@babel/preset-env": "7.13.15",
8888
"@babel/preset-react": "^7.13.13",

yarn.lock

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
tslib "~2.0.1"
1111

12-
"@babel/cli@7.13.16", "@babel/cli@^7.5.5":
13-
version "7.13.16"
14-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc"
15-
integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==
12+
"@babel/cli@7.16.0", "@babel/cli@^7.5.5":
13+
version "7.16.0"
14+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.16.0.tgz#a729b7a48eb80b49f48a339529fc4129fd7bcef3"
15+
integrity sha512-WLrM42vKX/4atIoQB+eb0ovUof53UUvecb4qGjU2PDDWRiZr50ZpiV8NpcLo7iSxeGYrRG0Mqembsa+UrTAV6Q==
1616
dependencies:
1717
commander "^4.0.1"
1818
convert-source-map "^1.1.0"
@@ -22,7 +22,7 @@
2222
slash "^2.0.0"
2323
source-map "^0.5.0"
2424
optionalDependencies:
25-
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
25+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
2626
chokidar "^3.4.0"
2727

2828
"@babel/code-frame@7.10.4":
@@ -2002,22 +2002,10 @@
20022002
resolved "https://registry.yarnpkg.com/@mikaelkristiansson/domready/-/domready-1.0.10.tgz#f6d69866c0857664e70690d7a0bfedb72143adb5"
20032003
integrity sha512-6cDuZeKSCSJ1KvfEQ25Y8OXUjqDJZ+HgUs6dhASWbAX8fxVraTfPsSeRe2bN+4QJDsgUaXaMWBYfRomCr04GGg==
20042004

2005-
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents":
2006-
version "2.1.8-no-fsevents"
2007-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
2008-
integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==
2009-
dependencies:
2010-
anymatch "^2.0.0"
2011-
async-each "^1.0.1"
2012-
braces "^2.3.2"
2013-
glob-parent "^3.1.0"
2014-
inherits "^2.0.3"
2015-
is-binary-path "^1.0.0"
2016-
is-glob "^4.0.0"
2017-
normalize-path "^3.0.0"
2018-
path-is-absolute "^1.0.0"
2019-
readdirp "^2.2.1"
2020-
upath "^1.1.1"
2005+
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3":
2006+
version "2.1.8-no-fsevents.3"
2007+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
2008+
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
20212009

20222010
"@nodelib/fs.scandir@2.1.3":
20232011
version "2.1.3"

0 commit comments

Comments
 (0)