From 66e42cb11f236199369ab89fdbe7f7af6b06937d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 01:41:36 +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 c8e496d8a98..a7ff64d5760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "anchor-js": "^4.3.1", "bootstrap": "^5.1.3", "jquery": "^3.6.0", - "lunr": "^0.7.0" + "lunr": "^2.3.9" }, "devDependencies": { "css-loader": "^5.2.0", @@ -2036,9 +2036,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", @@ -5565,9 +5565,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 ba60a125fb3..ab3f4a215ca 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "anchor-js": "^4.3.1", "bootstrap": "^5.1.3", "jquery": "^3.6.0", - "lunr": "^0.7.0" + "lunr": "^2.3.9" } }