Skip to content

Commit 14f4f55

Browse files
Bump @babel/cli from 7.15.7 to 7.16.0
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.15.7 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] <[email protected]>
1 parent f2911ed commit 14f4f55

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
@@ -57,7 +57,7 @@
5757
"meilisearch": "^0.22.3"
5858
},
5959
"devDependencies": {
60-
"@babel/cli": "^7.15.7",
60+
"@babel/cli": "^7.16.0",
6161
"@babel/core": "^7.15.8",
6262
"@babel/preset-env": "^7.15.8",
6363
"@rollup/plugin-commonjs": "^17.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@
106106
"@algolia/logger-common" "4.10.5"
107107
"@algolia/requester-common" "4.10.5"
108108

109-
"@babel/cli@^7.15.7":
110-
version "7.15.7"
111-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.15.7.tgz#62658abedb786d09c1f70229224b11a65440d7a1"
112-
integrity sha512-YW5wOprO2LzMjoWZ5ZG6jfbY9JnkDxuHDwvnrThnuYtByorova/I0HNXJedrUfwuXFQfYOjcqDA4PU3qlZGZjg==
109+
"@babel/cli@^7.16.0":
110+
version "7.16.0"
111+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.16.0.tgz#a729b7a48eb80b49f48a339529fc4129fd7bcef3"
112+
integrity sha512-WLrM42vKX/4atIoQB+eb0ovUof53UUvecb4qGjU2PDDWRiZr50ZpiV8NpcLo7iSxeGYrRG0Mqembsa+UrTAV6Q==
113113
dependencies:
114114
commander "^4.0.1"
115115
convert-source-map "^1.1.0"

0 commit comments

Comments
 (0)