Update dependency @babel/cli to v7.13.14

This commit is contained in:
Renovate Bot 2021-03-29 15:29:13 +00:00 committed by renovate[bot]
parent b1fc9bf514
commit 95182a7ec5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -20,9 +20,9 @@
}
},
"@babel/cli": {
"version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.13.10.tgz",
"integrity": "sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==",
"version": "7.13.14",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.13.14.tgz",
"integrity": "sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw==",
"requires": {
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents",
"chokidar": "^3.4.0",

View file

@ -19,7 +19,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@babel/cli": "7.13.10",
"@babel/cli": "7.13.14",
"@babel/plugin-transform-typescript": "7.13.0",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.2",