Update dependency react-calendar to v4.8.0

This commit is contained in:
renovate[bot]
2024-01-09 15:18:01 +00:00
parent 1b2c95d71b
commit e9c05ef2d6
2 changed files with 14 additions and 11 deletions

23
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.7.0",
"react-calendar": "4.8.0",
"react-dom": "18.2.0",
"uuid": "9.0.1"
},
@@ -11328,15 +11328,15 @@
}
},
"node_modules/react-calendar": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-4.7.0.tgz",
"integrity": "sha512-Sb+oRRbwBo1bzDByIEqMCXOh5JwklLPn3inibzvLKKXDokHo23rqtH2A9vz8LxNMJpzuPjGJ4OSuOJyhia3x5g==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-4.8.0.tgz",
"integrity": "sha512-qFgwo+p58sgv1QYMI1oGNaop90eJVKuHTZ3ZgBfrrpUb+9cAexxsKat0sAszgsizPMVo7vOXedV7Lqa0GQGMvA==",
"dependencies": {
"@wojtekmaj/date-utils": "^1.1.3",
"clsx": "^2.0.0",
"get-user-locale": "^2.2.1",
"prop-types": "^15.6.0",
"tiny-warning": "^1.0.0"
"warning": "^4.0.0"
},
"funding": {
"url": "https://github.com/wojtekmaj/react-calendar?sponsor=1"
@@ -12268,11 +12268,6 @@
"globrex": "^0.1.2"
}
},
"node_modules/tiny-warning": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
"integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
},
"node_modules/tmpl": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
@@ -12855,6 +12850,14 @@
"makeerror": "1.0.12"
}
},
"node_modules/warning": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
"integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
"dependencies": {
"loose-envify": "^1.0.0"
}
},
"node_modules/watchpack": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",

View File

@@ -26,7 +26,7 @@
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-calendar": "4.7.0",
"react-calendar": "4.8.0",
"react-dom": "18.2.0",
"uuid": "9.0.1"
},