update terser from 4.4.0 to 4.6.6 and then bump up the package version from 2.6.0 to 2.6.1

This commit is contained in:
Brian Mulhall
2020-03-14 15:45:36 -05:00
parent 96613f3103
commit dd822d2cdb
2 changed files with 5 additions and 5 deletions

View File

@@ -22,9 +22,9 @@
"integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ=="
},
"terser": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-4.4.0.tgz",
"integrity": "sha512-oDG16n2WKm27JO8h4y/w3iqBGAOSCtq7k8dRmrn4Wf9NouL0b2WpMHGChFGZq4nFAQy1FsNJrVQHfurXOSTmOA=="
"version": "4.6.6",
"resolved": "https://registry.npmjs.org/terser/-/terser-4.6.6.tgz",
"integrity": "sha512-4lYPyeNmstjIIESr/ysHg2vUPRGf2tzF9z2yYwnowXVuVzLEamPN1Gfrz7f8I9uEPuHcbFlW4PLIAsJoxXyJ1g=="
}
}
}

View File

@@ -1,10 +1,10 @@
Package.describe({
summary: "JavaScript minifier",
version: "2.6.0"
version: "2.6.1"
});
Npm.depends({
terser: "4.4.0"
terser: "4.6.6"
});
Package.onUse(function (api) {