Bump @babel/helper-module-imports from 7.10.4 to 7.12.1 #78

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/helper-module-imports-7.12.1 into develop 2020-10-16 15:31:36 +02:00
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View file

@ -262,12 +262,25 @@
} }
}, },
"@babel/helper-module-imports": { "@babel/helper-module-imports": {
"version": "7.10.4", "version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz",
"integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", "integrity": "sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/types": "^7.10.4" "@babel/types": "^7.12.1"
},
"dependencies": {
"@babel/types": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.10.4",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
}
}
} }
}, },
"@babel/helper-module-transforms": { "@babel/helper-module-transforms": {

View file

@ -36,7 +36,7 @@
"devDependencies": { "devDependencies": {
"@babel/compat-data": "^7.12.0", "@babel/compat-data": "^7.12.0",
"@babel/core": "^7.12.0", "@babel/core": "^7.12.0",
"@babel/helper-module-imports": "^7.10.4", "@babel/helper-module-imports": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.12.1", "@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/preset-env": "^7.12.0", "@babel/preset-env": "^7.12.0",