Update dependency @babel/cli to v7.13.10

This commit is contained in:
Renovate Bot 2021-03-08 23:08:31 +00:00 committed by renovate[bot]
parent b2bee2af51
commit 980e3e94cc
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.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==",
"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.0",
"@babel/cli": "7.13.10",
"@babel/plugin-transform-typescript": "7.13.0",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.2",