From 42946dae68b7b119993bffdfa47579c80248785c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:26:24 +0000 Subject: [PATCH] Bump astro from 6.1.4 to 6.1.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/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 ... 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 67fdbaf..22ad8fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "^3.7.2", "@fontsource-variable/noto-sans-hk": "^5.2.10", "@iconify-json/mdi": "^1.2.3", - "astro": "^6.1.4", + "astro": "^6.1.5", "astro-icon": "^1.1.5", "astro-seo": "^1.1.0", "bulma": "^1.0.4", @@ -2403,9 +2403,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.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz", + "integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", @@ -2424,7 +2424,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 b0b96e1..54d7171 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.7.2", "@fontsource-variable/noto-sans-hk": "^5.2.10", "@iconify-json/mdi": "^1.2.3", - "astro": "^6.1.4", + "astro": "^6.1.5", "astro-icon": "^1.1.5", "astro-seo": "^1.1.0", "bulma": "^1.0.4",