diff --git a/a11y-multiple-page-checker/github-action/package.json b/a11y-multiple-page-checker/github-action/package.json index cc775ca..a85b018 100644 --- a/a11y-multiple-page-checker/github-action/package.json +++ b/a11y-multiple-page-checker/github-action/package.json @@ -4,7 +4,7 @@ "test": "jest" }, "dependencies": { - "@babel/runtime": "^7.4.2", + "@babel/runtime": "^7.7.7", "esm": "^3.2.22", "minimist": "^1.2.0", "es6-promise": "4.2.6", diff --git a/a11y-multiple-page-checker/github-action/yarn.lock b/a11y-multiple-page-checker/github-action/yarn.lock index 7d540fc..ab07370 100644 --- a/a11y-multiple-page-checker/github-action/yarn.lock +++ b/a11y-multiple-page-checker/github-action/yarn.lock @@ -595,10 +595,10 @@ js-levenshtein "^1.1.3" semver "^5.5.0" -"@babel/runtime@^7.4.2": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12" - integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ== +"@babel/runtime@^7.7.7": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308" + integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ== dependencies: regenerator-runtime "^0.13.2"