From 75b7ca0b84f736d662eb524fde11df23d20176fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 03:14:16 +0000 Subject: [PATCH] Bump astro from 5.9.1 to 5.11.1 in /client Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.1 to 5.11.1. - [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.11.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 16 ++++++++-------- client/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 414bdc56..8f557696 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/node": "^9.2.2", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.11", - "astro": "^5.9.1", + "astro": "^5.11.1", "svelte": "^5.33.12", "typescript": "^5.8.3" }, @@ -37,9 +37,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz", - "integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.2.tgz", + "integrity": "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==", "license": "MIT" }, "node_modules/@astrojs/internal-helpers": { @@ -1974,12 +1974,12 @@ } }, "node_modules/astro": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz", - "integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz", + "integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.12.1", + "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/client/package.json b/client/package.json index 3f160545..674a80c5 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "@astrojs/node": "^9.2.2", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.11", - "astro": "^5.9.1", + "astro": "^5.11.1", "svelte": "^5.33.12", "typescript": "^5.8.3" },