Commit 6acbb23
deps: upgrade npm to 9.6.7
PR-URL: #48062
Reviewed-By: Luke Karrys <luke@lukekarrys.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent c22f739 commit 6acbb23Copy full SHA for 6acbb23
File tree
Expand file treeCollapse file tree
103 files changed
+1702
-623
lines changedOpen diff view settings
Filter options
- deps/npm
- docs
- content
- commands
- configuring-npm
- using-npm
- output
- commands
- configuring-npm
- using-npm
- lib
- commands
- utils
- config
- man
- man1
- man5
- man7
- node_modules
- @npmcli
- config
- lib
- package-json
- lib
- run-script
- lib
- cacache
- lib/content
- glob
- dist
- cjs
- src
- mjs
- libnpmpublish
- lib
- path-scurry
- dist
- cjs
- mjs
- postcss-selector-parser
- dist
- readable-stream
- lib
- internal
- streams
- ours
- stream
- semver
- classes
- signal-exit
- dist
- cjs
- mjs
- sigstore
- dist
- ca
- verify
- external
- tlog
- tsa
- tuf
- types
- sigstore
- x509
- store
- tuf-js
- dist
- tap-snapshots/test/lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
103 files changed
+1702
-623
lines changedOpen diff view settings
Collapse file
deps/npm/docs/content/commands/npm-ls.md
Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-ls.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | 33 | |
|
Collapse file
deps/npm/docs/content/commands/npm.md
Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
Collapse file
deps/npm/docs/content/configuring-npm/package-json.md
Copy file name to clipboardExpand all lines: deps/npm/docs/content/configuring-npm/package-json.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
323 | 323 | |
324 | 324 | |
325 | 325 | |
326 | | - |
| 326 | + |
327 | 327 | |
328 | 328 | |
329 | 329 | |
|
Collapse file
deps/npm/docs/content/using-npm/config.md
Copy file name to clipboardExpand all lines: deps/npm/docs/content/using-npm/config.md+12-10Lines changed: 12 additions & 10 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
289 | 289 | |
290 | 290 | |
291 | 291 | |
292 | | - |
293 | | - |
294 | | - |
295 | | - |
296 | | - |
297 | | - |
298 | | - |
299 | | - |
300 | | - |
301 | | - |
302 | 292 | |
303 | 293 | |
304 | 294 | |
| ||
1514 | 1504 | |
1515 | 1505 | |
1516 | 1506 | |
| 1507 | + |
| 1508 | + |
| 1509 | + |
| 1510 | + |
| 1511 | + |
| 1512 | + |
| 1513 | + |
| 1514 | + |
| 1515 | + |
| 1516 | + |
| 1517 | + |
| 1518 | + |
1517 | 1519 | |
1518 | 1520 | |
1519 | 1521 | |
|
Collapse file
deps/npm/docs/output/commands/npm-ls.html
Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-ls.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
160 | 160 | |
161 | 161 | |
162 | 162 | |
163 | | - |
| 163 | + |
164 | 164 | |
165 | 165 | |
166 | 166 | |
|
Collapse file
deps/npm/docs/output/commands/npm.html
Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
150 | 150 | |
151 | 151 | |
152 | 152 | |
153 | | - |
| 153 | + |
154 | 154 | |
155 | 155 | |
156 | 156 | |
|
Collapse file
deps/npm/docs/output/configuring-npm/package-json.html
Copy file name to clipboardExpand all lines: deps/npm/docs/output/configuring-npm/package-json.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
391 | 391 | |
392 | 392 | |
393 | 393 | |
394 | | - |
| 394 | + |
395 | 395 | |
396 | 396 | |
397 | 397 | |
|
Collapse file
deps/npm/docs/output/using-npm/config.html
Copy file name to clipboardExpand all lines: deps/npm/docs/output/using-npm/config.html+12-10Lines changed: 12 additions & 10 deletions
Large diffs are not rendered by default.
Collapse file
deps/npm/lib/commands/cache.js
Copy file name to clipboardExpand all lines: deps/npm/lib/commands/cache.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | | - |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
| ||
85 | 85 | |
86 | 86 | |
87 | 87 | |
88 | | - |
89 | 88 | |
90 | 89 | |
91 | 90 | |
|
Collapse file
deps/npm/lib/utils/config/definitions.js
Copy file name to clipboardExpand all lines: deps/npm/lib/utils/config/definitions.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
439 | 439 | |
440 | 440 | |
441 | 441 | |
| 442 | + |
| 443 | + |
| 444 | + |
442 | 445 | |
443 | 446 | |
444 | 447 | |
|
0 commit comments