This commit is contained in:
dependabot[bot] 2024-09-02 10:58:59 +00:00 committed by GitHub
commit ed6f302496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@astrojs/mdx": "^3.0.1", "@astrojs/mdx": "^3.0.1",
"@lbry/components": "^4.2.5", "@lbry/components": "^4.2.5",
"@orama/plugin-astro": "^2.0.7", "@orama/plugin-astro": "^2.0.23",
"@thewebforge/astro-code-blocks": "^0.2.0", "@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.15.1", "astro": "^4.15.1",
"astro-loading-indicator": "^0.4.0", "astro-loading-indicator": "^0.4.0",
@ -2551,19 +2551,19 @@
} }
}, },
"node_modules/@orama/orama": { "node_modules/@orama/orama": {
"version": "2.0.7", "version": "2.0.23",
"resolved": "https://registry.npmjs.org/@orama/orama/-/orama-2.0.7.tgz", "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-2.0.23.tgz",
"integrity": "sha512-ezB13u8JyHuSQsIfyR8Cm3LfSifjqqJ0meQHNVWJNnmpp+fKiJeOC/U85WfX2h+lsgfZO+VW0t4cFWCbeAdBsA==", "integrity": "sha512-hb99eZAKW0KBaTyf8f7iV1yFIniQtkcs3sV5pooQ7mh33DCjTyeB39qUW8IHyBDFSs2rjLoePjW0CROvhb3rkw==",
"engines": { "engines": {
"node": ">= 16.0.0" "node": ">= 16.0.0"
} }
}, },
"node_modules/@orama/plugin-astro": { "node_modules/@orama/plugin-astro": {
"version": "2.0.7", "version": "2.0.23",
"resolved": "https://registry.npmjs.org/@orama/plugin-astro/-/plugin-astro-2.0.7.tgz", "resolved": "https://registry.npmjs.org/@orama/plugin-astro/-/plugin-astro-2.0.23.tgz",
"integrity": "sha512-UtDQJ75og/sC2ORsHeZRWCvgN71i+P+kbivTFpn+MClXyWbw4bC+7hlWP+qETkl6R24pEQKJF9fhxJqTZpyErg==", "integrity": "sha512-wH45SICv1kd2kpIbqnncnbRV7JOEdAIOL4X4rXeJm6vjnNT31wf3cgY9zWVUapuyMp8YTPcrNDXoCZWd5ELWFA==",
"dependencies": { "dependencies": {
"@orama/orama": "2.0.7", "@orama/orama": "2.0.23",
"astro": "^2.0.2", "astro": "^2.0.2",
"html-to-text": "^9.0.3" "html-to-text": "^9.0.3"
}, },

View file

@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"@astrojs/mdx": "^3.0.1", "@astrojs/mdx": "^3.0.1",
"@lbry/components": "^4.2.5", "@lbry/components": "^4.2.5",
"@orama/plugin-astro": "^2.0.7", "@orama/plugin-astro": "^2.0.23",
"@thewebforge/astro-code-blocks": "^0.2.0", "@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.15.1", "astro": "^4.15.1",
"astro-loading-indicator": "^0.4.0", "astro-loading-indicator": "^0.4.0",