diff --git a/package-lock.json b/package-lock.json index f387173..3db08f1 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.0.24", "@thewebforge/astro-code-blocks": "^0.2.0", "astro": "^4.15.1", "astro-loading-indicator": "^0.4.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.0.24", + "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-2.0.24.tgz", + "integrity": "sha512-wS7XEE00uriQI8wW/h5lUdBGsQusOl4bzmpzV+9RBR0R3abmA+9S5ykilnl7hVXRzoeV9I3nyN1/o9NafKzWcg==", "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.0.24", + "resolved": "https://registry.npmjs.org/@orama/plugin-astro/-/plugin-astro-2.0.24.tgz", + "integrity": "sha512-yPd3xSV6BQ4oQxPyEx+YmnuJsD1KM4p8OpLXmzKyxojLdajWuLToNF3uZJ7GMqI8qK3L22eNlxEuKsSHCOEpMw==", "dependencies": { - "@orama/orama": "2.0.7", + "@orama/orama": "2.0.24", "astro": "^2.0.2", "html-to-text": "^9.0.3" }, diff --git a/package.json b/package.json index e556eea..657e94a 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.0.24", "@thewebforge/astro-code-blocks": "^0.2.0", "astro": "^4.15.1", "astro-loading-indicator": "^0.4.0",