From c045e3867b4bb0b21c0074dbb532699c7a1538ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:39:43 +0000 Subject: [PATCH] chore: bump astro from 6.1.4 to 6.1.7 in the astro group Bumps the astro group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.1.4 to 6.1.7 - [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.7/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e8c88f..410cd9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,9 @@ "version": "0.2.0", "license": "MIT", "dependencies": { + "@astrojs/sitemap": "^3.2.0", "@astrojs/starlight": "^0.38.3", - "astro": "^6.1.0", + "astro": "^6.1.7", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", "sharp": "^0.33.0" @@ -2367,9 +2368,9 @@ } }, "node_modules/astro": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.4.tgz", - "integrity": "sha512-SRy1bONuCHkGWhI5JiWCQKVDVbeaXOikjAVZs/Nz+lvUvubtdLoZfnacmuZHQ9RL2IOkU54M8/qZYm9ypJDKrg==", + "version": "6.1.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.7.tgz", + "integrity": "sha512-pvZysIUV2C2nRv8N7cXAkCLcfDQz/axAxF09SqiTz1B+xnvbhy6KzL2I6J15ZBXk8k0TfMD75dJ151QyQmAqZA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", @@ -2388,7 +2389,6 @@ "cookie": "^1.1.1", "devalue": "^5.6.3", "diff": "^8.0.3", - "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", "esbuild": "^0.27.3", diff --git a/package.json b/package.json index f6535a9..da23802 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@astrojs/sitemap": "^3.2.0", "@astrojs/starlight": "^0.38.3", - "astro": "^6.1.0", + "astro": "^6.1.7", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", "sharp": "^0.33.0"