fix(deps): update dependency next-plausible to v3.12.3
All checks were successful
Lint / Lint (push) Successful in 30s

This commit is contained in:
Renovate Bot 2024-11-02 00:03:17 +00:00
parent 10560f69b4
commit 5a96110cd3

9
package-lock.json generated
View File

@ -5264,14 +5264,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.3",
"resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.3.tgz",
"integrity": "sha512-kRtapWHHvEz/qAD9JXBPieq6+CNOqSDuiMlRegVzJBWna3l6VhCvfZGphAcBHyAnWEJ9RXcHtRMmq3FwHKz2Aw==",
"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",
"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",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}