diff --git a/package.json b/package.json index ec43e4b..65940a2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@azure/storage-blob": "^12.3.0", - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.12.13", "@line/bot-sdk": "^7.1.0", "axios": "^0.21.0", "bcrypt": "^5.0.0", @@ -36,7 +36,7 @@ "@babel/plugin-transform-async-to-generator": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.1", - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.12.13", "dotenv": "^8.2.0", "nodemon": "^2.0.6" } diff --git a/yarn.lock b/yarn.lock index d93e56c..b5bc4a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -964,7 +964,14 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.12.13": + version "7.13.7" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.7.tgz#d494e39d198ee9ca04f4dcb76d25d9d7a1dc961a" + integrity sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/runtime@^7.8.4": version "7.12.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==