From b567c72344e689361b113de9561e5138ab8c749d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Apr 2021 08:57:03 +0000 Subject: [PATCH] fix: upgrade lunr from 0.5.12 to 0.7.2 Snyk has created this PR to upgrade lunr from 0.5.12 to 0.7.2. See this package in npm: https://www.npmjs.com/package/lunr See this project in Snyk: https://app.snyk.io/org/cedriclombardot/project/fb1453f3-fd2c-42cf-ba30-0c0002e37779?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a92b16f..2898821 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gulp-watch": "latest", "htmlparser2": "^3.8.2", "lodash": "^2.4.1", - "lunr": "^0.5.6", + "lunr": "^0.7.2", "minimist": "^1.1.0", "mkdirp": "^0.5.0", "ng-build": "git://github.com/izeau/ng-build.git#master",