diff --git a/package.json b/package.json index 28af1bb..5eb58b5 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.18.6", "@line/bot-sdk": "^7.3.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.18.6", "dotenv": "^8.2.0", "nodemon": "^2.0.6" } diff --git a/yarn.lock b/yarn.lock index 0067660..3d31ea0 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.18.6": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a" + integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw== + 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==