From 5777fb8c6c3d159d6692265b6bd314a4589f944a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:36:37 +0000 Subject: [PATCH] chore(deps): bump astro-consent from 1.0.17 to 2.0.0 Bumps [astro-consent](https://github.com/velohost/astro-consent) from 1.0.17 to 2.0.0. - [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/v1.0.17...v2.0.0) --- updated-dependencies: - dependency-name: astro-consent dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51e4fbd..7a2268b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.2.1", "astro": "5.18.0", - "astro-consent": "1.0.17", + "astro-consent": "2.0.0", "tailwindcss": "4.2.1" }, "devDependencies": { @@ -2135,9 +2135,9 @@ } }, "node_modules/astro-consent": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/astro-consent/-/astro-consent-1.0.17.tgz", - "integrity": "sha512-CxebtdACUZmYdZcDoe0fEvu8EubEinpEYhI1Dobdeinl5a0exBGw2RSYeH1HM6k54AmS7R7BMwZTBX3oAuzImg==", + "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==", "license": "MIT", "bin": { "astro-consent": "dist/cli.cjs" @@ -2146,7 +2146,7 @@ "node": ">=18.0.0" }, "peerDependencies": { - "astro": "^4.0.0 || ^5.0.0" + "astro": "^4.0.0 || ^5.0.0 || ^6.0.0" } }, "node_modules/astro/node_modules/@esbuild/aix-ppc64": { @@ -5399,7 +5399,6 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz", "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==", "license": "MIT", - "peer": true, "dependencies": { "@types/estree": "1.0.8" }, @@ -5744,7 +5743,6 @@ "integrity": "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "esbuild": "~0.27.0", "get-tsconfig": "^4.7.5" @@ -6298,7 +6296,6 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index be5363f..b34b7ae 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.2.1", "astro": "5.18.0", - "astro-consent": "1.0.17", + "astro-consent": "2.0.0", "tailwindcss": "4.2.1" }, "devDependencies": {