Bump astro from 4.15.6 to 4.15.9

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.6 to 4.15.9.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.15.9/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-25 16:06:02 +00:00 committed by GitHub
parent 53be650802
commit b04416f1d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 10 deletions

17
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@lbry/components": "^4.2.5", "@lbry/components": "^4.2.5",
"@orama/plugin-astro": "^2.0.7", "@orama/plugin-astro": "^2.0.7",
"@thewebforge/astro-code-blocks": "^0.2.0", "@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.15.6", "astro": "^4.15.9",
"astro-loading-indicator": "^0.6.0", "astro-loading-indicator": "^0.6.0",
"astro-preload": "^1.1.2", "astro-preload": "^1.1.2",
"markdown-wasm": "^1.2.0", "markdown-wasm": "^1.2.0",
@ -3323,9 +3323,9 @@
} }
}, },
"node_modules/@oslojs/encoding": { "node_modules/@oslojs/encoding": {
"version": "0.4.1", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-0.4.1.tgz", "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
"integrity": "sha512-hkjo6MuIK/kQR5CrGNdAPZhS01ZCXuWDRJ187zh6qqF2+yMHZpD9fAYpX8q2bOO6Ryhl3XpCT6kUX76N8hhm4Q==" "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ=="
}, },
"node_modules/@pkgr/core": { "node_modules/@pkgr/core": {
"version": "0.1.0", "version": "0.1.0",
@ -4733,9 +4733,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.15.6", "version": "4.15.9",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.15.6.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.9.tgz",
"integrity": "sha512-SWcUNwm8CiVRaIbh4w5byh62BNihpsovlCd4ElvC7cL/53D24HcI7AaGFsPrromCamQklwQmIan/QS7x/3lLuQ==", "integrity": "sha512-51oXq9qrZ5OPWYmEXt1kGrvWmVeWsx28SgBTzi2XW6iwcnW/wC5ONm6ol6qBGSCF93tQvZplXvuzpaw1injECA==",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.10.3", "@astrojs/compiler": "^2.10.3",
"@astrojs/internal-helpers": "0.4.1", "@astrojs/internal-helpers": "0.4.1",
@ -4744,7 +4744,7 @@
"@babel/core": "^7.25.2", "@babel/core": "^7.25.2",
"@babel/plugin-transform-react-jsx": "^7.25.2", "@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/types": "^7.25.6", "@babel/types": "^7.25.6",
"@oslojs/encoding": "^0.4.1", "@oslojs/encoding": "^1.0.0",
"@rollup/pluginutils": "^5.1.0", "@rollup/pluginutils": "^5.1.0",
"@types/babel__core": "^7.20.5", "@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0", "@types/cookie": "^0.6.0",
@ -4783,7 +4783,6 @@
"ora": "^8.1.0", "ora": "^8.1.0",
"p-limit": "^6.1.0", "p-limit": "^6.1.0",
"p-queue": "^8.0.1", "p-queue": "^8.0.1",
"path-to-regexp": "6.2.2",
"preferred-pm": "^4.0.0", "preferred-pm": "^4.0.0",
"prompts": "^2.4.2", "prompts": "^2.4.2",
"rehype": "^13.0.1", "rehype": "^13.0.1",

View file

@ -6,7 +6,7 @@
"@lbry/components": "^4.2.5", "@lbry/components": "^4.2.5",
"@orama/plugin-astro": "^2.0.7", "@orama/plugin-astro": "^2.0.7",
"@thewebforge/astro-code-blocks": "^0.2.0", "@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.15.6", "astro": "^4.15.9",
"astro-loading-indicator": "^0.6.0", "astro-loading-indicator": "^0.6.0",
"astro-preload": "^1.1.2", "astro-preload": "^1.1.2",
"markdown-wasm": "^1.2.0", "markdown-wasm": "^1.2.0",