chore(deps): bump @babel/runtime-corejs3 from 7.13.9 to 7.13.10 (#7082)

Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.13.9 to 7.13.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.13.10/packages/babel-runtime-corejs3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
dependabot[bot]
2021-03-17 09:32:31 -07:00
committed by GitHub
parent 12eb6f34dc
commit b93f963e7b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3542,9 +3542,9 @@
} }
}, },
"@babel/runtime-corejs3": { "@babel/runtime-corejs3": {
"version": "7.13.9", "version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.9.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz",
"integrity": "sha512-p6WSr71+5u/VBf1KDS/Y4dK3ZwbV+DD6wQO3X2EbUVluEOiyXUk09DzcwSaUH4WomYXrEPC+i2rqzuthhZhOJw==", "integrity": "sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==",
"requires": { "requires": {
"core-js-pure": "^3.0.0", "core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"

View File

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