Merge pull request #1042 from hodgef/dependabot/npm_and_yarn/babel/cli-7.14.3

This commit is contained in:
dependabot-preview[bot] 2021-05-18 10:03:09 +00:00 committed by GitHub
commit 8e74305b60
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

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/cli": {
"version": "7.13.16",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.13.16.tgz",
"integrity": "sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==",
"version": "7.14.3",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.14.3.tgz",
"integrity": "sha512-zU4JLvwk32ay1lhhyGfqiRUSPoltVDjhYkA3aQq8+Yby9z30s/EsFw1EPOHxWG9YZo2pAGfgdRNeHZQAYU5m9A==",
"dev": true,
"requires": {
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents",

View File

@ -39,7 +39,7 @@
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-typescript": "^7.13.0",