Skip to content

Commit

Permalink
@npmcli/arborist@2.8.1
Browse files Browse the repository at this point in the history
  * [#3632] Fix "cannot read property path of null" error in 'npm
    dedupe'
  * fix(shrinkwrap): always set name on the root node
  • Loading branch information
wraithgar committed Aug 12, 2021
1 parent 5bebf28 commit b88f770
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 34 deletions.
46 changes: 46 additions & 0 deletions node_modules/@npmcli/arborist/bin/dedupe.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 8 additions & 11 deletions node_modules/@npmcli/arborist/lib/can-place-dep.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion node_modules/@npmcli/arborist/lib/place-dep.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions node_modules/@npmcli/arborist/lib/shrinkwrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@npmcli/arborist/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@npmcli/arborist": "^2.8.0",
"@npmcli/arborist": "^2.8.1",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.2.0",
"@npmcli/map-workspaces": "^1.0.4",
Expand Down

0 comments on commit b88f770

Please sign in to comment.