From 3557cfb7cae221746b595a6f95fbc086c879ebf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 07:07:53 +0000 Subject: [PATCH] Bump grunt-contrib-concat in /searx/static/themes/oscar Bumps [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-concat/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-concat/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-concat/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: grunt-contrib-concat 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..d5e2ce712 100644 --- a/searx/static/themes/oscar/package.json +++ b/searx/static/themes/oscar/package.json @@ -2,7 +2,7 @@ "devDependencies": { "grunt": "~1.4.1", "grunt-cli": "^1.4.3", - "grunt-contrib-concat": "~2.0.0", + "grunt-contrib-concat": "~2.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "~3.1.1", "grunt-contrib-less": "~3.0.0",