0
mirror of https://github.com/valentineus/popov.link.git synced 2025-10-14 21:50:24 +03:00

1 Commits

Author SHA1 Message Date
renovate[bot]
9a93378bda chore(deps): update dependency astro to v5.14.5 (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 18:35:03 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v5
with:
node-version: 22
- name: Install dependencies

6
package-lock.json generated
View File

@@ -2564,9 +2564,9 @@
}
},
"node_modules/astro": {
"version": "5.14.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.14.4.tgz",
"integrity": "sha512-yqgMAO2Whi9GmZkByyiPcG7CiiPr0Me0iBSorMa6M0g+wQk/ewnIqUyr7T/uFCPTQndoKwucnYFTrf0yfb0urw==",
"version": "5.14.5",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.14.5.tgz",
"integrity": "sha512-EHt7y3+nHYyKzBats1AL3N4Pyrvqyr+zXBC7njUa9Tfe+gsiHlunaw+lXitTT/DDVwO2R/f/qVG7Xc6rl0b2KQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",