Skip to content

Commit 3038ebe

Browse files
committed
convert lock file package-lock.json from v2 to v3
This is not a breaking change, because all supported versions of Node.js come with a npm version that can handle this version of the lock file.
1 parent c4f905d commit 3038ebe

File tree

2 files changed

+7
-277
lines changed

2 files changed

+7
-277
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ version change in this application.
1515
* __[maintenance]__
1616
Update dependencies `tldts` + `tldts-core` to 6.1.71.
1717

18+
* __[maintenance]__
19+
The lock file package-lock.json is converted from version 2 to version 3.
20+
Version 3 has been supported since (at least) Node.js 16 and is the default in
21+
Node.js 18. Since this project already requires Node.js 18 or later it is save
22+
to convert the file to the newer version.
23+
1824
## Version 5.9.3 (2024-12-21)
1925

2026
* __[maintenance]__

export-server/package-lock.json

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

0 commit comments

Comments
 (0)