diff --git a/Gemfile.lock b/Gemfile.lock index 7ba84ef4..67a87e8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/html2rss/html2rss-configs.git - revision: 68b2ea1c05e976f934ee6610cb6c92fd207e0033 + revision: 2075ecb538e5f86a94975a1ed8208e66edf86fae specs: html2rss-configs (0.2.0) html2rss @@ -34,7 +34,7 @@ GEM specs: addressable (2.8.9) public_suffix (>= 2.0.2, < 8.0) - async (2.36.0) + async (2.38.0) console (~> 1.29) fiber-annotation io-event (~> 1.11) @@ -51,7 +51,7 @@ GEM protocol-http2 (~> 0.22) protocol-url (~> 0.2) traces (~> 0.10) - async-pool (0.11.1) + async-pool (0.11.2) async (>= 2.0) async-websocket (0.30.0) async-http (~> 0.76) @@ -60,7 +60,7 @@ GEM protocol-websocket (~> 0.17) base64 (0.3.0) bigdecimal (4.0.1) - brotli (0.7.0) + brotli (0.8.0) concurrent-ruby (1.3.6) console (1.34.3) fiber-annotation @@ -81,13 +81,13 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 1.1) zeitwerk (~> 2.6) - dry-schema (1.15.0) + dry-schema (1.16.0) concurrent-ruby (~> 1.0) dry-configurable (~> 1.0, >= 1.0.1) dry-core (~> 1.1) dry-initializer (~> 3.2) dry-logic (~> 1.6) - dry-types (~> 1.8) + dry-types (~> 1.9, >= 1.9.1) zeitwerk (~> 2.6) dry-types (1.9.1) bigdecimal (>= 3.0) @@ -118,9 +118,9 @@ GEM fiber-storage fiber-storage (1.0.1) io-endpoint (0.17.2) - io-event (1.14.2) + io-event (1.14.3) io-stream (0.11.1) - json (2.18.1) + json (2.19.1) kramdown (2.5.2) rexml (>= 3.4.4) logger (1.7.0) @@ -128,7 +128,7 @@ GEM mime-types (3.7.0) logger mime-types-data (~> 3.2025, >= 3.2025.0507) - mime-types-data (3.2026.0224) + mime-types-data (3.2026.0303) net-http (0.9.1) uri (>= 0.11.1) nokogiri (1.19.1-arm64-darwin) @@ -150,7 +150,7 @@ GEM protocol-url (0.4.0) protocol-websocket (0.20.2) protocol-http (~> 0.2) - public_suffix (7.0.2) + public_suffix (7.0.5) puppeteer-ruby (0.51.0) async (>= 2.35.1, < 3.0) async-http (>= 0.60, < 1.0) @@ -174,7 +174,7 @@ GEM concurrent-ruby (~> 1.0) uri (1.1.1) zeitwerk (2.7.5) - zlib (3.2.2) + zlib (3.2.3) PLATFORMS arm64-darwin-24 diff --git a/package-lock.json b/package-lock.json index f29e5ca8..f2e00f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/sitemap": "^3.7.0", - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "astro": "^5.18.0", "sharp": "^0.34.5" }, @@ -102,9 +102,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.37.6", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.6.tgz", - "integrity": "sha512-wQrKwH431q+8FsLBnNQeG+R36TMtEGxTQ2AuiVpcx9APcazvL3n7wVW8mMmYyxX0POjTnxlcWPkdMGR3Yj1L+w==", + "version": "0.37.7", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.7.tgz", + "integrity": "sha512-KyBnou8aKIlPJUSNx6a1SN7XyH22oj/VAvTGC+Edld4Bnei1A//pmCRTBvSrSeoGrdUjK0ErFUfaEhhO1bPfDg==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", diff --git a/package.json b/package.json index 0560a0d7..a6b7d57c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@astrojs/sitemap": "^3.7.0", - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "astro": "^5.18.0", "sharp": "^0.34.5" },