diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-26 00:04:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-26 00:04:09 +0300 |
commit | 3453301e9478c24323842af2de61f435e7f706a6 (patch) | |
tree | 662d508bb2f3f9087392aa8463cb6fecb09231da | |
parent | 098fc76f98383896c5a753ddae58051cb3d0ca66 (diff) | |
download | popov.link-3453301e9478c24323842af2de61f435e7f706a6.tar.xz popov.link-3453301e9478c24323842af2de61f435e7f706a6.zip |
chore(deps): update dependency astro to v5.14.0 (#105)
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 1a72d5a..2bc7941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2441,9 +2441,9 @@ } }, "node_modules/astro": { - "version": "5.13.11", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.11.tgz", - "integrity": "sha512-qKB+95GtyJSwVn5TDi31FTIcsohzA/nLhyATWn5VWqok1VLzZvm/1KHCk4tNElSrAQ5BisxUIMZWTh+B4X2JvQ==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.0.tgz", + "integrity": "sha512-p41jPzs9XhcVBPzp8ZwjU4SgxSyjgkzMq3NToRIn4CPbE/f9rb1cba5+N6TRk4A8yBudEU6MFzCMFWer7kjW3Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", |