Browse Source

[mod] upgrade grunt-contrib-concat: ~2.0.0

Alexandre Flament 3 years ago
parent
commit
ff5ded2baf
2 changed files with 2 additions and 2 deletions
  1. 1 1
      searx/static/themes/oscar/package.json
  2. 1 1
      searx/static/themes/simple/package.json

+ 1 - 1
searx/static/themes/oscar/package.json

@@ -2,7 +2,7 @@
     "devDependencies": {
         "grunt": "~1.4.1",
         "grunt-cli": "^1.4.3",
-        "grunt-contrib-concat": "~1.0.1",
+        "grunt-contrib-concat": "~2.0.0",
         "grunt-contrib-copy": "^1.0.0",
         "grunt-contrib-jshint": "~3.1.1",
         "grunt-contrib-less": "~3.0.0",

+ 1 - 1
searx/static/themes/simple/package.json

@@ -3,7 +3,7 @@
     "grunt-cli": "^1.4.3",
     "grunt": "~1.4.1",
     "grunt-contrib-copy": "^1.0.0",
-    "grunt-contrib-concat": "~1.0.1",
+    "grunt-contrib-concat": "~2.0.0",
     "grunt-contrib-cssmin": "^4.0.0",
     "grunt-contrib-jshint": "~3.1.1",
     "grunt-contrib-less": "~3.0.0",