0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00

fix(deps): update dependency astro to v5.9.1 (#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-07 14:31:57 +00:00 committed by GitHub
parent 2f535ac598
commit dfe9115ac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
package-lock.json generated
View File

@ -45,9 +45,9 @@
}
},
"node_modules/@astrojs/compiler": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz",
"integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==",
"version": "2.12.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz",
"integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==",
"license": "MIT"
},
"node_modules/@astrojs/internal-helpers": {
@ -2121,12 +2121,12 @@
}
},
"node_modules/astro": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz",
"integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==",
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz",
"integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.0",
"@astrojs/compiler": "^2.12.1",
"@astrojs/internal-helpers": "0.6.1",
"@astrojs/markdown-remark": "6.3.2",
"@astrojs/telemetry": "3.3.0",