From 8cb8e27a95a6d46f2b4ced12eab21d1d16252325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 22:00:44 +0000 Subject: [PATCH] Bump react-calendar from 3.2.0 to 3.2.1 Bumps [react-calendar](https://github.com/wojtekmaj/react-calendar) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/wojtekmaj/react-calendar/releases) - [Commits](https://github.com/wojtekmaj/react-calendar/compare/v3.2.0...v3.2.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55f3547..28f29b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9449,9 +9449,9 @@ } }, "react-calendar": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-3.2.0.tgz", - "integrity": "sha512-P00Vq3YhGZVqFRlzthET9liQgoSJYF5thGMNskrhKrR7UF+35r/mkILsgYi9rxS026oylnlA/VaeH8AD79ORpA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-3.2.1.tgz", + "integrity": "sha512-nuS2o4FLGdVSNLniP3JatbYDSgp4hVRG2lWFmhx79qwm+XawmziF3aOjixCW6pxdBU36CagvGaGukKTfPfOOwg==", "requires": { "@wojtekmaj/date-utils": "^1.0.2", "get-user-locale": "^1.2.0", diff --git a/package.json b/package.json index bbca581..506d2d4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "next-iron-session": "^4.1.10", "p-retry": "^4.2.0", "react": "^17.0.1", - "react-calendar": "^3.2.0", + "react-calendar": "^3.2.1", "react-dom": "^17.0.1", "ts-jest": "^26.4.4", "uuid": "^8.3.1"