From 8138d4a481105a26a5f8f4b0ad98f4bf36e47dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:36:42 +0000 Subject: [PATCH 1/2] chore(deps): bump the ruby group with 6 updates Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``e29ffd7`` | ``dec6eb6`` | | [bigdecimal](https://github.com/ruby/bigdecimal) | `4.1.1` | `4.1.2` | | [json](https://github.com/ruby/json) | `2.19.3` | `2.19.4` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2026.0407` | `3.2026.0414` | | [protocol-http](https://github.com/socketry/protocol-http) | `0.62.0` | `0.62.2` | | [protocol-websocket](https://github.com/socketry/protocol-websocket) | `0.20.2` | `0.21.0` | Updates `html2rss` from `e29ffd7` to `dec6eb6` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](https://github.com/html2rss/html2rss/compare/e29ffd71ed8e5887a3a87df7b904c82e455e2067...dec6eb621a31316c22109ecc9449eccf4383218c) Updates `bigdecimal` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/bigdecimal/compare/v4.1.1...v4.1.2) Updates `json` from 2.19.3 to 2.19.4 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.19.3...v2.19.4) Updates `mime-types-data` from 3.2026.0407 to 3.2026.0414 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2026.0407...v3.2026.0414) Updates `protocol-http` from 0.62.0 to 0.62.2 - [Release notes](https://github.com/socketry/protocol-http/releases) - [Changelog](https://github.com/socketry/protocol-http/blob/main/releases.md) - [Commits](https://github.com/socketry/protocol-http/compare/v0.62.0...v0.62.2) Updates `protocol-websocket` from 0.20.2 to 0.21.0 - [Release notes](https://github.com/socketry/protocol-websocket/releases) - [Changelog](https://github.com/socketry/protocol-websocket/blob/main/releases.md) - [Commits](https://github.com/socketry/protocol-websocket/compare/v0.20.2...v0.21.0) --- updated-dependencies: - dependency-name: html2rss dependency-version: dec6eb621a31316c22109ecc9449eccf4383218c dependency-type: direct:production dependency-group: ruby - dependency-name: bigdecimal dependency-version: 4.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: json dependency-version: 2.19.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2026.0414 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: protocol-http dependency-version: 0.62.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: protocol-websocket dependency-version: 0.21.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 45cfaae6..421970e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT GIT remote: https://github.com/html2rss/html2rss.git - revision: e29ffd71ed8e5887a3a87df7b904c82e455e2067 + revision: dec6eb621a31316c22109ecc9449eccf4383218c specs: html2rss (0.18.0) addressable (~> 2.7) @@ -59,7 +59,7 @@ GEM protocol-rack (~> 0.7) protocol-websocket (~> 0.17) base64 (0.3.0) - bigdecimal (4.1.1) + bigdecimal (4.1.2) brotli (0.8.0) concurrent-ruby (1.3.6) console (1.34.3) @@ -120,7 +120,7 @@ GEM io-endpoint (0.17.2) io-event (1.15.1) io-stream (0.11.1) - json (2.19.3) + json (2.19.4) 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.0407) + mime-types-data (3.2026.0414) net-http (0.9.1) uri (>= 0.11.1) nokogiri (1.19.2-arm64-darwin) @@ -137,7 +137,7 @@ GEM racc (~> 1.4) parallel (2.0.1) protocol-hpack (1.5.1) - protocol-http (0.62.0) + protocol-http (0.62.2) protocol-http1 (0.39.0) protocol-http (~> 0.62) protocol-http2 (0.26.0) @@ -148,7 +148,7 @@ GEM protocol-http (~> 0.58) rack (>= 1.0) protocol-url (0.4.0) - protocol-websocket (0.20.2) + protocol-websocket (0.21.0) protocol-http (~> 0.2) public_suffix (7.0.5) puppeteer-ruby (0.51.0) From c8afebe263744257a130bbe969c683f79eabd560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:36:44 +0000 Subject: [PATCH 2/2] chore(deps): bump the npm group with 2 updates Bumps the npm group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [prettier](https://github.com/prettier/prettier). Updates `astro` from 6.1.5 to 6.1.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.1.8/packages/astro) Updates `prettier` from 3.8.2 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.2...3.8.3) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 62 ++++++++++++++++++++++++++++++++++------------- package.json | 4 +-- 2 files changed, 47 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36727822..8fd9a603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,11 +10,11 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.3", - "astro": "^6.1.5", + "astro": "^6.1.8", "sharp": "^0.34.5" }, "devDependencies": { - "prettier": "^3.8.2", + "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.0" } }, @@ -263,15 +263,16 @@ } }, "node_modules/@astrojs/telemetry": { - "version": "3.3.0", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.1.tgz", + "integrity": "sha512-7fcIxXS9J4ls5tr8b3ww9rbAIz2+HrhNJYZdkAhhB4za/I5IZ/60g+Bs8q7zwG0tOIZfNB4JWhVJ1Qkl/OrNCw==", "license": "MIT", "dependencies": { - "ci-info": "^4.2.0", - "debug": "^4.4.0", + "ci-info": "^4.4.0", "dlv": "^1.1.3", "dset": "^3.1.4", - "is-docker": "^3.0.0", - "is-wsl": "^3.1.0", + "is-docker": "^4.0.0", + "is-wsl": "^3.1.1", "which-pm-runs": "^1.1.0" }, "engines": { @@ -1967,15 +1968,15 @@ } }, "node_modules/astro": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz", - "integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==", + "version": "6.1.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.8.tgz", + "integrity": "sha512-6fT9M12U3fpi13DiPavNKDIoBflASTSxmKTEe+zXhWtlebQuOqfOnIrMWyRmlXp+mgDsojmw+fVFG9LUTzKSog==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", "@astrojs/internal-helpers": "0.8.0", "@astrojs/markdown-remark": "7.1.0", - "@astrojs/telemetry": "3.3.0", + "@astrojs/telemetry": "3.3.1", "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", "@oslojs/encoding": "^1.1.0", @@ -2569,6 +2570,8 @@ }, "node_modules/dlv": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", "license": "MIT" }, "node_modules/dom-serializer": { @@ -2640,6 +2643,8 @@ }, "node_modules/dset": { "version": "3.1.4", + "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", + "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", "license": "MIT", "engines": { "node": ">=4" @@ -3362,13 +3367,15 @@ } }, "node_modules/is-docker": { - "version": "3.0.0", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-4.0.0.tgz", + "integrity": "sha512-LHE+wROyG/Y/0ZnbktRCoTix2c1RhgWaZraMZ8o1Q7zCh0VSrICJQO5oqIIISrcSBtrXv0o233w1IYwsWCjTzA==", "license": "MIT", "bin": { "is-docker": "cli.js" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -3384,6 +3391,8 @@ }, "node_modules/is-inside-container": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", "license": "MIT", "dependencies": { "is-docker": "^3.0.0" @@ -3398,6 +3407,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/is-inside-container/node_modules/is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-plain-obj": { "version": "4.1.0", "license": "MIT", @@ -3409,7 +3433,9 @@ } }, "node_modules/is-wsl": { - "version": "3.1.0", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz", + "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==", "license": "MIT", "dependencies": { "is-inside-container": "^1.0.0" @@ -4882,9 +4908,9 @@ } }, "node_modules/prettier": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz", - "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", + "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", "dev": true, "license": "MIT", "bin": { @@ -6044,6 +6070,8 @@ }, "node_modules/which-pm-runs": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", + "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", "license": "MIT", "engines": { "node": ">=4" diff --git a/package.json b/package.json index 93f6ab68..89039388 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.3", - "astro": "^6.1.5", + "astro": "^6.1.8", "sharp": "^0.34.5" }, "devDependencies": { - "prettier": "^3.8.2", + "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.0" } }