From c8a7a739ee38c331b87e86431616e27ed538cdec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Dec 2024 04:19:38 +0000 Subject: [PATCH] fix: web/package.json & web/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-8539778 - https://snyk.io/vuln/SNYK-JS-ASTRO-8535263 --- 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 48e3550..ec4324f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.1", "dependencies": { "@astrojs/starlight": "^0.25.2", - "astro": "^4.16.16", + "astro": "^4.16.18", "sharp": "^0.33.4" } }, @@ -2095,9 +2095,9 @@ } }, "node_modules/astro": { - "version": "4.16.16", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.16.tgz", - "integrity": "sha512-H1CttrV6+JFrDBQx0Mcbq5i5AeLhCbztB786+9wEu3svWL/QPNeCGqF0dgNORAYmP+rODGCPu/y9qKSh87iLuA==", + "version": "4.16.18", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", + "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/web/package.json b/web/package.json index 74d41f1..ed45eb0 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.25.2", - "astro": "^4.16.16", + "astro": "^4.16.18", "sharp": "^0.33.4" } }