diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-10-30 17:02:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 17:02:00 +0100 |
commit | 3bb4232bfa792debf0b858c7eba58c4d080941b3 (patch) | |
tree | e42f1ff66463d88660610fb98e159d0351595863 /package.json | |
parent | d591bdd494cf28a399ea7d7ae7ccbae3a5cab020 (diff) | |
download | jquery-ui-3bb4232bfa792debf0b858c7eba58c4d080941b3.tar.gz jquery-ui-3bb4232bfa792debf0b858c7eba58c4d080941b3.zip |
Build: Update a few dependencies, drop `grunt-cli`
`grunt` already contains the needed binary, no need for `grunt-cli` anymore.
Update `download.jqueryui.com` as well.
Closes gh-2311
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index f9f83b402..2cb41ef9e 100644 --- a/package.json +++ b/package.json @@ -61,11 +61,10 @@ "diff": "5.2.0", "eslint-config-jquery": "3.0.2", "exit-hook": "4.0.0", - "express": "4.20.0", + "express": "4.21.1", "express-body-parser-error-handler": "1.0.7", "grunt": "1.6.1", "grunt-bowercopy": "1.2.5", - "grunt-cli": "1.4.3", "grunt-compare-size": "0.4.2", "grunt-contrib-concat": "2.1.0", "grunt-contrib-csslint": "2.0.0", @@ -73,10 +72,10 @@ "grunt-contrib-uglify": "5.2.2", "grunt-eslint": "24.0.1", "grunt-git-authors": "3.2.0", - "grunt-html": "16.0.0", + "grunt-html": "17.1.0", "load-grunt-tasks": "5.1.0", - "rimraf": "4.4.1", - "selenium-webdriver": "4.18.1", + "rimraf": "6.0.1", + "selenium-webdriver": "4.26.0", "yargs": "17.7.2" }, "keywords": [] |