diff --git a/web/package-lock.json b/web/package-lock.json index ec4324f..0439e65 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.18", + "astro": "^4.16.19", "sharp": "^0.33.4" } }, @@ -2095,9 +2095,9 @@ } }, "node_modules/astro": { - "version": "4.16.18", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", - "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", + "version": "4.16.19", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.19.tgz", + "integrity": "sha512-baeSswPC5ZYvhGDoj25L2FuzKRWMgx105FetOPQVJFMCAp0o08OonYC7AhwsFdhvp7GapqjnC1Fe3lKb2lupYw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/web/package.json b/web/package.json index ed45eb0..1d370f9 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.25.2", - "astro": "^4.16.18", + "astro": "^4.16.19", "sharp": "^0.33.4" } }