Update terser to v5.31.0

This commit is contained in:
Jan Dvorak
2024-05-01 11:03:17 +02:00
parent 9c58074678
commit a4e07d4f9d
2 changed files with 5 additions and 2 deletions

View File

@@ -61,6 +61,9 @@
- Support observeChangesAsync and observeAsync [PR #13025]
- Report and extend test cases for the old async behaviors
* `minifier-js@get-version`
- Update terser to v5.31.0
* `mongo@get-version`
- Support a new option to include/exclude certain collections for oplog tailing [PR #13009]

View File

@@ -1,10 +1,10 @@
Package.describe({
summary: "JavaScript minifier",
version: "2.7.5"
version: "2.8.0"
});
Npm.depends({
terser: "5.14.2"
terser: "5.31.0"
});
Package.onUse(function (api) {