Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-10 10:43:37 +0300
committerGitHub <noreply@github.com>2021-03-10 10:43:37 +0300
commit43e50ce74ad4abf2145edb272d78a1c69f37267f (patch)
tree7db3d45f056fb69041d8404a08e4268c851bbbb1
parentbce1e63bb3dd8ec8d594188db7b3ae0b7c77d907 (diff)
Bump @babel/cli from 7.13.0 to 7.13.10 (#33314)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.13.0 to 7.13.10. - [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.10/packages/babel-cli) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 493e27cb74..3687146e45 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/cli": {
- "version": "7.13.0",
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.13.0.tgz",
- "integrity": "sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==",
+ "version": "7.13.10",
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.13.10.tgz",
+ "integrity": "sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==",
"dev": true,
"requires": {
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents",
diff --git a/package.json b/package.json
index aebcb0faf7..5cde985c29 100644
--- a/package.json
+++ b/package.json
@@ -100,7 +100,7 @@
"@popperjs/core": "^2.9.1"
},
"devDependencies": {
- "@babel/cli": "^7.13.0",
+ "@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.9",
"@popperjs/core": "^2.9.1",