Skip to content

Commit f866640

Browse files
Bump @babel/cli from 7.19.3 to 7.20.7 (#192)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.19.3 to 7.20.7. - [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.20.7/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 277b4a2 commit f866640

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
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"license": "MIT",
55
"devDependencies": {
6-
"@babel/cli": "^7.19.3",
6+
"@babel/cli": "^7.20.7",
77
"@babel/core": "^7.20.5",
88
"@babel/generator": "^7.20.0",
99
"@babel/node": "^7.20.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "^0.3.0"
1111

12-
"@babel/cli@^7.19.3":
13-
version "7.19.3"
14-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2"
15-
integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==
12+
"@babel/cli@^7.20.7":
13+
version "7.20.7"
14+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.20.7.tgz#8fc12e85c744a1a617680eacb488fab1fcd35b7c"
15+
integrity sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ==
1616
dependencies:
1717
"@jridgewell/trace-mapping" "^0.3.8"
1818
commander "^4.0.1"

0 commit comments

Comments
 (0)