◐ Shell
clean mode source ↗

deps: upgrade npm to 11.13.0 · nodejs/node@3e10365

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

```

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

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
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>

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>

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>

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>

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>

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>

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>