From bf8276e4b30cf8979fd89b308b9078481a9f5013 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 9 May 2025 09:04:32 +0000 Subject: [PATCH] fix(deps): update dependency next-plausible to v3.12.4 --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f6b566..1d7da9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6089,14 +6089,15 @@ } }, "node_modules/next-plausible": { - "version": "3.12.2", - "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.2.tgz", - "integrity": "sha512-jyOYLAdwaZZR6nrzFhN9xfVjzYOG6mIQ/LLDCfdAS99ELy759cKfNxluGo+pI2Xh9cYxTFYYZGlnkyR3IPy4yg==", + "version": "3.12.4", + "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.4.tgz", + "integrity": "sha512-cD3+ixJxf8yBYvsideTxqli3fvrB7R4BXcvsNJz8Sm2X1QN039WfiXjCyNWkub4h5++rRs6fHhchUMnOuJokcg==", + "license": "MIT", "funding": { "url": "https://github.com/4lejandrito/next-plausible?sponsor=1" }, "peerDependencies": { - "next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0", + "next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 ", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }