diff options
author | Timmy Willison <4timmywil@gmail.com> | 2021-03-01 16:48:41 -0500 |
---|---|---|
committer | Timmy Willison <4timmywil@gmail.com> | 2021-03-01 16:48:41 -0500 |
commit | a21a4b2de7ae637edc1d3492778551032d6b7f90 (patch) | |
tree | d3061f6a04d5ff9b5800e8a38406ea3b8e8c84e9 /build | |
parent | c208debdec00701c77c46ae3a51e7645f6003725 (diff) | |
download | jquery-a21a4b2de7ae637edc1d3492778551032d6b7f90.tar.gz jquery-a21a4b2de7ae637edc1d3492778551032d6b7f90.zip |
Release: upgrade release dependencies
Diffstat (limited to 'build')
-rw-r--r-- | build/release.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/release.js b/build/release.js index 8b7d7d21b..724de7ac6 100644 --- a/build/release.js +++ b/build/release.js @@ -87,9 +87,9 @@ module.exports = function( Release ) { }; module.exports.dependencies = [ - "archiver@1.3.0", - "shelljs@0.7.7", - "inquirer@7.0.4", - "npm@4.4.1", - "chalk@1.1.3" + "archiver@5.2.0", + "shelljs@0.8.4", + "inquirer@8.0.0", + "npm@7.6.0", + "chalk@4.1.0" ]; |