From 534597efbdecb05538241d13fcd4a5499374d130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:39:15 +0000 Subject: [PATCH] chore(deps): bump astro-consent from 2.0.0 to 2.1.1 Bumps [astro-consent](https://github.com/velohost/astro-consent) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/velohost/astro-consent/releases) - [Changelog](https://github.com/velohost/astro-consent/blob/main/CHANGELOG.md) - [Commits](https://github.com/velohost/astro-consent/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: astro-consent dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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": {