From 0dcc072d4d832fc4105aaaa844cf82d579ba0429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:01:24 +0000 Subject: [PATCH 1/2] chore(deps): bump the ruby group with 2 updates Bumps the ruby group with 2 updates: [json](https://github.com/ruby/json) and [reverse_markdown](https://github.com/xijo/reverse_markdown). Updates `json` from 2.16.0 to 2.17.1 - [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.16.0...v2.17.1) Updates `reverse_markdown` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/xijo/reverse_markdown/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.17.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: reverse_markdown dependency-version: 3.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f4f54491..024fe1b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM zlib (~> 3.0) faraday-net_http (3.4.2) net-http (~> 0.5) - json (2.16.0) + json (2.17.1) kramdown (2.5.1) rexml (>= 3.3.9) logger (1.7.0) @@ -107,7 +107,7 @@ GEM websocket-driver (>= 0.6.0) racc (1.8.1) regexp_parser (2.11.3) - reverse_markdown (3.0.0) + reverse_markdown (3.0.1) nokogiri rexml (3.4.4) rss (0.3.1) From 909381d8baadb4f09f6750e6fcc3038d708bb9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:01:50 +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 5.16.3 to 5.16.4 - [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@5.16.4/packages/astro) Updates `prettier` from 3.7.3 to 3.7.4 - [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.7.3...3.7.4) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index aae6dfc4..4dbf1b84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,11 +10,11 @@ "dependencies": { "@astrojs/sitemap": "^3.6.0", "@astrojs/starlight": "^0.37.0", - "astro": "^5.16.3", + "astro": "^5.16.4", "sharp": "^0.34.5" }, "devDependencies": { - "prettier": "^3.7.3", + "prettier": "^3.7.4", "prettier-plugin-astro": "^0.14.0" } }, @@ -1138,9 +1138,9 @@ } }, "node_modules/astro": { - "version": "5.16.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.3.tgz", - "integrity": "sha512-KzDk41F9Dspf5fM/Ls4XZhV4/csjJcWBrlenbnp5V3NGwU1zEaJz/HIyrdKdf5yw+FgwCeD2+Yos1Xkx9gnI0A==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.4.tgz", + "integrity": "sha512-rgXI/8/tnO3Y9tfAaUyg/8beKhlIMltbiC8Q6jCoAfEidOyaue4KYKzbe0gJIb6qEdEaG3Kf3BY3EOSLkbWOLg==", "license": "MIT", "peer": true, "dependencies": { @@ -4403,9 +4403,9 @@ } }, "node_modules/prettier": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz", - "integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", + "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 6b023ba2..67bae2f3 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ "dependencies": { "@astrojs/sitemap": "^3.6.0", "@astrojs/starlight": "^0.37.0", - "astro": "^5.16.3", + "astro": "^5.16.4", "sharp": "^0.34.5" }, "devDependencies": { - "prettier": "^3.7.3", + "prettier": "^3.7.4", "prettier-plugin-astro": "^0.14.0" } }