Skip to content

Commit edbc25a

Browse files
committed
1 parent 8b0e755 commit edbc25a

39 files changed

+4100
-46
lines changed

mock-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"json-stringify-safe": "^5.0.1",
5151
"nock": "^13.3.0",
5252
"npm-package-arg": "^10.1.0",
53-
"pacote": "^15.0.8",
53+
"pacote": "^16.0.0",
5454
"tap": "^16.3.4"
5555
}
5656
}

node_modules/.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
!/@npmcli/installed-package-contents
2626
!/@npmcli/map-workspaces
2727
!/@npmcli/metavuln-calculator
28+
!/@npmcli/metavuln-calculator/node_modules/
29+
/@npmcli/metavuln-calculator/node_modules/*
30+
!/@npmcli/metavuln-calculator/node_modules/npm-registry-fetch
31+
!/@npmcli/metavuln-calculator/node_modules/pacote
2832
!/@npmcli/name-from-folder
2933
!/@npmcli/node-gyp
3034
!/@npmcli/package-json
@@ -209,7 +213,7 @@
209213
!/pacote
210214
!/pacote/node_modules/
211215
/pacote/node_modules/*
212-
!/pacote/node_modules/npm-registry-fetch
216+
!/pacote/node_modules/minipass
213217
!/parse-conflict-json
214218
!/path-is-absolute
215219
!/path-key

0 commit comments

Comments
 (0)