From 22eb0e3e7fa2bf47c25900a4c1394a55085ff16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 02:51:04 +0530 Subject: [PATCH] chore(deps): bump astro from 4.4.8 to 4.4.11 (#78) Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.4.8 to 4.4.11. - [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.11/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b347591..1f72f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.5.6", "@astrojs/sitemap": "^3.1.1", "@astrojs/vercel": "^7.3.4", - "astro": "^4.4.8", + "astro": "^4.4.11", "nodemailer": "^6.9.10", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", @@ -3154,9 +3154,9 @@ } }, "node_modules/astro": { - "version": "4.4.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.8.tgz", - "integrity": "sha512-jAAfzvgHOfuZmqJjnSDownVNuWKYmsGkrFqecEppHarMA/cZ5QIboW6GQHZ8eGZQdtYRCjON3h4i64XFZfuwSg==", + "version": "4.4.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.11.tgz", + "integrity": "sha512-mJ1k67xzAJO1vTTpATe76uSWhOgiEj3Id7narE6X2rMMOBjR8vJM+9Cmv/Wbpot6uMwFo780skUowlMptK96fQ==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1", diff --git a/package.json b/package.json index 95cae20..b8892d0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@astrojs/check": "^0.5.6", "@astrojs/sitemap": "^3.1.1", "@astrojs/vercel": "^7.3.4", - "astro": "^4.4.8", + "astro": "^4.4.11", "nodemailer": "^6.9.10", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0",