Skip to content

Commit

Permalink
perf(deps): up npm to v7.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 25, 2021
1 parent b998a7a commit cd31155
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"find-cache-dir": "^3.3.1",
"fs-extra": "^9.1.0",
"commander": "^7.2.0",
"npm": "^7.7.0",
"npm": "^7.7.4",
"pkg-dir": "^5.0.0",
"synp": "^1.9.7",
"tslib": "^2.1.0",
Expand All @@ -88,7 +88,7 @@
"eslint": "^7.22.0",
"eslint-config-qiwi": "^1.10.8",
"eslint-config-prettier": "^8.1.0",
"typedoc": "^0.20.33",
"typedoc": "^0.20.34",
"typescript": "4.2.3",
"prettier": "^2.2.1",
"find-up": "^5.0.0"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3287,10 +3287,10 @@ hosted-git-info@^3.0.6:
dependencies:
lru-cache "^6.0.0"

hosted-git-info@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.1.tgz#710ef5452ea429a844abc33c981056e7371edab7"
integrity sha512-eT7NrxAsppPRQEBSwKSosReE+v8OzABwEScQYk5d4uxaEPlzxTIku7LINXtBGalthkLhJnq5lBI89PfK43zAKg==
hosted-git-info@^4.0.1, hosted-git-info@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
dependencies:
lru-cache "^6.0.0"

Expand Down Expand Up @@ -5055,10 +5055,10 @@ npm-user-validate@^1.0.1:
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.1.tgz#31428fc5475fe8416023f178c0ab47935ad8c561"
integrity sha512-uQwcd/tY+h1jnEaze6cdX/LrhWhoBxfSknxentoqmIuStxUExxjWd3ULMLFPiFUrZKbOVMowH6Jq2FRWfmhcEw==

npm@^7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/npm/-/npm-7.7.0.tgz#bbcf8517a0e89ca1e48983af100a87e1d8ae71f4"
integrity sha512-vpdr2P1IgFkEhujqUT6YjLvOcTm0HEo1HAEkwUYCERh0R8VIJtsLrCyrQlbks+q1BlS8HpjkK5GyNgcS0K/4AA==
npm@^7.7.4:
version "7.7.4"
resolved "https://registry.yarnpkg.com/npm/-/npm-7.7.4.tgz#479fa9612e33ace8be712377c787c5e36c1decb8"
integrity sha512-+gUjp4hbUnN7S1z2S3uDTnac94uRiztzFkMLNimHsB4KpuvhO+xjg30ARoptq7UYqF6KTXA4L8XLDMuriyB9Fg==
dependencies:
"@npmcli/arborist" "^2.2.9"
"@npmcli/ci-detect" "^1.2.0"
Expand All @@ -5077,7 +5077,7 @@ npm@^7.7.0:
columnify "~1.5.4"
glob "^7.1.4"
graceful-fs "^4.2.6"
hosted-git-info "^4.0.1"
hosted-git-info "^4.0.2"
ini "^2.0.0"
init-package-json "^2.0.2"
is-cidr "^4.0.2"
Expand Down Expand Up @@ -6782,10 +6782,10 @@ typedoc-default-themes@^0.12.9:
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.12.9.tgz#97dfecb74faca36f8aff81d3be984b095d2bbbd8"
integrity sha512-Jd5fYTiqzinZdoIY382W7tQXTwAzWRdg8KbHfaxmb78m1/3jL9riXtk23oBOKwhi8GFVykCOdPzEJKY87/D0LQ==

typedoc@^0.20.33:
version "0.20.33"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.20.33.tgz#dd9591afc2a4b944bd167eeee3425380daf9047d"
integrity sha512-jzNdHmjZRQKwguhpXjIPuIjz+TpdgG2AVY8ta+qpAukv+3rBhTs4AAVd+mkonrHVYlC0EAbuAJ4urkfnn42Hwg==
typedoc@^0.20.34:
version "0.20.34"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.20.34.tgz#763c4e1ebef55fd4f71a27f0f02249926107021a"
integrity sha512-es+N/KyGPcHl9cAuYh1Z5m7HzwcmfNLghkmb2pzGz7HRDS5GS2uA3hu/c2cv4gCxDsw8pPUPCOvww+Hzf48Kug==
dependencies:
colors "^1.4.0"
fs-extra "^9.1.0"
Expand Down

0 comments on commit cd31155

Please sign in to comment.