Skip to content

Commit 22b453b

Browse files
npm-cli-botruyadorno
authored andcommittedJan 5, 2025
deps: upgrade npm to 10.9.2
PR-URL: #56135 Reviewed-By: Luke Karrys <luke@lukekarrys.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent e15c5da commit 22b453b

File tree

439 files changed

+13635
-10033
lines changed

Some content is hidden

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

439 files changed

+13635
-10033
lines changed
 

Diff for: ‎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.1 /path/to/npm
30+
npm@10.9.2 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```

Diff for: ‎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.1
17+
10.9.2
1818

1919
### Description
2020

0 commit comments

Comments
 (0)
Please sign in to comment.