Skip to content

Commit 158683f

Browse files
Bump @babel/cli from 7.8.3 to 7.8.4
Bumps [@babel/cli](https://github.com/babel/babel) from 7.8.3 to 7.8.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.8.3...v7.8.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 255086c commit 158683f

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
@@ -42,7 +42,7 @@
4242
"test": "yarn jest"
4343
},
4444
"devDependencies": {
45-
"@babel/cli": "^7.8.3",
45+
"@babel/cli": "^7.8.4",
4646
"@babel/core": "^7.8.3",
4747
"@babel/plugin-proposal-class-properties": "^7.8.3",
4848
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.8.3":
6-
version "7.8.3"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.3.tgz#121beb7c273e0521eb2feeb3883a2b7435d12328"
8-
integrity sha512-K2UXPZCKMv7KwWy9Bl4sa6+jTNP7JyDiHKzoOiUUygaEDbC60vaargZDnO9oFMvlq8pIKOOyUUgeMYrsaN9djA==
5+
"@babel/cli@^7.8.4":
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==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"

0 commit comments

Comments
 (0)