Skip to content

Commit 7f74203

Browse files
authored
Merge pull request #173 from codeforjapan/dependabot/npm_and_yarn/babel/runtime-corejs3-7.10.2
Bump @babel/runtime-corejs3 from 7.10.1 to 7.10.2
2 parents 308b7ac + a88016a commit 7f74203

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"dependencies": {
34-
"@babel/runtime-corejs3": "^7.9.6",
34+
"@babel/runtime-corejs3": "^7.10.2",
3535
"@nuxt/typescript-runtime": "^0.4.10",
3636
"@nuxtjs/axios": "^5.11.0",
3737
"@nuxtjs/dotenv": "^1.4.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,10 @@
796796
"@babel/types" "^7.4.4"
797797
esutils "^2.0.2"
798798

799-
"@babel/runtime-corejs3@^7.9.6":
800-
version "7.10.1"
801-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.1.tgz#ae8a85a04029d94ab8c3b5237a1031a9d631b515"
802-
integrity sha512-/NLH0a34E/moPbqB1C/72I2gvMOmOly2JQARcRE1+PWCdHwMQ3la4sz7WnlK/EVHiBjQruH2WqE8YufL632Y8w==
799+
"@babel/runtime-corejs3@^7.10.2":
800+
version "7.10.2"
801+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.2.tgz#3511797ddf9a3d6f3ce46b99cc835184817eaa4e"
802+
integrity sha512-+a2M/u7r15o3dV1NEizr9bRi+KUVnrs/qYxF0Z06DAPx/4VCWaz1WA7EcbE+uqGgt39lp5akWGmHsTseIkHkHg==
803803
dependencies:
804804
core-js-pure "^3.0.0"
805805
regenerator-runtime "^0.13.4"

0 commit comments

Comments
 (0)