aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <renovatebot@noreply.localhost>2026-05-01 03:02:03 +0300
committerrenovate[bot] <renovatebot@noreply.localhost>2026-05-01 03:02:03 +0300
commit154533969ee790eb6c4f4704d036a7be9d8407d9 (patch)
tree7394c4c6bab5694fca7af042da1c6011f3faaa65
parentb61f7b968aab5b05105b348e97ec573201c89da1 (diff)
downloadpopov.link-154533969ee790eb6c4f4704d036a7be9d8407d9.tar.xz
popov.link-154533969ee790eb6c4f4704d036a7be9d8407d9.zip
chore(deps): update dependency astro to v6.2.1HEADmaster
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index d7ea1e1..311fbdb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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": {