Skip to content

Commit 8fd5a35

Browse files
npm-cli-botrichardlau
authored andcommittedMay 7, 2024··
deps: upgrade npm to 10.5.2
PR-URL: #52458 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 71616e8 commit 8fd5a35

File tree

89 files changed

+3333
-2609
lines changed

Some content is hidden

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

89 files changed

+3333
-2609
lines changed
 

‎deps/npm/docs/content/commands/npm-audit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The `sig` is generated using the following template: `${package.name}@${package.
9090

9191
Keys response:
9292

93-
- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601"): `YYYY-MM-DDTHH:mm:ss.sssZ`
93+
- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601): `YYYY-MM-DDTHH:mm:ss.sssZ`
9494
- `keydid`: sha256 fingerprint of the public key
9595
- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
9696
- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI

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

0 commit comments

Comments
 (0)
Please sign in to comment.