From 74821d9147682bcb77d4dfa5fcd66dad2c0a6413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:45:04 +0000 Subject: [PATCH] build(deps): bump astro from 4.5.14 to 4.5.15 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.5.14 to 4.5.15. - [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.15/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 7e0011f..f340194 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.14", + "astro": "^4.5.15", "sharp": "^0.33.3", "typescript": "^5.4.3" } @@ -2501,9 +2501,9 @@ } }, "node_modules/astro": { - "version": "4.5.14", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.14.tgz", - "integrity": "sha512-OXQ9Wbcn5e2eEPrNKJjGXeCWnKamNGyvSwORL0B8BB1fp3OO/EYo/RfeQGTR9kxGNxEpokoPZL9JNgFHoVK+wA==", + "version": "4.5.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.15.tgz", + "integrity": "sha512-d2+yMv4ZlWwWFzfbpXIULMniNmdPlbwGrQScacEni0WLeo4k7ETO51/bHN/i/fXwxL9IGfasdEFkk2baYXDRog==", "dependencies": { "@astrojs/compiler": "^2.7.1", "@astrojs/internal-helpers": "0.4.0", diff --git a/docs/package.json b/docs/package.json index 27b5c47..6feefad 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.14", + "astro": "^4.5.15", "sharp": "^0.33.3", "typescript": "^5.4.3" }