Update dependency react-calendar to v4.7.0

This commit is contained in:
renovate[bot]
2023-12-09 21:46:03 +00:00
parent cb750b2ad2
commit 5db3c17f5c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-calendar": "4.6.1",
"react-calendar": "4.7.0",
"react-dom": "18.2.0",
"uuid": "9.0.1"
},
@@ -11327,9 +11327,9 @@
}
},
"node_modules/react-calendar": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-4.6.1.tgz",
"integrity": "sha512-MvCPdvxEvq7wICBhFxlYwxS2+IsVvSjTcmlr0Kl3yDRVhoX7btNg0ySJx5hy9rb1eaM4nDpzQcW5c87nfQ8n8w==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-4.7.0.tgz",
"integrity": "sha512-Sb+oRRbwBo1bzDByIEqMCXOh5JwklLPn3inibzvLKKXDokHo23rqtH2A9vz8LxNMJpzuPjGJ4OSuOJyhia3x5g==",
"dependencies": {
"@wojtekmaj/date-utils": "^1.1.3",
"clsx": "^2.0.0",