diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-06-03 13:44:55 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2020-06-03 13:44:55 +0200 |
| commit | bab5efeac9591f1ffe87a0ab5c8ca10ed2d2eafc (patch) | |
| tree | 2f8eb36bfb8380a3e3bfdca34a740e7e5803b791 /searx/static | |
| parent | f47e6fc0f8f2c3115a126f37e319b0e3515f49e1 (diff) | |
[enh] update npm dependency versions
Diffstat (limited to 'searx/static')
| -rw-r--r-- | searx/static/themes/oscar/package.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json index 5b10fcf9f..5c01ef904 100644 --- a/searx/static/themes/oscar/package.json +++ b/searx/static/themes/oscar/package.json @@ -1,15 +1,18 @@ { "devDependencies": { - "grunt": "~0.4.5", - "grunt-contrib-uglify": "~0.6.0", - "grunt-contrib-watch": "~0.6.1", + "grunt": "^0.4.5", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-less": "~0.11.0" + "grunt-contrib-less": "~0.11.0", + "grunt-contrib-uglify": "~0.6.0", + "grunt-contrib-watch": "~0.6.1" }, "scripts": { "build": "npm install && grunt", "start": "grunt watch", "test": "grunt" + }, + "dependencies": { + "grunt-cli": "^1.3.2" } } |