From 835f4d27188cd08d024b8d5816ff387887ef3626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:53:19 +0000 Subject: [PATCH] chore(deps): bump astro from 4.4.11 to 4.4.15 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.4.11 to 4.4.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.4.15/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 1f72f78..81a8bef 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.11", + "astro": "^4.4.15", "nodemailer": "^6.9.10", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", @@ -3154,9 +3154,9 @@ } }, "node_modules/astro": { - "version": "4.4.11", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.11.tgz", - "integrity": "sha512-mJ1k67xzAJO1vTTpATe76uSWhOgiEj3Id7narE6X2rMMOBjR8vJM+9Cmv/Wbpot6uMwFo780skUowlMptK96fQ==", + "version": "4.4.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.15.tgz", + "integrity": "sha512-RTiAnlO8hDp6GqMVvaeJxyuCJhHNEho09lHshMNQBqgRabYPOJGW0HZZrbLRGNOqN9I14ivhZIunYGgAaGQpWw==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1", diff --git a/package.json b/package.json index b8892d0..8a37015 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.11", + "astro": "^4.4.15", "nodemailer": "^6.9.10", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0",