Compare commits

...

2 Commits

Author SHA1 Message Date
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
ab235e19f8 chore(deps): update dependency @types/node to v20.17.5
All checks were successful
Lint / Lint (push) Successful in 39s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m13s
2024-11-02 00:03:09 +00:00
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@ -24,7 +24,7 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "20.17.1",
"@types/node": "20.17.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
@ -1865,9 +1865,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.17.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.1.tgz",
"integrity": "sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==",
"version": "20.17.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.5.tgz",
"integrity": "sha512-n8FYY/pRxu496441gIcAQFZPKXbhsd6VZygcq+PTSZ75eMh/Ke0hCAROdUa21qiFqKNsPPYic46yXDO1JGiPBQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -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"
}

View File

@ -25,7 +25,7 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "20.17.1",
"@types/node": "20.17.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",