From a55fb7c96111ff459ec7ace896e54cfbe9426107 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 12:56:15 +0000 Subject: [PATCH] Update dependency astro to ^4.9.1 --- pnpm-lock.yaml | 26 +++++++++++++------------- www/docs/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 745b76fe2..ff40cab84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -218,13 +218,13 @@ importers: version: 0.7.0(typescript@5.4.5) '@astrojs/starlight': specifier: ^0.22.3 - version: 0.22.3(astro@4.8.4) + version: 0.22.3(astro@4.9.1) '@shoelace-style/shoelace': specifier: ^2.15.0 version: 2.15.0(@types/react@18.3.2) astro: - specifier: ^4.8.4 - version: 4.8.4(typescript@5.4.5) + specifier: ^4.9.1 + version: 4.9.1(typescript@5.4.5) sharp: specifier: ^0.33.3 version: 0.33.3 @@ -549,7 +549,7 @@ packages: - supports-color dev: false - /@astrojs/mdx@2.3.1(astro@4.8.4): + /@astrojs/mdx@2.3.1(astro@4.9.1): resolution: {integrity: sha512-BOQFKD2Pi9cRntNQJlpF2fh4xV8doNpmVy9NKI95r4jsitrY4X5aTOhAowi+fkQgP/zW1A4HwCyQ6Pdam6z8zQ==} engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} peerDependencies: @@ -558,7 +558,7 @@ packages: '@astrojs/markdown-remark': 5.1.0 '@mdx-js/mdx': 3.0.1 acorn: 8.11.3 - astro: 4.8.4(typescript@5.4.5) + astro: 4.9.1(typescript@5.4.5) es-module-lexer: 1.5.2 estree-util-visit: 2.0.0 github-slugger: 2.0.0 @@ -621,18 +621,18 @@ packages: zod: 3.23.5 dev: false - /@astrojs/starlight@0.22.3(astro@4.8.4): + /@astrojs/starlight@0.22.3(astro@4.9.1): resolution: {integrity: sha512-opldZEdZsYz8HL3rjzL3025AxNCNntkDZrlUBNY64IJesDxBhDCH8He0GvhVe+L8bHWpcso4fHO8tUV9E0dgUw==} peerDependencies: astro: ^4.2.7 dependencies: - '@astrojs/mdx': 2.3.1(astro@4.8.4) + '@astrojs/mdx': 2.3.1(astro@4.9.1) '@astrojs/sitemap': 3.1.4 '@pagefind/default-ui': 1.1.0 '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - astro: 4.8.4(typescript@5.4.5) - astro-expressive-code: 0.35.3(astro@4.8.4) + astro: 4.9.1(typescript@5.4.5) + astro-expressive-code: 0.35.3(astro@4.9.1) bcp-47: 2.1.0 hast-util-from-html: 2.0.1 hast-util-select: 6.0.2 @@ -4478,12 +4478,12 @@ packages: hasBin: true dev: false - /astro-expressive-code@0.35.3(astro@4.8.4): + /astro-expressive-code@0.35.3(astro@4.9.1): resolution: {integrity: sha512-f1L1m3J3EzZHDEox6TXmuKo5fTSbaNxE/HU0S0UQmvlCowtOKnU/LOsoDwsbQSYGKz+fdLRPsCjFMiKqEoyfcw==} peerDependencies: astro: ^4.0.0-beta || ^3.3.0 dependencies: - astro: 4.8.4(typescript@5.4.5) + astro: 4.9.1(typescript@5.4.5) rehype-expressive-code: 0.35.3 dev: false @@ -4690,8 +4690,8 @@ packages: - typescript dev: false - /astro@4.8.4(typescript@5.4.5): - resolution: {integrity: sha512-3UExI/Pq47tvdSmYJTDkoyuygIibO+293MBkwc5iUzK5Cu/U4H7P3LwTyP8Gp/wQX+2zBEUifEb4oNO1HfUn2g==} + /astro@4.9.1(typescript@5.4.5): + resolution: {integrity: sha512-9TsoAu0WBPiqyAIj9H0JW7R+tIjPjFsPKo70Nja6WL3imTTuUJQmnCre4ZVmoNV3oicTTlb+N4zjRYANW0Ty9A==} engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true dependencies: diff --git a/www/docs/package.json b/www/docs/package.json index 325a052ef..47a5faf84 100644 --- a/www/docs/package.json +++ b/www/docs/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "^0.7.0", "@astrojs/starlight": "^0.22.3", "@shoelace-style/shoelace": "^2.15.0", - "astro": "^4.8.4", + "astro": "^4.9.1", "sharp": "^0.33.3", "typescript": "^5.4.5" }