|
|
|
@ -924,14 +924,48 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-runtime": {
|
|
|
|
|
"version": "7.12.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz",
|
|
|
|
|
"integrity": "sha512-xOrUfzPxw7+WDm9igMgQCbO3cJKymX7dFdsgRr1eu9n3KjjyU4pptIXbXPseQDquw+W+RuJEJMHKHNsPNNm3CA==",
|
|
|
|
|
"version": "7.12.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.15.tgz",
|
|
|
|
|
"integrity": "sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-module-imports": "^7.12.5",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4",
|
|
|
|
|
"@babel/helper-module-imports": "^7.12.13",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"semver": "^5.5.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-module-imports": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.12.13"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-plugin-utils": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-validator-identifier": {
|
|
|
|
|
"version": "7.12.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
|
|
|
|
|
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@babel/types": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.12.11",
|
|
|
|
|
"lodash": "^4.17.19",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": {
|
|
|
|
|