diff --git a/package.json b/package.json index 944c77c8..c6fb3750 100755 --- a/package.json +++ b/package.json @@ -63,6 +63,6 @@ "rxjs": "^6.5.4", "@types/node": "^10.0.0", "typescript": "^4.2.3", - "denoify": "^1.3.0" + "denoify": "^1.6.6" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 98c2b154..5d53ddaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -250,27 +250,26 @@ csstype@^3.0.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2" integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA== -denoify@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/denoify/-/denoify-1.3.0.tgz#65c19e66b4046438f5c71921f24fbe4ec02f2566" - integrity sha512-TjeyECRo8VI+P6M8DoKgtuIWYVJpp66cAiRjE4ZxdFpHLUL/xPDciDw8cWwJovenKrGy2lJdn6Le8mzWlyXOaw== +denoify@^1.6.6: + version "1.6.6" + resolved "https://registry.yarnpkg.com/denoify/-/denoify-1.6.6.tgz#59e32896c448a45a82069b923caa036bcaf80046" + integrity sha512-cu78YmhU5EgEAmyXmhSmRGZ9Gszv1l8DRr0CIv8O6PtgglzFB8Ls9GEKsieTqJUFU8fe3AAh4QizJXAoKO68Mw== dependencies: "@octokit/rest" "^18.0.0" "@types/comment-json" "^1.1.1" commander "^4.1.1" comment-json "^3.0.2" cosmiconfig "^7.0.1" - evt "^2.4.6" - get-github-default-branch-name "^0.0.4" + evt "2.5.3" + get-github-default-branch-name "^1.0.0" gitignore-parser "0.0.2" glob "^7.1.6" - minimal-polyfills "^2.2.2" + minimal-polyfills "^2.2.3" node-fetch "^2.6.7" path-depth "^1.0.0" scripting-tools "^0.19.14" - tsafe "^1.1.3" + tsafe "^1.6.5" url-join "^4.0.1" - yaml "^2.1.1" deprecation@^2.0.0, deprecation@^2.3.1: version "2.3.1" @@ -294,24 +293,24 @@ esprima@^4.0.1: resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== -evt@^2.4.6: - version "2.4.6" - resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.6.tgz#79e242cd2f84c2ec0b8119478712f7af80368832" - integrity sha512-4kSu9YVklCeddEAu/UCzIISrxc5SAD82hX7gXjBox4yyrPNblYrmJr4GgTOOQpNXTGYci+UIpFUYikgZa9fyTQ== +evt@2.5.3: + version "2.5.3" + resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.3.tgz#eda564afdda6dfe1da687bb54933706af3f844d6" + integrity sha512-wZKx0JgXaTOVOXI2saNVxINU6VToOHDowMwb3NRcU6l+C59eW3w9dZgNxjokiM8rvMgc7/11yFG0cSDxn4qxgA== dependencies: - minimal-polyfills "^2.2.2" - run-exclusive "^2.2.16" - tsafe "^1.1.3" + minimal-polyfills "^2.2.3" + run-exclusive "^2.2.19" + tsafe "^1.6.5" fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -get-github-default-branch-name@^0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/get-github-default-branch-name/-/get-github-default-branch-name-0.0.4.tgz#9c0c6606ba606edb136d2fd26e4d515b69f2de90" - integrity sha512-ltOGC9Jk0k8boe48Gk7SkJErwxt7MhwXtbNrBUyNCZcwcXSmGRdkKb2u0YO250PGvPsUtdqRjg7lVuIk1VtpCg== +get-github-default-branch-name@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/get-github-default-branch-name/-/get-github-default-branch-name-1.0.0.tgz#ff91c0e95f4124de66b35590c95508af696ee410" + integrity sha512-BqOokYoLjPIgkehneFPUZW9nNtU0LCXVMJ87YKaHGMWgCSZkTBHWGa76xsyVeXg+nQzRJBi9KDwQbTH3HLntwQ== dependencies: "@octokit/rest" "^18.0.0" scripting-tools "^0.19.12" @@ -396,16 +395,6 @@ loose-envify@^1.1.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -minimal-polyfills@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/minimal-polyfills/-/minimal-polyfills-2.2.1.tgz#7249d7ece666d3b4e1ec1c1b8f949eb9d44e2308" - integrity sha512-WLmHQrsZob4rVYf8yHapZPNJZ3sspGa/sN8abuSD59b0FifDEE7HMfLUi24z7mPZqTpBXy4Svp+iGvAmclCmXg== - -minimal-polyfills@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/minimal-polyfills/-/minimal-polyfills-2.2.2.tgz#6b06a004acce420eb91cf94698f5e6e7f2518378" - integrity sha512-eEOUq/LH/DbLWihrxUP050Wi7H/N/I2dQT98Ep6SqOpmIbk4sXOI4wqalve66QoZa+6oljbZWU6I6T4dehQGmw== - minimal-polyfills@^2.2.3: version "2.2.3" resolved "https://registry.yarnpkg.com/minimal-polyfills/-/minimal-polyfills-2.2.3.tgz#22af58de16807b325f29b83ca38ffb83e75ec3f4" @@ -481,13 +470,6 @@ resolve-from@^4.0.0: resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== -run-exclusive@^2.2.16: - version "2.2.16" - resolved "https://registry.yarnpkg.com/run-exclusive/-/run-exclusive-2.2.16.tgz#8fa30a23037760af296c47872a5f6b38f25accf0" - integrity sha512-cdYv2LDvaBCRnrqXrwDFs1SgzGTx0EIsiEReTpsprEDR6hRUVlSyjoMYu+rez4S1gpz6YbOQxcmYFMXJQknVnQ== - dependencies: - minimal-polyfills "^2.2.1" - run-exclusive@^2.2.19: version "2.2.19" resolved "https://registry.yarnpkg.com/run-exclusive/-/run-exclusive-2.2.19.tgz#37a2fb6e3671f8ae0d63521ebd1865fc796cf307" @@ -524,11 +506,6 @@ tr46@~0.0.3: resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== -tsafe@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.1.3.tgz#fa7c2ae7da689884292b70ee30febbca5c665d03" - integrity sha512-QQQoed5Acb7Qe/sjMwE/qg57mxD5MXqY5HcGN4i3QyhJiplpo79ABEZiOBvL1cRTOYIzeryWvWQ3xsotTA49MQ== - tsafe@^1.6.5: version "1.6.5" resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.5.tgz#74943b69190069168a53d2accd6d07891cf1cce8" @@ -576,8 +553,3 @@ yaml@^1.10.0: version "1.10.2" resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== - -yaml@^2.1.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.3.tgz#9b3a4c8aff9821b696275c79a8bee8399d945207" - integrity sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==