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

Merge pull request #14 from valentineus/renovate/all-digest

Update dependency astro to v5.2.4
This commit is contained in:
Valentin Popov 2025-02-04 22:53:53 +04:00 committed by GitHub
commit 2202c45aba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
package-lock.json generated
View File

@ -51,9 +51,9 @@
"license": "MIT"
},
"node_modules/@astrojs/internal-helpers": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.5.0.tgz",
"integrity": "sha512-CgB5ZaZO1PFG+rbjF3HnA7G6gIBjJ070xb7bUjeu5Gqqufma+t6fpuRWMXnK2iEO3zVyX7e/xplPlqtFKy/lvw==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.5.1.tgz",
"integrity": "sha512-M7rAge1n2+aOSxNvKUFa0u/KFn0W+sZy7EW91KOSERotm2Ti8qs+1K0xx3zbOxtAVrmJb5/J98eohVvvEqtNkw==",
"license": "MIT"
},
"node_modules/@astrojs/language-server": {
@ -2086,13 +2086,13 @@
}
},
"node_modules/astro": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.2.3.tgz",
"integrity": "sha512-04AceE/gVihtO3V28Ss0+tPPgLHGoulXrm1E7fUVPYyQu7y6w8+oXfYyzh1lpy+uEYiebjH7AFlJoz73anBmZA==",
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.2.4.tgz",
"integrity": "sha512-zTWiOyRIy+cKzdjG4mvb5gJ8/Gy0z1s9nAZVirlzpYXd8j5LORlKPywEalNU+Q+nssG2QadBTxXCmAjhKYB93Q==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/internal-helpers": "0.5.0",
"@astrojs/internal-helpers": "0.5.1",
"@astrojs/markdown-remark": "6.1.0",
"@astrojs/telemetry": "3.2.0",
"@oslojs/encoding": "^1.1.0",