Update dependency astro to v4.16.10
All checks were successful
Test / test (pull_request) Successful in 41s
Test / test (push) Successful in 51s
RenovateBot / renovate (push) Successful in 1m10s

This commit is contained in:
Renovate Bot 2024-11-10 21:07:31 +00:00
parent 471c98d958
commit 874d7fa715

14
package-lock.json generated
View File

@ -2280,9 +2280,9 @@
}
},
"node_modules/astro": {
"version": "4.16.9",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.16.9.tgz",
"integrity": "sha512-DFYzPZooVArKSGu969BBByUV44tJMVDPGKxgqWNFBaIrkvGljdVUqQSVwD+/iPYACoSkI8BRYvDMEBDkathIUQ==",
"version": "4.16.10",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.16.10.tgz",
"integrity": "sha512-a+nB4bZE50NXHLzVXUHtx/lYct2Aa8kbqZnWNrWqkU97RuhBuWJ5H5/LQbKRnBWGvqChKfJBiMWJe53TY9ieYQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.3",
@ -2327,7 +2327,7 @@
"micromatch": "^4.0.8",
"mrmime": "^2.0.0",
"neotraverse": "^0.6.18",
"ora": "^8.1.0",
"ora": "^8.1.1",
"p-limit": "^6.1.0",
"p-queue": "^8.0.1",
"preferred-pm": "^4.0.0",
@ -5183,9 +5183,9 @@
}
},
"node_modules/ora": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/ora/-/ora-8.1.0.tgz",
"integrity": "sha512-GQEkNkH/GHOhPFXcqZs3IDahXEQcQxsSjEkK4KvEEST4t7eNzoMjxTzef+EZ+JluDEV+Raoi3WQ2CflnRdSVnQ==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/ora/-/ora-8.1.1.tgz",
"integrity": "sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",