Skip to content

Commit

Permalink
fix(deps): update dependency npm to v7.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and antongolub committed Oct 2, 2020
1 parent 60d2a7b commit 4a16e51
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"find-cache-dir": "^3.3.1",
"fs-extra": "^9.0.1",
"minimist": "^1.2.5",
"npm": "7.0.0-rc.0",
"npm": "7.0.0-rc.1",
"pkg-dir": "^4.2.0",
"synp": "^1.9.4",
"tslib": "^2.0.1"
Expand Down
42 changes: 36 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@npmcli/arborist@1 || 0", "@npmcli/arborist@^0.0.30":
"@npmcli/arborist@1 || 0":
version "0.0.30"
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-0.0.30.tgz#f34f8fb5b12ad4a128420fc83b90b273bf641183"
integrity sha512-L2xeTh6ca0RU/J57YZb/etKDsaRdUl+O7NrObIhgg5KaqF+IxOc6+QcDznnmN6swdZcxR0wX7o/VJqEyTv657w==
Expand Down Expand Up @@ -620,6 +620,36 @@
treeverse "^1.0.4"
walk-up-path "^1.0.0"

"@npmcli/arborist@^0.0.31":
version "0.0.31"
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-0.0.31.tgz#708d1808ffe52b85ef041bb8aa33b7eee9f19f06"
integrity sha512-BO5mCagGFv2szVhdAoZj2RcyjgOFxf1B+KpBTJvJYnYWwj/v4dDpzh5BixNrvDRcrCVZUq+kOOL/l53d5MHPjA==
dependencies:
"@npmcli/installed-package-contents" "^1.0.5"
"@npmcli/map-workspaces" "^1.0.1"
"@npmcli/metavuln-calculator" "^1.0.0"
"@npmcli/name-from-folder" "^1.0.1"
"@npmcli/node-gyp" "^1.0.0"
"@npmcli/run-script" "^1.7.0"
bin-links "^2.2.1"
cacache "^15.0.3"
common-ancestor-path "^1.0.1"
json-parse-even-better-errors "^2.3.1"
json-stringify-nice "^1.1.1"
mkdirp-infer-owner "^2.0.0"
npm-install-checks "^4.0.0"
npm-package-arg "^8.0.0"
npm-pick-manifest "^6.1.0"
pacote "^11.1.10"
parse-conflict-json "^1.1.1"
promise-all-reject-late "^1.0.0"
promise-call-limit "^1.0.1"
read-package-json-fast "^1.2.1"
readdir-scoped-modules "^1.1.0"
semver "^7.1.2"
treeverse "^1.0.4"
walk-up-path "^1.0.0"

"@npmcli/ci-detect@^1.0.0", "@npmcli/ci-detect@^1.2.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@npmcli/ci-detect/-/ci-detect-1.3.0.tgz#6c1d2c625fb6ef1b9dea85ad0a5afcbef85ef22a"
Expand Down Expand Up @@ -6140,12 +6170,12 @@ npm-user-validate@~1.0.0:
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.0.tgz#8ceca0f5cea04d4e93519ef72d0557a75122e951"
integrity sha1-jOyg9c6gTU6TUZ73LQVXp1Ei6VE=

[email protected].0:
version "7.0.0-rc.0"
resolved "https://registry.yarnpkg.com/npm/-/npm-7.0.0-rc.0.tgz#2657e57030f02045641dff85ebfd622bf2bdb79f"
integrity sha512-+1ex+t6ZFhaWmvWlL6ov2XK/u9RbgzbzIEggVBE/GTz9hwDo5sd6T6s5B73Kk1sIA3HnyHzu/AqRkHeKdArN8g==
[email protected].1:
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/npm/-/npm-7.0.0-rc.1.tgz#d661e5e40899b405ae9e73933cfeb2071919c482"
integrity sha512-e0HUhG8Kgz9B9FfMRiPn3neyYLj81utyApn4za7PXBD5SFW4gVH+q60aMlplRayLYlHiu4du2ZGvf9N1UfSFVw==
dependencies:
"@npmcli/arborist" "^0.0.30"
"@npmcli/arborist" "^0.0.31"
"@npmcli/ci-detect" "^1.2.0"
"@npmcli/config" "^1.1.8"
"@npmcli/run-script" "^1.7.0"
Expand Down

0 comments on commit 4a16e51

Please sign in to comment.