Update dependency astro to v4.5.5

This commit is contained in:
Smeagol 2024-03-15 21:01:25 +00:00
parent 856786ec3a
commit d4dabf5047

6
package-lock.json generated
View file

@ -1436,9 +1436,9 @@
}
},
"node_modules/astro": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.4.tgz",
"integrity": "sha512-qwMyBn36wXvaCzdCmdbyCxLQGG5hTa3saNdHdqS20Yn1b7Z7oqqcWOb2UjFuq6O8dFqZxU8Hq0/pGFscvsYtJA==",
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.5.tgz",
"integrity": "sha512-gZ3jR06dLmY9/SMkKMr+3pRSrUjhuwjnXt+9abFJV3WGwhCnLZbSNsTBrLMsaFHpAS1ReJChcTWyKRCvs/jCIQ==",
"dependencies": {
"@astrojs/compiler": "^2.7.0",
"@astrojs/internal-helpers": "0.3.0",