Skip to content

Commit 011bb12

Browse files
committed
@npmcli/arborist@2.0.1
* Do not save with ^ and no version Fix: #2320
1 parent e401d6b commit 011bb12

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
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: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"./package.json": "./package.json"
4343
},
4444
"dependencies": {
45-
"@npmcli/arborist": "^2.0.0",
45+
"@npmcli/arborist": "^2.0.1",
4646
"@npmcli/ci-detect": "^1.2.0",
4747
"@npmcli/config": "^1.2.6",
4848
"@npmcli/run-script": "^1.8.1",
@@ -146,6 +146,8 @@
146146
"libnpmteam",
147147
"libnpmversion",
148148
"make-fetch-happen",
149+
"minipass",
150+
"minipass-pipeline",
149151
"mkdirp",
150152
"mkdirp-infer-owner",
151153
"ms",

0 commit comments

Comments
 (0)