diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-07-23 02:07:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-23 02:07:50 +0300 |
commit | e1566f94d4ed9c7b28586d930c666abbc628b00f (patch) | |
tree | 2f6cdbea022da8ed529471d0f651066b39b31f0b | |
parent | f7efa6db5be86e0a8a4e4cdfcfed199b181d0408 (diff) | |
download | popov.link-e1566f94d4ed9c7b28586d930c666abbc628b00f.tar.xz popov.link-e1566f94d4ed9c7b28586d930c666abbc628b00f.zip |
fix(deps): update dependency astro to v5.12.2 (#70)
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 3b6b6d6..b8f5208 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2570,9 +2570,9 @@ } }, "node_modules/astro": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.1.tgz", - "integrity": "sha512-/gH9cLIp6UNdbJO1FPBVN/Ea+1I9hJdQoLJKYUsXIRIfHcyF/3NCg0QVDJGw1oWkyQT6x6poQsnbgY9UXitjiw==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.2.tgz", + "integrity": "sha512-/qTPSD8bSxjsh5KNXvOsf6Md7dqNuH3WSx6KLa1YbxPR2JZDgPWEKEyulS3/9L5h5aP0SkjONrqwOGdgWw97fg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", |