Skip to content

Commit 288416a

Browse files
npm-cli-botaduh95
authored andcommitted
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 c157e02 commit 288416a

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

Lines changed: 1 addition & 1 deletion
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-
[email protected].0 /path/to/npm
30+
[email protected].1 /path/to/npm
3131
3232
3333
```

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

Lines changed: 1 addition & 1 deletion
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

deps/npm/docs/output/commands/npm-access.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-access----1090">
144+
<h1 id="----npm-access----1091">
145145
<span>npm-access</span>
146-
<span class="version">@10.9.0</span>
146+
<span class="version">@10.9.1</span>
147147
</h1>
148148
<span class="description">Set access level on published packages</span>
149149
</header>

deps/npm/docs/output/commands/npm-adduser.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-adduser----1090">
144+
<h1 id="----npm-adduser----1091">
145145
<span>npm-adduser</span>
146-
<span class="version">@10.9.0</span>
146+
<span class="version">@10.9.1</span>
147147
</h1>
148148
<span class="description">Add a registry user account</span>
149149
</header>

deps/npm/docs/output/commands/npm-audit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-audit----1090">
144+
<h1 id="----npm-audit----1091">
145145
<span>npm-audit</span>
146-
<span class="version">@10.9.0</span>
146+
<span class="version">@10.9.1</span>
147147
</h1>
148148
<span class="description">Run a security audit</span>
149149
</header>

deps/npm/docs/output/commands/npm-bugs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-bugs----1090">
144+
<h1 id="----npm-bugs----1091">
145145
<span>npm-bugs</span>
146-
<span class="version">@10.9.0</span>
146+
<span class="version">@10.9.1</span>
147147
</h1>
148148
<span class="description">Report bugs for a package in a web browser</span>
149149
</header>

deps/npm/docs/output/commands/npm-cache.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-cache----1090">
144+
<h1 id="----npm-cache----1091">
145145
<span>npm-cache</span>
146-
<span class="version">@10.9.0</span>
146+
<span class="version">@10.9.1</span>
147147
</h1>
148148
<span class="description">Manipulates packages cache</span>
149149
</header>

deps/npm/docs/output/commands/npm-ci.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-ci----1090">
144+
<h1 id="----npm-ci----1091">
145145
<span>npm-ci</span>
146-
<span class="version">@10.9.0</span>
146+
<span class="version">@10.9.1</span>
147147
</h1>
148148
<span class="description">Clean install a project</span>
149149
</header>

deps/npm/docs/output/commands/npm-completion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-completion----1090">
144+
<h1 id="----npm-completion----1091">
145145
<span>npm-completion</span>
146-
<span class="version">@10.9.0</span>
146+
<span class="version">@10.9.1</span>
147147
</h1>
148148
<span class="description">Tab Completion for npm</span>
149149
</header>

deps/npm/docs/output/commands/npm-config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-config----1090">
144+
<h1 id="----npm-config----1091">
145145
<span>npm-config</span>
146-
<span class="version">@10.9.0</span>
146+
<span class="version">@10.9.1</span>
147147
</h1>
148148
<span class="description">Manage the npm configuration files</span>
149149
</header>

0 commit comments

Comments
 (0)