Skip to content

Commit

Permalink
Bump npm from 8.12.1 to 8.12.2 (#190)
Browse files Browse the repository at this point in the history
Bumps [npm](https://github.com/npm/cli) from 8.12.1 to 8.12.2.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v8.12.1...v8.12.2)

---
updated-dependencies:
- dependency-name: npm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] authored Jun 16, 2022
1 parent eba2ec6 commit 6a5ba98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ethereumjs-util": "^7.1.5",
"install": "^0.13.0",
"json-format-cli": "^1.1.1",
"npm": "^8.11.0",
"npm": "^8.12.2",
"prettyjson": "^1.2.5",
"starknet": "^3.9.0",
"sx-api": "snapshot-labs/sx-api",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2676,9 +2676,10 @@ bytewise@~1.1.0:
bytewise-core "^1.2.2"
typewise "^1.0.3"

cacache@^16.0.0, cacache@^16.0.6, cacache@^16.1.0:
version "16.1.0"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.0.tgz#87a6bae558a511c9cb2a13768073e240ca76153a"
cacache@^16.0.0, cacache@^16.0.6, cacache@^16.1.0, cacache@^16.1.1:
version "16.1.1"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.1.tgz#4e79fb91d3efffe0630d5ad32db55cc1b870669c"
integrity sha512-VDKN+LHyCQXaaYZ7rA/qtkURU+/yYhviUdvqEv2LT6QPZU8jpyzEkEVAcKlKLt5dJ5BRp11ym8lo3NKLluEPLg==
dependencies:
"@npmcli/fs" "^2.1.0"
"@npmcli/move-file" "^2.0.0"
Expand Down Expand Up @@ -6897,7 +6898,7 @@ make-error@^1.1.1:
version "1.3.6"
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"

make-fetch-happen@^10.0.3, make-fetch-happen@^10.0.6, make-fetch-happen@^10.1.6:
make-fetch-happen@^10.0.3, make-fetch-happen@^10.0.6, make-fetch-happen@^10.1.7:
version "10.1.7"
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.1.7.tgz#b1402cb3c9fad92b380ff3a863cdae5414a42f76"
integrity sha512-J/2xa2+7zlIUKqfyXDCXFpH3ypxO4k3rgkZHPSZkyUYcBT/hM80M3oyKLM/9dVriZFiGeGGS2Ei+0v2zfhqj3Q==
Expand Down Expand Up @@ -7601,10 +7602,10 @@ npm-user-validate@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.1.tgz#31428fc5475fe8416023f178c0ab47935ad8c561"

npm@^8.11.0:
version "8.12.1"
resolved "https://registry.yarnpkg.com/npm/-/npm-8.12.1.tgz#624064fa7a8e0730223f6b2effe087e7127d567b"
integrity sha512-0yOlhfgu1UzP6UijnaFuIS2bES2H9D90EA5OVsf2iOZw7VBrjntXKEwKfCaFA6vMVWkCP8qnPwCxxPdnDVwlNw==
npm@^8.12.2:
version "8.12.2"
resolved "https://registry.yarnpkg.com/npm/-/npm-8.12.2.tgz#d9be9d6368b0bd9d0e963b25a662c79909ca8bbf"
integrity sha512-TArexqro9wpl/6wz6t6YdYhOoiy/UArqiSsSsqI7fieEhQEswDQSJcgt/LuCDjl6mfCDi0So7S2UZ979qLYRPg==
dependencies:
"@isaacs/string-locale-compare" "^1.1.0"
"@npmcli/arborist" "^5.0.4"
Expand All @@ -7616,7 +7617,7 @@ npm@^8.11.0:
"@npmcli/run-script" "^3.0.1"
abbrev "~1.1.1"
archy "~1.0.0"
cacache "^16.1.0"
cacache "^16.1.1"
chalk "^4.1.2"
chownr "^2.0.0"
cli-columns "^4.0.0"
Expand All @@ -7641,7 +7642,7 @@ npm@^8.11.0:
libnpmsearch "^5.0.2"
libnpmteam "^4.0.2"
libnpmversion "^3.0.1"
make-fetch-happen "^10.1.6"
make-fetch-happen "^10.1.7"
minipass "^3.1.6"
minipass-pipeline "^1.2.4"
mkdirp "^1.0.4"
Expand Down

0 comments on commit 6a5ba98

Please sign in to comment.