diff options
author | Valentin Popov <valentin@popov.link> | 2025-01-30 23:16:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 23:16:48 +0300 |
commit | 6c083b7b0e5cc6d1a19373dc9b01a9b3ca33480a (patch) | |
tree | 6e26d8cbf20b1ca20f197949619801e0ca8c3101 | |
parent | d2ac0ca590473b94be62296ebeb76f422019e620 (diff) | |
parent | 7a3c63e85d2c3efc457630a983bf7a2a2fee4c81 (diff) | |
download | popov.link-6c083b7b0e5cc6d1a19373dc9b01a9b3ca33480a.tar.xz popov.link-6c083b7b0e5cc6d1a19373dc9b01a9b3ca33480a.zip |
Merge pull request #11 from valentineus/renovate/all-digest
Update dependency astro to v5.2.1
-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 5380b37..e5eca1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2086,9 +2086,9 @@ } }, "node_modules/astro": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.2.0.tgz", - "integrity": "sha512-6Y7Ph4aTeIifrJiD/b6JY4IoVTlWRVcA2pN1l7ioYSd+W8NsZL6LRZWWGeGHX7xlOD9ovsoG9duiSaydJ1Ua1Q==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.2.1.tgz", + "integrity": "sha512-OYR2kUo9EqX6OYZ1OmM14xP8mjFwgrk1FzIr+3K3tS0gCCKJsXtfboCUhX3lODZFIsmY/on7NPZd+2PURA0R2Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", |