From 7277764c56296c215f7447680eaffae181a3a05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:20:56 +0000 Subject: [PATCH] Bump astro from 4.4.3 to 4.4.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.4.3 to 4.4.4. - [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.4.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d902bd..9655581 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/mdx": "^2.0.3", "@lbry/components": "^4.2.5", "@thewebforge/astro-code-blocks": "^0.2.0", - "astro": "^4.4.3", + "astro": "^4.4.4", "astro-preload": "^1.1.2", "markdown-wasm": "^1.2.0", "rehype-autolink-headings": "^7.1.0", @@ -4062,9 +4062,9 @@ } }, "node_modules/astro": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.3.tgz", - "integrity": "sha512-9Ih+2mJv+i3XgGfU8m9evkNU7NEQWvOhqGsskrCwKmltuTtLol2hPw+eIfE49Yfktzfj5qLC6ZGkPxCJu5gkhA==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.4.tgz", + "integrity": "sha512-EZrDTN888w4sFKqavGsHu8jSaymyxNwnoqIq5NKlMG9WNU/Xn4Yn41pUdBuAOrgNzRp1NyXXhhV6GV1pN71V2Q==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1", diff --git a/package.json b/package.json index dda1a88..8357f6a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@astrojs/mdx": "^2.0.3", "@lbry/components": "^4.2.5", "@thewebforge/astro-code-blocks": "^0.2.0", - "astro": "^4.4.3", + "astro": "^4.4.4", "astro-preload": "^1.1.2", "markdown-wasm": "^1.2.0", "rehype-autolink-headings": "^7.1.0",