Skip to content

Commit 4a88c73

Browse files
nlfcodebytere
authored andcommitted
deps: upgrade npm to 7.0.14
PR-URL: #36238 Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent d16e862 commit 4a88c73

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

Diff for: deps/npm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 7.0.14 (2020-11-23)
2+
3+
### DEPENDENCIES
4+
* [`09d21ab90`](https://github.com/npm/cli/commit/09d21ab903dcfebdfd446b8b29ad46c425b6510e)
5+
6+
- fix a regression in how scripts are escaped
7+
18
## 7.0.13 (2020-11-20)
29

310
### BUG FIXES

Diff for: deps/npm/docs/output/commands/npm-ls.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h3 id="description">Description</h3>
156156
limit the results to only the paths to the packages named. Note that
157157
nested packages will <em>also</em> show the paths to the specified packages.
158158
For example, running <code>npm ls promzard</code> in npm’s source tree will show:</p>
159-
<pre lang="bash"><code> [email protected].13 /path/to/npm
159+
<pre lang="bash"><code> [email protected].14 /path/to/npm
160160
161161
162162
</code></pre>

Diff for: deps/npm/docs/output/commands/npm.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h2 id="table-of-contents">Table of contents</h2>
148148
<pre lang="bash"><code>npm &lt;command&gt; [args]
149149
</code></pre>
150150
<h3 id="version">Version</h3>
151-
<p>7.0.13</p>
151+
<p>7.0.14</p>
152152
<h3 id="description">Description</h3>
153153
<p>npm is the package manager for the Node JavaScript platform. It puts
154154
modules in place so that node can find them, and manages dependency

Diff for: deps/npm/man/man1/npm-ls.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For example, running \fBnpm ls promzard\fP in npm's source tree will show:
2222
.P
2323
.RS 2
2424
.nf
25-
npm@7\.0\.13 /path/to/npm
25+
npm@7\.0\.14 /path/to/npm
2626
└─┬ init\-package\-json@0\.0\.4
2727
└── promzard@0\.1\.5
2828
.fi

Diff for: deps/npm/man/man1/npm.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ npm <command> [args]
1010
.RE
1111
.SS Version
1212
.P
13-
7\.0\.13
13+
7\.0\.14
1414
.SS Description
1515
.P
1616
npm is the package manager for the Node JavaScript platform\. It puts

Diff for: deps/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: deps/npm/node_modules/@npmcli/run-script/lib/set-path.js

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: deps/npm/node_modules/@npmcli/run-script/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: deps/npm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.13",
2+
"version": "7.0.14",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"keywords": [
@@ -45,7 +45,7 @@
4545
"@npmcli/arborist": "^1.0.12",
4646
"@npmcli/ci-detect": "^1.2.0",
4747
"@npmcli/config": "^1.2.1",
48-
"@npmcli/run-script": "^1.8.0",
48+
"@npmcli/run-script": "^1.8.1",
4949
"abbrev": "~1.1.1",
5050
"ansicolors": "~0.3.2",
5151
"ansistyles": "~0.1.3",

0 commit comments

Comments
 (0)