From e76e7a365dba6ec77a21eefe62ab416e0f6595ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:02:23 +0000 Subject: [PATCH 1/2] chore(deps): bump astro in /website in the dependencies group Bumps the dependencies group in /website with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.9.3 to 5.10.0 - [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.10.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index e3d43afa8..a8034cde6 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/starlight": "^0.34.4", - "astro": "^5.9.3", + "astro": "^5.10.0", "sharp": "^0.34.2" }, "engines": { @@ -1879,9 +1879,9 @@ } }, "node_modules/astro": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.3.tgz", - "integrity": "sha512-VReZrpUa/3rfeiVvsQ1A2M3ujDPI+pDGIYOMtXPEZwut8tZoEyealXXLjitgCsJ+3dunKGZbg4Eak6i+r0vniw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.0.tgz", + "integrity": "sha512-g/t54kVzQnFVijs+GbbbX/NBAFTl/3yNAEA/AQYq4FumLLVv7n4BIF+jKhcPGn9iFGyT1Cjvr7KB/qYyNvHEIg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 27280ce40..bc582c59f 100644 --- a/website/package.json +++ b/website/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.34.4", - "astro": "^5.9.3", + "astro": "^5.10.0", "sharp": "^0.34.2" }, "engines": { From 77bc1b8901d6ed4b299d9cf8b21dcb44a44cd7d9 Mon Sep 17 00:00:00 2001 From: coliff Date: Thu, 19 Jun 2025 23:04:18 +0900 Subject: [PATCH 2/2] Update netlify.toml --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 0b750199b..a06d2842e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,12 +12,12 @@ [[headers]] for = "/*.ico" [headers.values] - Cache-Control = "public, s-max-age=1604800, immutable" + Cache-Control = "public, s-max-age=31536000, immutable" [[headers]] for = "/*.png" [headers.values] - Cache-Control = "public, s-max-age=1604800, immutable" + Cache-Control = "public, s-max-age=31536000, immutable" [[headers]] for = "/*.webp"