Build/Test Tools: Update npm lockfile to version 3.

This updates the `package-lock.json` file to use the version 3 format.

Version 3 removes the version 1 format data, resulting in a smaller file. While version 3 format is not supported in npm < 7, a lower limit is enforced in the `engines` declaration within `package.json` and has been >= 7 since [56378].

The Gutenberg repository has already been updated to use version 3.

Props jonsurrell.
See #62190.

git-svn-id: https://develop.svn.wordpress.org/trunk@59206 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2024-10-10 13:22:01 +00:00
parent acc97f0d94
commit 292769dde9
2 changed files with 3 additions and 25804 deletions

3
.npmrc
View File

@ -1,3 +1,4 @@
save-exact = true
engine-strict = true
legacy-peer-deps = true
lockfile-version = 3
save-exact = true

25804
package-lock.json generated

File diff suppressed because it is too large Load Diff