Skip to content

Commit 9031ef6

Browse files
dependabot[bot]jrolfs
authored andcommitted
1 parent 6bc6876 commit 9031ef6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
},
118118
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
119119
"devDependencies": {
120-
"@babel/cli": "^7.13.14",
120+
"@babel/cli": "^7.14.3",
121121
"@babel/core": "^7.14.3",
122122
"@babel/preset-env": "^7.14.2",
123123
"babel-jest": "^26.6.3",

yarn.lock

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

44

5-
"@babel/cli@^7.13.14":
6-
version "7.13.14"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.14.tgz#c395bc89ec4760c91f2027fa8b26f8b2bf42238f"
8-
integrity sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw==
5+
"@babel/cli@^7.14.3":
6+
version "7.14.3"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.3.tgz#9f6c8aee12e8660df879610f19a8010958b26a6f"
8+
integrity sha512-zU4JLvwk32ay1lhhyGfqiRUSPoltVDjhYkA3aQq8+Yby9z30s/EsFw1EPOHxWG9YZo2pAGfgdRNeHZQAYU5m9A==
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.19"
1514
make-dir "^2.1.0"
1615
slash "^2.0.0"
1716
source-map "^0.5.0"

0 commit comments

Comments
 (0)