Browse Source

chore(deps-dev): bump @babel/runtime-corejs3 from 7.13.8 to 7.13.10 (#151)

Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.13.8 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>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
5fd769d66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -3295,9 +3295,9 @@ @@ -3295,9 +3295,9 @@
}
},
"@babel/runtime-corejs3": {
"version": "7.13.8",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.8.tgz",
"integrity": "sha512-iaInhjy1BbDnqc7pZiIXAfWvBnczgWobHceR4Wkhs5tWZG8aIazBYH0Vo73lixecHKh3Vy9yqbQBqVDrmcVDlQ==",
"version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz",
"integrity": "sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==",
"dev": true,
"requires": {
"core-js-pure": "^3.0.0",

2
package.json

@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
},
"devDependencies": {
"@babel/preset-env": "^7.13.9",
"@babel/runtime-corejs3": "^7.13.8",
"@babel/runtime-corejs3": "^7.13.10",
"@googlemaps/jest-mocks": "^0.1.0",
"@types/google.maps": "^3.44.0",
"@types/jest": "^26.0.20",

Loading…
Cancel
Save