From a044441eea637f2a5a956ed5ebaa18d5c246255f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jun 2024 08:37:44 +0000 Subject: [PATCH] fix: upgrade astro from 4.9.3 to 4.10.1 Snyk has created this PR to upgrade astro from 4.9.3 to 4.10.1. See this package in npm: astro See this project in Snyk: https://app.snyk.io/org/keisukeyamashita/project/19c79fa8-351f-49f2-a962-199a136cde4c?utm_source=github&utm_medium=referral&page=upgrade-pr --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index f75006a..fff1895 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.1", "dependencies": { "@astrojs/starlight": "^0.23.2", - "astro": "^4.9.3", + "astro": "^4.10.1", "sharp": "^0.33.4" } }, @@ -2554,9 +2554,9 @@ } }, "node_modules/astro": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.3.tgz", - "integrity": "sha512-LhiKZMee56GI7+zIt15bXZVX4JSnj4syTrQdkYNgE+Y0udMad0x8RgJGzc2NMOK31e6w/SL+NFSvnt/d1kgs5w==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.10.1.tgz", + "integrity": "sha512-7bbnUX1CW+12suz0Do8ef1CihqVjDyUW/H/0piNHZyBE3W/VFt5GP5ZxlPzzJLoGtaXif0aXJ4iPurEem2LpdA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.8.0", diff --git a/web/package.json b/web/package.json index cb70aa0..89b14c9 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.23.2", - "astro": "^4.9.3", + "astro": "^4.10.1", "sharp": "^0.33.4" } }