chore(deps): bump @babel/runtime-corejs3 from 7.12.5 to 7.12.13

This commit is contained in:
dependabot[bot]
2021-02-03 00:48:55 -05:00
committed by GitHub
parent 8c317ebe6a
commit faf8b5b8c1
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -4489,9 +4489,9 @@
}
},
"@babel/runtime-corejs3": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz",
"integrity": "sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==",
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.13.tgz",
"integrity": "sha512-8fSpqYRETHATtNitsCXq8QQbKJP31/KnDl2Wz2Vtui9nKzjss2ysuZtyVsWjBtvkeEFo346gkwjYPab1hvrXkQ==",
"requires": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4"
@@ -10833,9 +10833,9 @@
}
},
"core-js-pure": {
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.8.2.tgz",
"integrity": "sha512-v6zfIQqL/pzTVAbZvYUozsxNfxcFb6Ks3ZfEbuneJl3FW9Jb8F6vLWB6f+qTmAu72msUdyb84V8d/yBFf7FNnw=="
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.8.3.tgz",
"integrity": "sha512-V5qQZVAr9K0xu7jXg1M7qTEwuxUgqr7dUOezGaNa7i+Xn9oXAU/d1fzqD9ObuwpVQOaorO5s70ckyi1woP9lVA=="
},
"core-util-is": {
"version": "1.0.2",

View File

@@ -58,7 +58,7 @@
"start": "npm-run-all --parallel serve-static open-static"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"@babel/runtime-corejs3": "^7.12.13",
"@braintree/sanitize-url": "^5.0.0",
"@kyleshockey/object-assign-deep": "^0.4.2",
"@kyleshockey/xml": "^1.0.2",