Skip to content

Commit

Permalink
Bump npm from 7.6.0 to 7.6.1 (#163)
Browse files Browse the repository at this point in the history
Bumps [npm](https://github.com/npm/cli) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v7.6.0...v7.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2021
1 parent 93cdd1f commit f42d267
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"husky": "5.1.3",
"jest": "26.6.3",
"mock-fs": "4.13.0",
"npm": "7.6.0",
"npm": "7.6.1",
"nyc": "15.1.0",
"yarn": "1.22.10"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -743,10 +743,10 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@npmcli/arborist@^2.0.0", "@npmcli/arborist@^2.2.5":
version "2.2.5"
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-2.2.5.tgz#e1bacf20d168a74112a9d7fab56b34cb8099161b"
integrity sha512-nLnhRZsUa1kPryyI0N6hLGX6lsQTFDqBJRTNHmZNmjgzP7ZBKiqz8y6ItsouT2CpWhvmoIpnstLyoglIQyo0YQ==
"@npmcli/arborist@^2.0.0", "@npmcli/arborist@^2.2.6":
version "2.2.6"
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-2.2.6.tgz#3cf7185953da413da92d6f05ab302d97be624687"
integrity sha512-dLWPjMeUTrlIJG+f4j3cOMZ24vJ1GQmZm7QixXeOnx3XCo7reWqzjDZfQvPE21FPUuz25EGoRw+MSHzc7OlxAA==
dependencies:
"@npmcli/installed-package-contents" "^1.0.7"
"@npmcli/map-workspaces" "^1.0.2"
Expand Down Expand Up @@ -5209,12 +5209,12 @@ 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.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/npm/-/npm-7.6.0.tgz#c366ffc31d4d85acc72fddf9ad33799183033812"
integrity sha512-1Jexc9EoGJEMEdWWLQMs2a7a5nNtD0INmBY4Gzv+RI727VZO05kruXhL8NnHtsvBfVn+eoMmBJKzy1exJRfymQ==
npm@7.6.1:
version "7.6.1"
resolved "https://registry.yarnpkg.com/npm/-/npm-7.6.1.tgz#6eb9569002685ee4fb8fb9c00c56146d3a8277f5"
integrity sha512-L9xChb/o6XOYqTEBK+5+T3ph5Q7eCDYuY6Wz5a0s+I+hfMy5L2Kj8t4P5zsP2qJVts0etAx9MHD1meiApvtb9A==
dependencies:
"@npmcli/arborist" "^2.2.5"
"@npmcli/arborist" "^2.2.6"
"@npmcli/ci-detect" "^1.2.0"
"@npmcli/config" "^1.2.9"
"@npmcli/run-script" "^1.8.3"
Expand Down

0 comments on commit f42d267

Please sign in to comment.