Browse Source

chore(deps-dev): bump @babel/runtime-corejs3 from 7.12.1 to 7.12.5 (#37)

Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.12.1 to 7.12.5.
- [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.12.5/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] 4 years ago committed by GitHub
parent
commit
43d78105d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json generated

@ -1920,9 +1920,9 @@ @@ -1920,9 +1920,9 @@
}
},
"@babel/runtime-corejs3": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.1.tgz",
"integrity": "sha512-umhPIcMrlBZ2aTWlWjUseW9LjQKxi1dpFlQS8DzsxB//5K+u6GLTC/JliPKHsd5kJVPIU6X/Hy0YvWOYPcMxBw==",
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz",
"integrity": "sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==",
"dev": true,
"requires": {
"core-js-pure": "^3.0.0",
@ -4239,9 +4239,9 @@ @@ -4239,9 +4239,9 @@
}
},
"core-js-pure": {
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.6.5.tgz",
"integrity": "sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.7.0.tgz",
"integrity": "sha512-EZD2ckZysv8MMt4J6HSvS9K2GdtlZtdBncKAmF9lr2n0c9dJUaUN88PSTjvgwCgQPWKTkERXITgS6JJRAnljtg==",
"dev": true
},
"core-util-is": {

2
package.json

@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
},
"devDependencies": {
"@babel/preset-env": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.5",
"@googlemaps/jest-mocks": "^0.1.0",
"@types/googlemaps": "^3.40.3",
"@types/jest": "^26.0.15",

Loading…
Cancel
Save