Update dependency astro to v4.4.3

This commit is contained in:
Smeagol 2024-02-22 17:01:08 +00:00
parent bbd3740bc8
commit b55ad18a61

6
package-lock.json generated
View file

@ -1432,9 +1432,9 @@
}
},
"node_modules/astro": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.4.2.tgz",
"integrity": "sha512-r1djG61ABvZ9n73vaTW6nTKnMvWY1LQhPpBtzoA2OI2RAk/ptzsqK9ozkAG1qXO2bW3NLJi6pfMxxpngNAALyQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.4.3.tgz",
"integrity": "sha512-9Ih+2mJv+i3XgGfU8m9evkNU7NEQWvOhqGsskrCwKmltuTtLol2hPw+eIfE49Yfktzfj5qLC6ZGkPxCJu5gkhA==",
"dependencies": {
"@astrojs/compiler": "^2.5.3",
"@astrojs/internal-helpers": "0.2.1",