From 70720a7a0302e0f0c23d57cc55d5fa3978a4d309 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 16:47:22 +0000 Subject: [PATCH] Bump lunr from 2.3.6 to 2.3.7 Bumps [lunr](https://github.com/olivernn/lunr.js) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/olivernn/lunr.js/releases) - [Changelog](https://github.com/olivernn/lunr.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/olivernn/lunr.js/compare/v2.3.6...v2.3.7) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c40008ea..ad61db910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8019,9 +8019,9 @@ } }, "lunr": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.6.tgz", - "integrity": "sha512-swStvEyDqQ85MGpABCMBclZcLI/pBIlu8FFDtmX197+oEgKloJ67QnB+Tidh0340HmLMs39c4GrkPY3cmkXp6Q==", + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.7.tgz", + "integrity": "sha512-HjFSiy0Y0qZoW5OA1I6qBi7OnsDdqQnaUr03jhorh30maQoaP+4lQCKklYE3Nq3WJMSUfuBl6N+bKY5wxCb9hw==", "dev": true }, "lunr-languages": { diff --git a/package.json b/package.json index 96a241a4a..aab0d924b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "html-minifier": "^4.0.0", "imagemin-webpack-plugin": "^2.4.2", "js-cookie": "^2.2.1", - "lunr": "^2.3.6", + "lunr": "^2.3.7", "lunr-languages": "^1.4.0", "material-design-color": "^2.3.2", "material-shadows": "^3.0.1",