Compare commits

...

2 Commits

Author SHA1 Message Date
5ab60ceb94 fix(deps): update dependency lucide-react to ^0.454.0
All checks were successful
Lint / Lint (push) Successful in 1m45s
2024-11-02 02:05:51 +00:00
efd8094df3 fix(deps): update dependency next-plausible to v3.12.3
All checks were successful
Lint / Lint (push) Successful in 39s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m43s
2024-11-02 01:04:23 +00:00
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@ -12,7 +12,7 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cssnano": "^7.0.1", "cssnano": "^7.0.1",
"lucide-react": "^0.453.0", "lucide-react": "^0.454.0",
"next": "14.2.16", "next": "14.2.16",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@ -5112,9 +5112,9 @@
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
}, },
"node_modules/lucide-react": { "node_modules/lucide-react": {
"version": "0.453.0", "version": "0.454.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.453.0.tgz", "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.454.0.tgz",
"integrity": "sha512-kL+RGZCcJi9BvJtzg2kshO192Ddy9hv3ij+cPrVPWSRzgCWCVazoQJxOjAwgK53NomL07HB7GPHW120FimjNhQ==", "integrity": "sha512-hw7zMDwykCLnEzgncEEjHeA6+45aeEzRYuKHuyRSOPkhko+J3ySGjGIzu+mmMfDFG1vazHepMaYFYHbTFAZAAQ==",
"license": "ISC", "license": "ISC",
"peerDependencies": { "peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
@ -5264,14 +5264,15 @@
} }
}, },
"node_modules/next-plausible": { "node_modules/next-plausible": {
"version": "3.12.2", "version": "3.12.3",
"resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.2.tgz", "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.3.tgz",
"integrity": "sha512-jyOYLAdwaZZR6nrzFhN9xfVjzYOG6mIQ/LLDCfdAS99ELy759cKfNxluGo+pI2Xh9cYxTFYYZGlnkyR3IPy4yg==", "integrity": "sha512-kRtapWHHvEz/qAD9JXBPieq6+CNOqSDuiMlRegVzJBWna3l6VhCvfZGphAcBHyAnWEJ9RXcHtRMmq3FwHKz2Aw==",
"license": "MIT",
"funding": { "funding": {
"url": "https://github.com/4lejandrito/next-plausible?sponsor=1" "url": "https://github.com/4lejandrito/next-plausible?sponsor=1"
}, },
"peerDependencies": { "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": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
} }

View File

@ -13,7 +13,7 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cssnano": "^7.0.1", "cssnano": "^7.0.1",
"lucide-react": "^0.453.0", "lucide-react": "^0.454.0",
"next": "14.2.16", "next": "14.2.16",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",