Skip to content

Commit b88f770

Browse files
committed
* [#3632] Fix "cannot read property path of null" error in 'npm dedupe' * fix(shrinkwrap): always set name on the root node
1 parent 5bebf28 commit b88f770

File tree

8 files changed

+83
-34
lines changed

8 files changed

+83
-34
lines changed

node_modules/@npmcli/arborist/bin/dedupe.js

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/can-place-dep.js

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/place-dep.js

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/shrinkwrap.js

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"./package.json": "./package.json"
5454
},
5555
"dependencies": {
56-
"@npmcli/arborist": "^2.8.0",
56+
"@npmcli/arborist": "^2.8.1",
5757
"@npmcli/ci-detect": "^1.2.0",
5858
"@npmcli/config": "^2.2.0",
5959
"@npmcli/map-workspaces": "^1.0.4",

0 commit comments

Comments
 (0)