From 8363c3839d8fe7dd60ca514d781b8e38489112b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:46:00 +0000 Subject: [PATCH] build(deps): bump astro from 4.5.16 to 4.5.17 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.5.16 to 4.5.17. - [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@4.5.17/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 5ce18ae..4bf6751 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.5.10", "@astrojs/starlight": "^0.21.4", "@fontsource/noto-sans": "^5.0.21", - "astro": "^4.5.16", + "astro": "^4.5.17", "sharp": "^0.33.3", "typescript": "^5.4.4" } @@ -2500,9 +2500,9 @@ } }, "node_modules/astro": { - "version": "4.5.16", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.16.tgz", - "integrity": "sha512-1nOVsMq2OJiXnG6gO0Y77vTAboGN9nLQSy/8SGazq4h6x+alzbsMbQbArBgvaLzOSUXD0m91XLs3D8bOSuavrQ==", + "version": "4.5.17", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.17.tgz", + "integrity": "sha512-fr5onZt7MOe+6v08Ub1AZL9eUVo4f0y0nvL55AFMpVG2bMM1/omcwAH1uU2mkvwMLLtcd4RDtYz4mtJzd54Nfw==", "dependencies": { "@astrojs/compiler": "^2.7.1", "@astrojs/internal-helpers": "0.4.0", diff --git a/docs/package.json b/docs/package.json index 5819471..6a01495 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@fontsource/noto-sans": "^5.0.21", "@astrojs/check": "^0.5.10", "@astrojs/starlight": "^0.21.4", - "astro": "^4.5.16", + "astro": "^4.5.17", "sharp": "^0.33.3", "typescript": "^5.4.4" }