From f94178d49b46e3f66a7812da60b33cf52da6434b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 07:09:43 +0000 Subject: [PATCH] Bump grunt from 1.4.1 to 1.5.2 in /searx/static/themes/oscar 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] --- searx/static/themes/oscar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json index 089793f69..951b2c195 100644 --- a/searx/static/themes/oscar/package.json +++ b/searx/static/themes/oscar/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "grunt": "~1.4.1", + "grunt": "~1.5.2", "grunt-cli": "^1.4.3", "grunt-contrib-concat": "~2.0.0", "grunt-contrib-copy": "^1.0.0",