Bump react-calendar from 3.3.0 to 3.3.1

Bumps [react-calendar](https://github.com/wojtekmaj/react-calendar) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/wojtekmaj/react-calendar/releases)
- [Commits](https://github.com/wojtekmaj/react-calendar/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-24 22:23:41 +00:00
committed by Thomas Ruoff
parent 1c75ea616c
commit 03eab2e8ae
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -7070,9 +7070,9 @@
"optional": true
},
"merge-class-names": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/merge-class-names/-/merge-class-names-1.3.0.tgz",
"integrity": "sha512-k0Qaj36VBpKgdc8c188LEZvo6v/zzry/FUufwopWbMSp6/knfVFU/KIB55/hJjeIpg18IH2WskXJCRnM/1BrdQ=="
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/merge-class-names/-/merge-class-names-1.4.0.tgz",
"integrity": "sha512-xNdBM7s+6uD+vNZJEymqrFbMBCDGzoA8clZTcj2F1XIy1QQKF+wjFVv7iDZFfdCBnViTdt54A4Ye2lmBsXrBjQ=="
},
"merge-stream": {
"version": "2.0.0",
@@ -9100,9 +9100,9 @@
}
},
"react-calendar": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-3.3.0.tgz",
"integrity": "sha512-Mdzchiidfch0Bfqg+7oQ938PRrHJKK9aMCDdfDmJ5+0qhmvonvaMn1mDHq9ppCpjdrqYXmnUW+7C6PhrhJ14ZQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-3.3.1.tgz",
"integrity": "sha512-iDIrhE0ABz3mChAIvA+5d2UtQGEb5oaUpLiEbrRdWHBYb45MhsbO59pG9HIy2uTdHkBF/nvzRV2JBmMfdg/0Qg==",
"requires": {
"@wojtekmaj/date-utils": "^1.0.2",
"get-user-locale": "^1.2.0",

View File

@@ -18,7 +18,7 @@
"next-iron-session": "^4.1.10",
"p-retry": "^4.2.0",
"react": "^17.0.1",
"react-calendar": "^3.3.0",
"react-calendar": "^3.3.1",
"react-dom": "^17.0.1",
"ts-jest": "^26.4.4",
"uuid": "^8.3.2"