From 9d9a866f4d972798ced7b82298cbebf56d06530a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 08:17:59 +0000 Subject: [PATCH] Bump lunr from 2.3.8 to 2.3.9 Bumps [lunr](https://github.com/olivernn/lunr.js) from 2.3.8 to 2.3.9. - [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.8...v2.3.9) 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 1cfcfa01f..d7481ef82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6031,9 +6031,9 @@ } }, "lunr": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.8.tgz", - "integrity": "sha512-oxMeX/Y35PNFuZoHp+jUj5OSEmLCaIH4KTFJh7a93cHBoFmpw2IoPs22VIz7vyO2YUnx2Tn9dzIwO2P/4quIRg==" + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" }, "lunr-languages": { "version": "1.4.0", diff --git a/package.json b/package.json index 73fd6314f..a9f1d432c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "clipboard": "^2.0.6", "escape-html": "^1.0.3", "focus-visible": "^5.1.0", - "lunr": "^2.3.8", + "lunr": "^2.3.9", "lunr-languages": "^1.4.0", "resize-observer-polyfill": "^1.5.1", "ramda": "^0.27.1",