diff --git a/package-lock.json b/package-lock.json index 621faab..0100eff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.3.3", "astro": "^7.2.9", - "astro-consent": "2.0.0", + "astro-consent": "2.1.1", "tailwindcss": "4.3.3" }, "devDependencies": { @@ -2109,9 +2109,9 @@ } }, "node_modules/astro-consent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astro-consent/-/astro-consent-2.0.0.tgz", - "integrity": "sha512-FZ75V3iDWAXOH5nMc6+0MFcUYwbfkdZA+i+bE01UarHKE+hmB/ld+F1FCH91AsUqWfHhBGI3fp0jAvO2GJDFmA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/astro-consent/-/astro-consent-2.1.1.tgz", + "integrity": "sha512-jWgt3CxJMv2ViL8N/adNboKeGXCo/Uf+Mjm0n7EDKbZVwLZIBLU227Pxsfki9V4FLatW1aDJ2zjqjSP6LYiRwA==", "license": "MIT", "bin": { "astro-consent": "dist/cli.cjs" @@ -2120,7 +2120,7 @@ "node": ">=18.0.0" }, "peerDependencies": { - "astro": "^4.0.0 || ^5.0.0 || ^6.0.0" + "astro": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" } }, "node_modules/astro/node_modules/@esbuild/aix-ppc64": { diff --git a/package.json b/package.json index 6a20868..e9bb4db 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.3.3", "astro": "^7.2.9", - "astro-consent": "2.0.0", + "astro-consent": "2.1.1", "tailwindcss": "4.3.3" }, "devDependencies": {