From ad9c03aa4eefb5899e3cfac2961cc3b1041ab735 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 18 Dec 2019 12:29:34 +0300 Subject: [PATCH] Remove `grunt-replace` nodejs dependency This was introduced since first commit to `web-apps`: https://github.com/ONLYOFFICE/web-apps/commit/741b10515de246f1e426032b5e09202a4791591f Accroding to https://www.npmjs.com/package/grunt-replace it create grunt task `grunt-replace` but it's never used. Also this depends on `"lodash": "^4.11.0"` and blocking security updates of `lodash` (current 4.17.15) --- build/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/build/package.json b/build/package.json index 86a05a6c3..924b3a770 100644 --- a/build/package.json +++ b/build/package.json @@ -19,7 +19,6 @@ "grunt-jscoverage": "0.1.1", "grunt-json-minify": "^1.1.0", "grunt-mocha": "^1.0.0", - "grunt-replace": "^1.0.0", "grunt-spritesmith": "^6.8.0", "grunt-svgmin": "^6.0.0", "grunt-text-replace": "0.3.11",