diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-15 07:11:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 07:11:47 +0000 |
commit | e314cfe667ba4e0414d0fcb1467728a4ec197a21 (patch) | |
tree | 8d3c9e3d663887c53ff2e5c2c14c67300b2699b3 /searx/static/themes | |
parent | 09230bfad9dea35a6ed112ea7096935d1c821bd9 (diff) | |
download | searxng-e314cfe667ba4e0414d0fcb1467728a4ec197a21.tar.gz searxng-e314cfe667ba4e0414d0fcb1467728a4ec197a21.zip |
Bump grunt from 1.4.1 to 1.5.2 in /searx/static/themes/simple
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.4.1 to 1.5.2.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.2)
---
updated-dependencies:
- dependency-name: grunt
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'searx/static/themes')
-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 de6aa1a65..53daa6320 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "eslint": "^8.11.0", - "grunt": "~1.4.1", + "grunt": "~1.5.2", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^4.0.0", "grunt-contrib-less": "~3.0.0", |