Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf78498

Browse files
npm-cli-botaduh95
authored andcommittedDec 13, 2024
deps: upgrade npm to 10.9.1
PR-URL: #55951 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent d1b7404 commit bf78498

File tree

506 files changed

+4044
-14450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

506 files changed

+4044
-14450
lines changed
 

‎deps/npm/docs/content/commands/npm-ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
npm@10.9.0 /path/to/npm
30+
npm@10.9.1 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```

‎deps/npm/docs/content/commands/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
1414

1515
### Version
1616

17-
10.9.0
17+
10.9.1
1818

1919
### Description
2020

0 commit comments

Comments
 (0)
Please sign in to comment.