From 5c111fcf0f90e8e93cc08aa7aff3ee44a069fa3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:36:21 +0000 Subject: [PATCH 1/2] chore(deps): bump astro from 6.3.1 to 6.3.3 in the npm group Bumps the npm group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.3.1 to 6.3.3 - [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.3.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 62 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 57 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4663c1c..a980dd75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.39.2", - "astro": "^6.3.1", + "astro": "^6.3.3", "sharp": "^0.34.5" }, "devDependencies": { @@ -1856,14 +1856,14 @@ } }, "node_modules/astro": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.1.tgz", - "integrity": "sha512-atz6dmkE3Gu24bDgb7g2RE/BYnKqPYIHd6hTUM1UXvu/i7qNZOKLAqEHvgYpv9PQVcgWsXpk4/OOXZ0E/FzvSQ==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.3.tgz", + "integrity": "sha512-wvLIZQYbBZt6U8gyflBW4SLBypaqdwLZUH93rT3oT53cmQ0bTGubvMAGjqBRoheOYzYcTJZtW6czztzbu4kQ5g==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", - "@astrojs/internal-helpers": "0.9.0", - "@astrojs/markdown-remark": "7.1.1", + "@astrojs/internal-helpers": "0.9.1", + "@astrojs/markdown-remark": "7.1.2", "@astrojs/telemetry": "3.3.2", "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", @@ -1951,6 +1951,56 @@ "integrity": "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA==", "license": "MIT" }, + "node_modules/astro/node_modules/@astrojs/internal-helpers": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.9.1.tgz", + "integrity": "sha512-1pWuARqYom/TzuU3+0ZugsTrKlUydWKuULmDqSMTuonY+9IRDUEGKX/8PXQ1nBxRq3w85uGtd9q9SXfqEldMIQ==", + "license": "MIT", + "dependencies": { + "picomatch": "^4.0.4" + } + }, + "node_modules/astro/node_modules/@astrojs/markdown-remark": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.2.tgz", + "integrity": "sha512-caXZ4Dc2St2dW8luEg22GlP0gupLdztCTQE4EzZOxW1pqWXz9mbeJEuHUkgDYcKWW8tjIHkydYDhWLVoxJ327Q==", + "license": "MIT", + "dependencies": { + "@astrojs/internal-helpers": "0.9.1", + "@astrojs/prism": "4.0.2", + "github-slugger": "^2.0.0", + "hast-util-from-html": "^2.0.3", + "hast-util-to-text": "^4.0.2", + "js-yaml": "^4.1.1", + "mdast-util-definitions": "^6.0.0", + "rehype-raw": "^7.0.0", + "rehype-stringify": "^10.0.1", + "remark-gfm": "^4.0.1", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.1.2", + "remark-smartypants": "^3.0.2", + "retext-smartypants": "^6.2.0", + "shiki": "^4.0.0", + "smol-toml": "^1.6.0", + "unified": "^11.0.5", + "unist-util-remove-position": "^5.0.0", + "unist-util-visit": "^5.1.0", + "unist-util-visit-parents": "^6.0.2", + "vfile": "^6.0.3" + } + }, + "node_modules/astro/node_modules/@astrojs/prism": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.2.tgz", + "integrity": "sha512-KTivpmnz6lDsC6o9H4+DNm2SrE/GHzw8cNAvEJwAvUT+eoaEnn/4NtbDNfRRaxaJHdp15gf+tfHAWiXR4wB3BA==", + "license": "MIT", + "dependencies": { + "prismjs": "^1.30.0" + }, + "engines": { + "node": ">=22.12.0" + } + }, "node_modules/axobject-query": { "version": "4.1.0", "license": "Apache-2.0", diff --git a/package.json b/package.json index c9f430c3..88a51fd0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.39.2", - "astro": "^6.3.1", + "astro": "^6.3.3", "sharp": "^0.34.5" }, "devDependencies": { From 1892ee1e3d7129a967428676dc7c1d8e7e145f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:36:51 +0000 Subject: [PATCH 2/2] chore(deps): bump the ruby group with 3 updates Bumps the ruby group with 3 updates: [dry-configurable](https://github.com/dry-rb/dry-configurable), [faraday](https://github.com/lostisland/faraday) and [io-event](https://github.com/socketry/io-event). Updates `dry-configurable` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/dry-rb/dry-configurable/releases) - [Changelog](https://github.com/dry-rb/dry-configurable/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-configurable/compare/v1.3.0...v1.4.0) Updates `faraday` from 2.14.1 to 2.14.2 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.14.1...v2.14.2) Updates `io-event` from 1.15.1 to 1.16.0 - [Release notes](https://github.com/socketry/io-event/releases) - [Changelog](https://github.com/socketry/io-event/blob/main/releases.md) - [Commits](https://github.com/socketry/io-event/compare/v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: dry-configurable dependency-version: 1.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: faraday dependency-version: 2.14.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: io-event dependency-version: 1.16.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 91a324da..e338414b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,8 +67,8 @@ GEM fiber-local (~> 1.1) json crass (1.0.6) - dry-configurable (1.3.0) - dry-core (~> 1.1) + dry-configurable (1.4.0) + dry-core (~> 1.0) zeitwerk (~> 2.6) dry-core (1.2.0) concurrent-ruby (~> 1.0) @@ -102,7 +102,7 @@ GEM dry-initializer (~> 3.2) dry-schema (~> 1.14) zeitwerk (~> 2.6) - faraday (2.14.1) + faraday (2.14.2) faraday-net_http (>= 2.0, < 3.5) json logger @@ -118,7 +118,7 @@ GEM fiber-storage fiber-storage (1.0.1) io-endpoint (0.17.2) - io-event (1.15.1) + io-event (1.16.0) io-stream (0.13.0) json (2.19.5) kramdown (2.5.2)