Skip to content

Commit 9a72a42

Browse files
Bump @babel/cli from 7.12.17 to 7.13.0 (#351)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.12.17 to 7.13.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.13.0/packages/babel-cli) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b5d64c commit 9a72a42

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.12.17",
85+
"@babel/cli": "7.13.0",
8686
"@babel/core": "^7.12.17",
8787
"@babel/preset-env": "7.12.11",
8888
"@babel/preset-react": "^7.12.13",

yarn.lock

Lines changed: 4 additions & 4 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.12.17", "@babel/cli@^7.5.5":
13-
version "7.12.17"
14-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.17.tgz#2db13a0f2ba9c05bed78b8aad9669b473dd7f267"
15-
integrity sha512-R9dQbDshWvAp3x5XjANsfthqka+ToEdDUonKgtALNgzQxgiUg2Xa4ZwKIcE84wnoiobIJFXF+TCM4ylJvUuW5w==
12+
"@babel/cli@7.13.0", "@babel/cli@^7.5.5":
13+
version "7.13.0"
14+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
15+
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
1616
dependencies:
1717
commander "^4.0.1"
1818
convert-source-map "^1.1.0"

0 commit comments

Comments
 (0)