From da2143818a7bd12181c4e8d611f433f1b2f379e4 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 8 Jan 2021 16:05:41 +0530 Subject: [PATCH] Switch back to using lodash from npmjs.com (see #979531) --- debian/patches/0740-use-packaged-modules.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/patches/0740-use-packaged-modules.patch b/debian/patches/0740-use-packaged-modules.patch index 129122cf21..c2a9efe909 100644 --- a/debian/patches/0740-use-packaged-modules.patch +++ b/debian/patches/0740-use-packaged-modules.patch @@ -184,13 +184,12 @@ Use debian packaged node modules when available - "jszip": "^3.1.3", - "jszip-utils": "^0.0.2", - "katex": "^0.10.0", -- "lodash": "^4.17.20", + "js-cookie": "link:/usr/share/nodejs/js-cookie", + "js-yaml": "link:/usr/share/nodejs/js-yaml", + "jszip": "link:/usr/share/nodejs/jszip", + "jszip-utils": "portal:/usr/share/nodejs/jszip-utils", + "katex": "link:/usr/share/nodejs/katex", -+ "lodash": "link:/usr/share/nodejs/lodash", + "lodash": "^4.17.20", "marked": "^0.3.12", - "mermaid": "^8.5.2", + "mermaid": "link:/usr/share/nodejs/mermaid",