Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 86a760b

Browse files
committedJan 21, 2025
Update npm lockfile to version 3 format
npm versions >= 9.x natively use lockfile format version 3. We expect the users will use the version of npm that is bundled with Node.js and the project uses Node.js 20.x, which bundles npm versions >= 9.x. So it will be useful and appropriate to use lockfile version 3 for the project. This change does result in a loss of compatibility with npm version 5.x and 6.x, but we do not support use of that npm version with the project anyway. The `dependencies` object was solely present to provide backwards compatibility npm versions that used the lockfile format version 1 (npm 5.x and 6.x), so it is intentionally removed as part of the migration to lockfile format version 3.
1 parent ba6dded commit 86a760b

File tree

1 file changed

+1
-5577
lines changed

1 file changed

+1
-5577
lines changed
 

‎package-lock.json

Lines changed: 1 addition & 5577 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.