From 37e6ab734cf432c5d0f588a8abf042efb535efda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:20:14 +0000 Subject: [PATCH] Bump @orama/plugin-astro from 2.0.7 to 2.1.0 Bumps [@orama/plugin-astro](https://github.com/askorama/orama) from 2.0.7 to 2.1.0. - [Release notes](https://github.com/askorama/orama/releases) - [Commits](https://github.com/askorama/orama/compare/v2.0.7...v2.1.0) --- updated-dependencies: - dependency-name: "@orama/plugin-astro" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49802b2..c7bee26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/mdx": "^3.0.1", "@lbry/components": "^4.2.5", - "@orama/plugin-astro": "^2.0.7", + "@orama/plugin-astro": "^2.1.0", "@thewebforge/astro-code-blocks": "^0.2.0", "astro": "^4.15.6", "astro-loading-indicator": "^0.6.0", @@ -2551,19 +2551,19 @@ } }, "node_modules/@orama/orama": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-2.0.7.tgz", - "integrity": "sha512-ezB13u8JyHuSQsIfyR8Cm3LfSifjqqJ0meQHNVWJNnmpp+fKiJeOC/U85WfX2h+lsgfZO+VW0t4cFWCbeAdBsA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-2.1.0.tgz", + "integrity": "sha512-6Z6acBHmXGhp2Dom0ZvGJsJ1tkCwvs+uqNZUnhBbUTDvX4U1EMSGiTZt3fJFXy1enLKse6lOpG+E76/MnQIdBw==", "engines": { "node": ">= 16.0.0" } }, "node_modules/@orama/plugin-astro": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@orama/plugin-astro/-/plugin-astro-2.0.7.tgz", - "integrity": "sha512-UtDQJ75og/sC2ORsHeZRWCvgN71i+P+kbivTFpn+MClXyWbw4bC+7hlWP+qETkl6R24pEQKJF9fhxJqTZpyErg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@orama/plugin-astro/-/plugin-astro-2.1.0.tgz", + "integrity": "sha512-EUv4i62MT0yic6H9Ryv2UrWF/1j72upmERx97bU3IsGsnSi8um7PNaG1efgv3Hoq6FBfS0gr4rjiqkfN4F2+Ow==", "dependencies": { - "@orama/orama": "2.0.7", + "@orama/orama": "2.1.0", "astro": "^2.0.2", "html-to-text": "^9.0.3" }, diff --git a/package.json b/package.json index 03be826..4c129bb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@astrojs/mdx": "^3.0.1", "@lbry/components": "^4.2.5", - "@orama/plugin-astro": "^2.0.7", + "@orama/plugin-astro": "^2.1.0", "@thewebforge/astro-code-blocks": "^0.2.0", "astro": "^4.15.6", "astro-loading-indicator": "^0.6.0",