Update dependency astro to v4.16.10

This commit is contained in:
Smeagol 2024-11-06 15:01:50 +00:00
parent 210755e005
commit 387cb87779

14
package-lock.json generated
View file

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