Build: Update dependencies passed to jquery-release

The older versions were not compatible with Node.js 10 & newer.

Closes gh-1963
This commit is contained in:
Michał Gołębiowski-Owczarek 2021-08-04 18:03:46 +02:00 committed by GitHub
parent 11734928c0
commit 399c81e077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ Release.define( {
};
module.exports.dependencies = [
"download.jqueryui.com@2.1.2",
"download.jqueryui.com@2.1.27",
"node-packager@0.0.6",
"shelljs@0.2.6"
"shelljs@0.8.4"
];