diff --git a/package.json b/package.json index 80ad4d5..aa3ae8f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin" ], "dependencies": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.15.3", "generate-robotstxt": "^8.0.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index cdb69f9..141b417 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1071,10 +1071,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@^7.14.0", "@babel/runtime@^7.8.4": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" - integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== +"@babel/runtime@^7.15.3", "@babel/runtime@^7.8.4": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b" + integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA== dependencies: regenerator-runtime "^0.13.4"