Merge pull request #56 from Unkn0wnCat/dependabot/npm_and_yarn/babel/cli-7.12.13

Bump @babel/cli from 7.12.10 to 7.12.13
This commit is contained in:
Kevin Kandlbinder 2021-02-07 22:28:08 +01:00 committed by GitHub
commit cf328387f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -20,9 +20,9 @@
}
},
"@babel/cli": {
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.12.10.tgz",
"integrity": "sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ==",
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.12.13.tgz",
"integrity": "sha512-Zto3HPeE0GRmaxobUl7NvFTo97NKe1zdAuWqTO8oka7nE0IIqZ4CFvuRZe1qf+ZMd7eHMhwqrecjwc10mjXo/g==",
"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.12.10",
"@babel/cli": "^7.12.13",
"@babel/plugin-transform-typescript": "^7.12.13",
"animejs": "^3.2.1",
"babel-plugin-i18next-extract": "^0.8.2",