diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-07-14 19:47:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-14 19:47:09 +0300 |
commit | 4698e50cb78a48555323b6045d7c42563c204f7a (patch) | |
tree | 7b3874a3417d6d2e0670534d5f52479df801b7db | |
parent | 05a0579a91e5f71481028761711a13a53d8288e8 (diff) | |
download | popov.link-4698e50cb78a48555323b6045d7c42563c204f7a.tar.xz popov.link-4698e50cb78a48555323b6045d7c42563c204f7a.zip |
fix(deps): update dependency astro to v5.11.1 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 7c167df..74ac8c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2579,9 +2579,9 @@ } }, "node_modules/astro": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", - "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz", + "integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", |