chore(deps): bump @babel/runtime-corejs3 from 7.13.6 to 7.13.7

This commit is contained in:
dependabot[bot]
2021-02-25 00:28:59 -05:00
committed by GitHub
parent d525cc820d
commit c1ed6d42c1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3537,9 +3537,9 @@
}
},
"@babel/runtime-corejs3": {
"version": "7.13.6",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.6.tgz",
"integrity": "sha512-wSbWQEOD7tk8zjRJVy41L85v+ctDk6AIv72hzVOyOhAeRSkzxKhamBP2jLPBYLYvLNgiJqa4gnpiYAIeedf/sA==",
"version": "7.13.7",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.7.tgz",
"integrity": "sha512-zkDsGGSRU2YyYTXkPfcxuYuCVc6xBOeH1ZMh72ywBvmrDs+kSmoMuCUXZJUPbXZafrPivDHS2Oq7wI37gaTvqw==",
"requires": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4"

View File

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