diff --git a/Gemfile.lock b/Gemfile.lock index af0b82d1..1ec92373 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,9 +7,9 @@ GIT GIT remote: https://github.com/html2rss/html2rss.git - revision: 4f83aced3a4f4c1abe07c0913c7d074fa826d7db + revision: 60326f9b1590b8263646c692bdfeed90ac9af979 specs: - html2rss (0.18.0) + html2rss (0.19.1) addressable (~> 2.7) brotli dry-validation @@ -119,8 +119,8 @@ GEM fiber-storage (1.0.1) io-endpoint (0.17.2) io-event (1.15.1) - io-stream (0.11.1) - json (2.19.4) + io-stream (0.13.0) + json (2.19.5) kramdown (2.5.2) rexml (>= 3.4.4) logger (1.7.0) @@ -131,9 +131,9 @@ GEM mime-types-data (3.2026.0414) net-http (0.9.1) uri (>= 0.11.1) - nokogiri (1.19.2-arm64-darwin) + nokogiri (1.19.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.2-x86_64-linux-gnu) + nokogiri (1.19.3-x86_64-linux-gnu) racc (~> 1.4) parallel (2.1.0) protocol-hpack (1.5.1) @@ -151,7 +151,7 @@ GEM protocol-websocket (0.21.0) protocol-http (~> 0.2) public_suffix (7.0.5) - puppeteer-ruby (0.52.0) + puppeteer-ruby (0.52.1) async (>= 2.35.1, < 3.0) async-http (>= 0.60, < 1.0) async-websocket (>= 0.27, < 1.0) diff --git a/package-lock.json b/package-lock.json index f6050bd2..28c36170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.4", - "astro": "^6.1.9", + "astro": "^6.2.1", "sharp": "^0.34.5" }, "devDependencies": { @@ -1968,12 +1968,12 @@ } }, "node_modules/astro": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.9.tgz", - "integrity": "sha512-NsAHzMzpznB281g2aM5qnBt2QjfH6ttKiZ3hSZw52If8JJ+62kbnBKbyKhR2glQcJLl7Jfe4GSl0DihFZ36rRQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.2.1.tgz", + "integrity": "sha512-3g1sYNly+QAkuO5ErNEQBYvsxorNDSCUNIeStBs+kcXGchvKQl1Q9EuDNOvSg010XLlHJFLVFZs9LV18Jjp4Hg==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^3.0.1", + "@astrojs/compiler": "^4.0.0", "@astrojs/internal-helpers": "0.9.0", "@astrojs/markdown-remark": "7.1.1", "@astrojs/telemetry": "3.3.1", @@ -2057,9 +2057,9 @@ } }, "node_modules/astro/node_modules/@astrojs/compiler": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-3.0.1.tgz", - "integrity": "sha512-z97oYbdebO5aoWzuJ/8q5hLK232+17KcLZ7cJ8BCWk6+qNzVxn/gftC0KzMBUTD8WAaBkPpNSQK6PXLnNrZ0CA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-4.0.0.tgz", + "integrity": "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA==", "license": "MIT" }, "node_modules/astro/node_modules/@astrojs/internal-helpers": { diff --git a/package.json b/package.json index 036e9bae..c9a1657a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.4", - "astro": "^6.1.9", + "astro": "^6.2.1", "sharp": "^0.34.5" }, "devDependencies": {