From 8f9152039232825066fd45d8938d3c5476756755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:42:00 +0000 Subject: [PATCH] chore(deps): bump minisearch from 6.3.0 to 7.0.2 Bumps [minisearch](https://github.com/lucaong/minisearch) from 6.3.0 to 7.0.2. - [Changelog](https://github.com/lucaong/minisearch/blob/master/CHANGELOG.md) - [Commits](https://github.com/lucaong/minisearch/compare/v6.3.0...v7.0.2) --- updated-dependencies: - dependency-name: minisearch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc055b7eb..81afa8437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@yaireo/tagify": "^4.27.0", "codemirror": "^6.0.1", "luxon": "^3.4.4", - "minisearch": "^6.3.0", + "minisearch": "^7.0.2", "nouislider": "^15.8.1", "remeda": "^2.6.0", "sortablejs": "^1.15.2", @@ -6761,9 +6761,9 @@ } }, "node_modules/minisearch": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.3.0.tgz", - "integrity": "sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==" + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-7.0.2.tgz", + "integrity": "sha512-Pf0sFXaCgRpOBDr4G8wTbVAEH9o9rvJzCMwj0TMe3L/NfUuG188xabfx6Vm3vD/Dv5L500n7JeiMB9Mq3sWMfQ==" }, "node_modules/mkdirp": { "version": "3.0.1", @@ -13733,6 +13733,7 @@ } }, "types/types/foundry": { + "name": "foundry-types", "version": "4.4.2", "dev": true, "license": "Apache-2.0", diff --git a/package.json b/package.json index ddc82020d..f819aa259 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@yaireo/tagify": "^4.27.0", "codemirror": "^6.0.1", "luxon": "^3.4.4", - "minisearch": "^6.3.0", + "minisearch": "^7.0.2", "nouislider": "^15.8.1", "remeda": "^2.6.0", "sortablejs": "^1.15.2",