From 49ac40fe2a44300f2a63cda9b061cc3d438bf951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:42:06 +0000 Subject: [PATCH] build(deps): bump astro from 4.5.15 to 4.5.16 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.5.15 to 4.5.16. - [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.16/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 f340194..e34cd5d 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.5.10", "@astrojs/starlight": "^0.21.3", "@fontsource/noto-sans": "^5.0.21", - "astro": "^4.5.15", + "astro": "^4.5.16", "sharp": "^0.33.3", "typescript": "^5.4.3" } @@ -2501,9 +2501,9 @@ } }, "node_modules/astro": { - "version": "4.5.15", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.15.tgz", - "integrity": "sha512-d2+yMv4ZlWwWFzfbpXIULMniNmdPlbwGrQScacEni0WLeo4k7ETO51/bHN/i/fXwxL9IGfasdEFkk2baYXDRog==", + "version": "4.5.16", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.16.tgz", + "integrity": "sha512-1nOVsMq2OJiXnG6gO0Y77vTAboGN9nLQSy/8SGazq4h6x+alzbsMbQbArBgvaLzOSUXD0m91XLs3D8bOSuavrQ==", "dependencies": { "@astrojs/compiler": "^2.7.1", "@astrojs/internal-helpers": "0.4.0", diff --git a/docs/package.json b/docs/package.json index 6feefad..6b9cc35 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.3", - "astro": "^4.5.15", + "astro": "^4.5.16", "sharp": "^0.33.3", "typescript": "^5.4.3" }