Skip to content

Commit

Permalink
Update npm lockfile to version 3 format
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Jan 21, 2025
1 parent ba6dded commit 86a760b
Showing 1 changed file with 1 addition and 5,577 deletions.
Loading

0 comments on commit 86a760b

Please sign in to comment.