From 1145cd8ea6b8056a97ccdf7b0658ee7e7efae2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:46:20 +0000 Subject: [PATCH] :arrow_up: Bump astro from 6.1.4 to 6.1.5 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.5 - [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.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5ea1fd6..c217f4de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@shikijs/transformers": "^4.0.2", "@vercel/analytics": "^2.0.1", "@vercel/speed-insights": "^2.0.0", - "astro": "^6.1.4", + "astro": "^6.1.6", "markdown-it": "^14.1.1", "postcss-preset-env": "^11.2.0", "react": "^19.2.4", @@ -4339,9 +4339,9 @@ "license": "MIT" }, "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.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.6.tgz", + "integrity": "sha512-pRsz+kYriwCV/AUcY/I9OVKtVHuYFs2DtCszAxprXded/kTE53nMwxfnK0Nf6FPfaX9vcUiLnigcSIhuFoKntA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", @@ -4360,7 +4360,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 6c3c2ec7..9e98b7cb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@shikijs/transformers": "^4.0.2", "@vercel/analytics": "^2.0.1", "@vercel/speed-insights": "^2.0.0", - "astro": "^6.1.4", + "astro": "^6.1.6", "markdown-it": "^14.1.1", "postcss-preset-env": "^11.2.0", "react": "^19.2.4",