summaryrefslogtreecommitdiff
path: root/deps/npm/man/man5/package-lock-json.5
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man5/package-lock-json.5')
-rw-r--r--deps/npm/man/man5/package-lock-json.56
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/man/man5/package-lock-json.5 b/deps/npm/man/man5/package-lock-json.5
index 20be57b80d..d6b65de211 100644
--- a/deps/npm/man/man5/package-lock-json.5
+++ b/deps/npm/man/man5/package-lock-json.5
@@ -1,4 +1,4 @@
-.TH "PACKAGE-LOCK.JSON" "5" "February 2023" "" ""
+.TH "PACKAGE-LOCK.JSON" "5" "March 2023" "" ""
.SH "NAME"
\fBpackage-lock.json\fR - A manifestation of the manifest
.SS "Description"
@@ -67,9 +67,9 @@ No version provided: an "ancient" shrinkwrap file from a version of npm prior to
.IP \(bu 4
\fB1\fR: The lockfile version used by npm v5 and v6.
.IP \(bu 4
-\fB2\fR: The lockfile version used by npm v7, which is backwards compatible to v1 lockfiles.
+\fB2\fR: The lockfile version used by npm v7 and v8. Backwards compatible to v1 lockfiles.
.IP \(bu 4
-\fB3\fR: The lockfile version used by npm v7, \fIwithout\fR backwards compatibility affordances. This is used for the hidden lockfile at \fBnode_modules/.package-lock.json\fR, and will likely be used in a future version of npm, once support for npm v6 is no longer relevant.
+\fB3\fR: The lockfile version used by npm v9. Backwards compatible to npm v7.
.RE 0
.P