Build: Update release dependencies

In particular, the `node-packager` update is required for the release process
to work on newer Node.js versions.

Closes gh-2239
This commit is contained in:
Michał Gołębiowski-Owczarek 2024-04-22 18:08:44 +02:00 committed by GitHub
parent 4da7a30ff4
commit 9fcae942a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@ Release.define( {
}; };
module.exports.dependencies = [ module.exports.dependencies = [
"download.jqueryui.com@2.2.7", "download.jqueryui.com@2.2.12",
"node-packager@0.0.6", "node-packager@0.0.7",
"shelljs@0.8.4" "shelljs@0.8.5"
]; ];