Update dependency astro to v5.0.5
All checks were successful
Test / test (pull_request) Successful in 40s
Test / test (push) Successful in 41s
RenovateBot / renovate (push) Successful in 1m2s

This commit is contained in:
Renovate Bot 2024-12-11 21:01:14 +00:00
parent cf75ecfe6b
commit cab6ad95f8

14
package-lock.json generated
View File

@ -98,9 +98,9 @@
} }
}, },
"node_modules/@astrojs/markdown-remark": { "node_modules/@astrojs/markdown-remark": {
"version": "6.0.0", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.0.0.tgz", "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.0.1.tgz",
"integrity": "sha512-Tabo7xM44Pz2Yf9qpdaCCgxRmtaypi2YCinqTUNefDrWUa+OyKW62OuNeCaGwNh/ys+QAd9FUWN5/3HgPWjP4Q==", "integrity": "sha512-CTSYijj25NfxgZi15TU3CwPwgyD1/7yA3FcdcNmB9p94nydupiUbrIiq3IqeTp2m5kCVzxbPZeC7fTwEOaNyGw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/prism": "3.2.0", "@astrojs/prism": "3.2.0",
@ -1959,14 +1959,14 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "5.0.3", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.0.3.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.5.tgz",
"integrity": "sha512-qpeN+POmmfAQu/XDXaI2CxkUgQFwH9uMUVaA1reV9rybzIbOVYc3E3BU5SkiP/W4BMUFPdJtyw6+/n/0AUv6rw==", "integrity": "sha512-xfptdmurDsQcj/Anc7mU+eKlcyV7ppJIlmaSwhX3ZWwK5N/0rGKVmUqnuILgR6MB0XVJiIfublNzDGoyj4Q6BQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.10.3", "@astrojs/compiler": "^2.10.3",
"@astrojs/internal-helpers": "0.4.2", "@astrojs/internal-helpers": "0.4.2",
"@astrojs/markdown-remark": "6.0.0", "@astrojs/markdown-remark": "6.0.1",
"@astrojs/telemetry": "3.2.0", "@astrojs/telemetry": "3.2.0",
"@oslojs/encoding": "^1.1.0", "@oslojs/encoding": "^1.1.0",
"@rollup/pluginutils": "^5.1.3", "@rollup/pluginutils": "^5.1.3",