chore(deps): update dependency astro to v6.2.1 #41

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-05-01 04:02:46 +04:00
+7 -7
View File
@@ -2711,12 +2711,12 @@
}
},
"node_modules/astro": {
"version": "6.1.10",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.10.tgz",
"integrity": "sha512-jQAIki6c862oxRr7OXXC+h3n4wg1EpmKgCH3vv1FtXM9VFmD2iTjlaxrfb0I6eQCwtUjSBxfJBFBDSXHu7Wing==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.2.1.tgz",
"integrity": "sha512-3g1sYNly+QAkuO5ErNEQBYvsxorNDSCUNIeStBs+kcXGchvKQl1Q9EuDNOvSg010XLlHJFLVFZs9LV18Jjp4Hg==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^3.0.1",
"@astrojs/compiler": "^4.0.0",
"@astrojs/internal-helpers": "0.9.0",
"@astrojs/markdown-remark": "7.1.1",
"@astrojs/telemetry": "3.3.1",
@@ -2788,9 +2788,9 @@
}
},
"node_modules/astro/node_modules/@astrojs/compiler": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-3.0.1.tgz",
"integrity": "sha512-z97oYbdebO5aoWzuJ/8q5hLK232+17KcLZ7cJ8BCWk6+qNzVxn/gftC0KzMBUTD8WAaBkPpNSQK6PXLnNrZ0CA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-4.0.0.tgz",
"integrity": "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA==",
"license": "MIT"
},
"node_modules/autoprefixer": {