Skip to content

Commit 085db5c

Browse files
authored
Merge pull request #205 from codeforjapan/dependabot/npm_and_yarn/babel/runtime-corejs3-7.10.3
Bump @babel/runtime-corejs3 from 7.10.2 to 7.10.3
2 parents 697bdc6 + aebb011 commit 085db5c

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.10.2",
34+
"@babel/runtime-corejs3": "^7.10.3",
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.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==
799+
"@babel/runtime-corejs3@^7.10.3":
800+
version "7.10.3"
801+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.3.tgz#931ed6941d3954924a7aa967ee440e60c507b91a"
802+
integrity sha512-HA7RPj5xvJxQl429r5Cxr2trJwOfPjKiqhCXcdQPSqO2G0RHPZpXu4fkYmBaTKCp2c/jRaMK9GB/lN+7zvvFPw==
803803
dependencies:
804804
core-js-pure "^3.0.0"
805805
regenerator-runtime "^0.13.4"

0 commit comments

Comments
 (0)