diff --git a/package-lock.json b/package-lock.json index 8583d4d..1c34d69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "next-axiom": "^1.9.1", "nodemailer": "^6.10.0", "react": "18.3.1", - "react-calendar": "5.0.0", + "react-calendar": "5.1.0", "react-dom": "18.3.1", "uuid": "10.0.0" }, @@ -12129,9 +12129,10 @@ } }, "node_modules/react-calendar": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-5.0.0.tgz", - "integrity": "sha512-bHcE5e5f+VUKLd4R19BGkcSQLpuwjKBVG0fKz74cwPW5xDfNsReHdDbfd4z3mdjuUuZzVtw4Q920mkwK5/ZOEg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-5.1.0.tgz", + "integrity": "sha512-09o/rQHPZGEi658IXAJtWfra1N69D1eFnuJ3FQm9qUVzlzNnos1+GWgGiUeSs22QOpNm32aoVFOimq0p3Ug9Eg==", + "license": "MIT", "dependencies": { "@wojtekmaj/date-utils": "^1.1.3", "clsx": "^2.0.0", diff --git a/package.json b/package.json index 547c7ac..ab9168d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "next-axiom": "^1.9.1", "nodemailer": "^6.10.0", "react": "18.3.1", - "react-calendar": "5.0.0", + "react-calendar": "5.1.0", "react-dom": "18.3.1", "uuid": "10.0.0" },