diff options
author | RenovateBot <renovatebot@noreply.localhost> | 2024-10-13 00:03:36 +0300 |
---|---|---|
committer | RenovateBot <renovatebot@noreply.localhost> | 2024-10-13 00:03:36 +0300 |
commit | dcf236140a4aadbf30ee64ae099457f94023a834 (patch) | |
tree | 51b64683416772e2533faaa40f46c3223a239a5e | |
parent | ba878bf301966e10fdb9463194a960478057cc85 (diff) | |
download | popov.link-dcf236140a4aadbf30ee64ae099457f94023a834.tar.xz popov.link-dcf236140a4aadbf30ee64ae099457f94023a834.zip |
Update dependency astro to v4.16.2
-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 55f7c6d..85a7f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2724,9 +2724,9 @@ } }, "node_modules/astro": { - "version": "4.16.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.1.tgz", - "integrity": "sha512-ZeZd+L147HHgHmvoSkve7KM3EutV+hY0mOCa4PwARHEFAAh+omo4MUNoTWsFkfq7ozTgR0PCXQwslrZduoWHNg==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.2.tgz", + "integrity": "sha512-Dfkpyt6sA+nv6LnOJr+7bt+gQF5Qh02yqVgyes4c4SvcPScteq1bLX22/z/XW+VU0vlciJOMiM8GWtcDiF6gUQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", |