diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-01 07:09:25 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-04-01 11:18:29 +0200 |
commit | c199eadaf90f00fb040661f471f33265f3039660 (patch) | |
tree | df28af2f32a903bcf271e50a4da96541d5e98fbc /searx | |
parent | 974c3e1ad8a441cbfc64484a8e49d0af4ba67554 (diff) | |
download | searxng-c199eadaf90f00fb040661f471f33265f3039660.tar.gz searxng-c199eadaf90f00fb040661f471f33265f3039660.zip |
Bump grunt-contrib-uglify in /searx/static/themes/simple
Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/gruntjs/grunt-contrib-uglify/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-uglify/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt-contrib-uglify/compare/v5.0.1...v5.1.0)
---
updated-dependencies:
- dependency-name: grunt-contrib-uglify
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'searx')
-rw-r--r-- | searx/static/themes/simple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 6cd5c0836..de6aa1a65 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -5,7 +5,7 @@ "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^4.0.0", "grunt-contrib-less": "~3.0.0", - "grunt-contrib-uglify": "~5.0.1", + "grunt-contrib-uglify": "~5.1.0", "grunt-xmlmin": "~0.1.8", "grunt-contrib-watch": "~1.1.0", "grunt-eslint": "^24.0.0", |