From 973276f2028093cb86525ecb787b871ad4b47b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:28:38 +0100 Subject: [PATCH] Bump astro from 3.1.2 to 3.2.0 (#6) --- package-lock.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40be71a..d0229dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,9 +30,6 @@ "engines": { "node": ">=18.14.1", "npm": ">=6.14.0" - }, - "peerDependencies": { - "astro": ">= 3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -2134,9 +2131,9 @@ } }, "node_modules/astro": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.1.2.tgz", - "integrity": "sha512-9rlKyk6Qmw50Pc188+ey7JAEYBsJGh5an46AXGPMHIdEkH6YOc4b2z9Rr+TNF8QmM/U+C2ZQFRVQyCKU4i8/pg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.2.0.tgz", + "integrity": "sha512-sDQnSFV46ZzNkVU6co5f8wilZFmGiWsqnIVoMhd5/XPU76iZdA40WqFyBOhGaji7hGuqbcjN8MGobMg53lsoUg==", "dependencies": { "@astrojs/compiler": "^2.1.0", "@astrojs/internal-helpers": "0.2.0",