Skip to content

Commit 60ca5b6

Browse files
chore(deps): bump astro from 5.9.3 to 5.10.0 in /website in the dependencies group (#1671)
* 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/[email protected]/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] <[email protected]> * Update netlify.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: coliff <[email protected]>
1 parent 0ea6e9f commit 60ca5b6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
[[headers]]
1313
for = "/*.ico"
1414
[headers.values]
15-
Cache-Control = "public, s-max-age=1604800, immutable"
15+
Cache-Control = "public, s-max-age=31536000, immutable"
1616

1717
[[headers]]
1818
for = "/*.png"
1919
[headers.values]
20-
Cache-Control = "public, s-max-age=1604800, immutable"
20+
Cache-Control = "public, s-max-age=31536000, immutable"
2121

2222
[[headers]]
2323
for = "/*.webp"

website/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@astrojs/starlight": "^0.34.4",
28-
"astro": "^5.9.3",
28+
"astro": "^5.10.0",
2929
"sharp": "^0.34.2"
3030
},
3131
"engines": {

0 commit comments

Comments
 (0)