From 529bfb56f460ee5a711f4c372800f31d8644c244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 20:23:37 +0000 Subject: [PATCH] build(deps): bump flexsearch from 0.6.32 to 0.7.2 Bumps [flexsearch](https://github.com/nextapps-de/flexsearch) from 0.6.32 to 0.7.2. - [Release notes](https://github.com/nextapps-de/flexsearch/releases) - [Changelog](https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextapps-de/flexsearch/compare/0.6.32...0.7.2) --- updated-dependencies: - dependency-name: flexsearch dependency-type: direct:production update-type: version-update:semver-minor ... 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 b7dba9b0785..90feb66a3a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.4.0", "@fontsource/playfair-display": "^4.5.0", - "flexsearch": "^0.6.32", + "flexsearch": "^0.7.2", "focus-visible": "^5.2.0", "framer-motion": "^4.1.17", "next": "^11.0.1", @@ -12882,9 +12882,9 @@ "dev": true }, "node_modules/flexsearch": { - "version": "0.6.32", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.6.32.tgz", - "integrity": "sha512-EF1BWkhwoeLtbIlDbY/vDSLBen/E5l/f1Vg7iX5CDymQCamcx1vhlc3tIZxIDplPjgi0jhG37c67idFbjg+v+Q==" + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.2.tgz", + "integrity": "sha512-Giy6ye2pPL2ZZT/36+TNsmYHqpzmuWF9Gwv5cHZwjiqhcIjvic1LcUpIAEJSFSc7va0bUHj1YfjXmFuDSreWrQ==" }, "node_modules/flush-write-stream": { "version": "1.1.1", @@ -38463,9 +38463,9 @@ "dev": true }, "flexsearch": { - "version": "0.6.32", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.6.32.tgz", - "integrity": "sha512-EF1BWkhwoeLtbIlDbY/vDSLBen/E5l/f1Vg7iX5CDymQCamcx1vhlc3tIZxIDplPjgi0jhG37c67idFbjg+v+Q==" + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.2.tgz", + "integrity": "sha512-Giy6ye2pPL2ZZT/36+TNsmYHqpzmuWF9Gwv5cHZwjiqhcIjvic1LcUpIAEJSFSc7va0bUHj1YfjXmFuDSreWrQ==" }, "flush-write-stream": { "version": "1.1.1", diff --git a/package.json b/package.json index de4a5d0068a..4fb4238cfee 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@emotion/react": "^11.4.0", "@fontsource/playfair-display": "^4.5.0", - "flexsearch": "^0.6.32", + "flexsearch": "^0.7.2", "focus-visible": "^5.2.0", "framer-motion": "^4.1.17", "next": "^11.0.1",