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

3 Commits

Author SHA1 Message Date
renovate[bot]
4e3fc96aae chore(deps): update all digest updates (#121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-23 20:37:19 +00:00
renovate[bot]
07f4700756 chore(deps): update dependency astro to v5.14.8 (#120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-22 12:50:06 +00:00
renovate[bot]
5ec0411c43 chore(deps): update all digest updates (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 21:10:10 +00:00
2 changed files with 16 additions and 16 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

30
package-lock.json generated
View File

@@ -35,9 +35,9 @@
}
},
"node_modules/@astrojs/check": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.4.tgz",
"integrity": "sha512-IOheHwCtpUfvogHHsvu0AbeRZEnjJg3MopdLddkJE70mULItS/Vh37BHcI00mcOJcH1vhD3odbpvWokpxam7xA==",
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.5.tgz",
"integrity": "sha512-88vc8n2eJ1Oua74yXSGo/8ABMeypfQPGEzuoAx2awL9Ju8cE6tZ2Rz9jVx5hIExHK5gKVhpxfZj4WXm7e32g1w==",
"license": "MIT",
"dependencies": {
"@astrojs/language-server": "^2.15.0",
@@ -147,13 +147,13 @@
}
},
"node_modules/@astrojs/rss": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.12.tgz",
"integrity": "sha512-O5yyxHuDVb6DQ6VLOrbUVFSm+NpObulPxjs6XT9q3tC+RoKbN4HXMZLpv0LvXd1qdAjzVgJ1NFD+zKHJNDXikw==",
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.13.tgz",
"integrity": "sha512-ugW4DmGn8kgfl8/qecU3EcKCAuEBrZqY7eYfa6at0sY7HGEwRdzsOafLE437RwDMP2ZuxfKnCNABs99YVhX0kg==",
"license": "MIT",
"dependencies": {
"fast-xml-parser": "^5.2.0",
"kleur": "^4.1.5"
"fast-xml-parser": "^5.3.0",
"picocolors": "^1.1.1"
}
},
"node_modules/@astrojs/sitemap": {
@@ -2564,9 +2564,9 @@
}
},
"node_modules/astro": {
"version": "5.14.6",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.14.6.tgz",
"integrity": "sha512-MSdjKt2W2a56x868DqDWgbfw4D689/8EGhHG4465h7eivTI237u1aBx4iJvgI6WfgdUE61+coAvMjUkEvOWbpA==",
"version": "5.15.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.15.1.tgz",
"integrity": "sha512-VM679M1qxOjGo6q3vKYDNDddkALGgMopG93IwbEXd3Buc2xVLuuPj4HNziNugSbPQx5S6UReMp5uzw10EJN81A==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",
@@ -2601,7 +2601,6 @@
"http-cache-semantics": "^4.2.0",
"import-meta-resolve": "^4.2.0",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"magic-string": "^0.30.18",
"magicast": "^0.3.5",
"mrmime": "^2.0.1",
@@ -2609,6 +2608,7 @@
"p-limit": "^6.2.0",
"p-queue": "^8.1.0",
"package-manager-detector": "^1.3.0",
"picocolors": "^1.1.1",
"picomatch": "^4.0.3",
"prompts": "^2.4.2",
"rehype": "^13.0.2",
@@ -3784,9 +3784,9 @@
"license": "BSD-3-Clause"
},
"node_modules/fast-xml-parser": {
"version": "5.2.5",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
"integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz",
"integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==",
"funding": [
{
"type": "github",