Skip to content

Commit d0c07e0

Browse files
committed
deps: upgrade npm to 11.13.0
1 parent d1ac02f commit d0c07e0

452 files changed

Lines changed: 38033 additions & 2973 deletions

File tree

Some content is hidden

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note that nested packages will *also* show the paths to the specified packages.
2323
For example, running `npm ls promzard` in npm's source tree will show:
2424

2525
```bash
26-
npm@11.12.1 /path/to/npm
26+
npm@11.13.0 /path/to/npm
2727
└─┬ init-package-json@0.0.4
2828
└── promzard@0.1.5
2929
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Update packages
99
```bash
1010
npm update [<pkg>...]
1111

12-
aliases: up, upgrade, udpate
12+
aliases: u, up, upgrade, udpate
1313
```
1414

1515
### Description

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-
11.12.1
17+
11.13.0
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
@@ -186,9 +186,9 @@
186186

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-access----11121">
189+
<h1 id="----npm-access----11130">
190190
<span>npm-access</span>
191-
<span class="version">@11.12.1</span>
191+
<span class="version">@11.13.0</span>
192192
</h1>
193193
<span class="description">Set access level on published packages</span>
194194
</header>

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

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

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-adduser----11121">
189+
<h1 id="----npm-adduser----11130">
190190
<span>npm-adduser</span>
191-
<span class="version">@11.12.1</span>
191+
<span class="version">@11.13.0</span>
192192
</h1>
193193
<span class="description">Add a registry user account</span>
194194
</header>

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

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

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-audit----11121">
189+
<h1 id="----npm-audit----11130">
190190
<span>npm-audit</span>
191-
<span class="version">@11.12.1</span>
191+
<span class="version">@11.13.0</span>
192192
</h1>
193193
<span class="description">Run a security audit</span>
194194
</header>

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

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

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-bugs----11121">
189+
<h1 id="----npm-bugs----11130">
190190
<span>npm-bugs</span>
191-
<span class="version">@11.12.1</span>
191+
<span class="version">@11.13.0</span>
192192
</h1>
193193
<span class="description">Report bugs for a package in a web browser</span>
194194
</header>

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

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

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-cache----11121">
189+
<h1 id="----npm-cache----11130">
190190
<span>npm-cache</span>
191-
<span class="version">@11.12.1</span>
191+
<span class="version">@11.13.0</span>
192192
</h1>
193193
<span class="description">Manipulates packages cache</span>
194194
</header>

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

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

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-ci----11121">
189+
<h1 id="----npm-ci----11130">
190190
<span>npm-ci</span>
191-
<span class="version">@11.12.1</span>
191+
<span class="version">@11.13.0</span>
192192
</h1>
193193
<span class="description">Clean install a project</span>
194194
</header>

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

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

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-completion----11121">
189+
<h1 id="----npm-completion----11130">
190190
<span>npm-completion</span>
191-
<span class="version">@11.12.1</span>
191+
<span class="version">@11.13.0</span>
192192
</h1>
193193
<span class="description">Tab Completion for npm</span>
194194
</header>

0 commit comments

Comments
 (0)