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

+46
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

-11
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

+8-11
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

+16-1
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

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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)