diff --git a/package-lock.json b/package-lock.json index 00321c8..994b12c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.41.6", - "astro": "^7.1.6", + "astro": "^7.2.1", "sharp": "^0.35.3" } }, @@ -2407,9 +2407,9 @@ } }, "node_modules/astro": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.0.tgz", - "integrity": "sha512-lLTYzx3fOvCmtwD3JVBLQcbORbIOW1/j0R+3IvJx/XKwMGrk7mFnF0BYSOeRiNw1qHUR5mdA6+hRnyvyDfqrWQ==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.1.tgz", + "integrity": "sha512-ynyMTiyF//GLcd8+gRNbvcKgS1ht+qTgp/fkkHIpGYNILLseQqQRuPZ9PqXYKfsact4J1emZaXRDpg2bl35Pag==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.2", diff --git a/package.json b/package.json index f3051a4..4fd25e4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.41.6", - "astro": "^7.1.6", + "astro": "^7.2.1", "sharp": "^0.35.3" }, "overrides": {