From 73df130e83463ebb5f620317300be7f7aea3c2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 08:08:10 +0000 Subject: [PATCH] Bump lunr from 0.7.0 to 2.3.9 Bumps [lunr](https://github.com/olivernn/lunr.js) from 0.7.0 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/v0.7.0...v2.3.9) --- updated-dependencies: - dependency-name: lunr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1bfed66cc4..a6e5aab2d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "anchor-js": "^4.3.1", "bootstrap-sass": "^3.4.1", "jquery": "^3.6.0", - "lunr": "^0.7.0" + "lunr": "^2.3.9" }, "devDependencies": { "css-loader": "^5.2.0", @@ -1926,9 +1926,9 @@ } }, "node_modules/lunr": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-0.7.0.tgz", - "integrity": "sha1-59J5onPEq0L/WEthzjKjUTotOFk=" + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" }, "node_modules/make-fetch-happen": { "version": "9.1.0", @@ -5363,9 +5363,9 @@ } }, "lunr": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-0.7.0.tgz", - "integrity": "sha1-59J5onPEq0L/WEthzjKjUTotOFk=" + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" }, "make-fetch-happen": { "version": "9.1.0", diff --git a/package.json b/package.json index af7cc1fc779..aff1f8f9635 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "anchor-js": "^4.3.1", "bootstrap-sass": "^3.4.1", "jquery": "^3.6.0", - "lunr": "^0.7.0" + "lunr": "^2.3.9" } }