Bump @fullcalendar/bootstrap from 4.4.2 to 5.3.1 (#3003)

Bumps [@fullcalendar/bootstrap](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.1.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v4.4.2...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3007/head
dependabot[bot] 2020-09-21 11:08:45 +02:00 committed by GitHub
parent 432be77df0
commit 7c8f45ebcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 4 deletions

23
package-lock.json generated
View File

@ -1181,9 +1181,21 @@
"integrity": "sha512-OfdMsF+ZQgdKHP9jUbmDcRrP0eX90XXrsXIdyjLbkmSBzmMXPABB8eobUJtivaupucYaByz6WNe1PI1JuYm3qA==" "integrity": "sha512-OfdMsF+ZQgdKHP9jUbmDcRrP0eX90XXrsXIdyjLbkmSBzmMXPABB8eobUJtivaupucYaByz6WNe1PI1JuYm3qA=="
}, },
"@fullcalendar/bootstrap": { "@fullcalendar/bootstrap": {
"version": "4.4.2", "version": "5.3.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/bootstrap/-/bootstrap-4.4.2.tgz", "resolved": "https://registry.npmjs.org/@fullcalendar/bootstrap/-/bootstrap-5.3.1.tgz",
"integrity": "sha512-zxtQvpZqr7zeBCfszo/i1e4zCvGwLh2zOp8J6Wxw5s73HsB1zuftWop7sPO+qhRrhX5MdM9i/wr8/nNY8BZSmw==" "integrity": "sha512-RFh4NAUMfxvCYztU8IEFwRUT76ao5PYXVzuHsw4RLNVNTr8gandmOjXyQVKhGK4DLB0qnDBeeCwIkeyE7unXNQ==",
"requires": {
"@fullcalendar/common": "~5.3.1",
"tslib": "^2.0.0"
}
},
"@fullcalendar/common": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.3.1.tgz",
"integrity": "sha512-2PREEpiFQSDN5MNdoD/OkpJ+d7FPtN2TwTJMsuq3fTjmj3nM+utrxBmUr9a2F6WWW1X+xGU5nHQA52vhqIiQOQ==",
"requires": {
"tslib": "^2.0.0"
}
}, },
"@fullcalendar/core": { "@fullcalendar/core": {
"version": "4.4.2", "version": "4.4.2",
@ -11128,6 +11140,11 @@
} }
} }
}, },
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ=="
},
"tunnel-agent": { "tunnel-agent": {
"version": "0.6.0", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",

View File

@ -68,7 +68,7 @@
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0", "@fortawesome/fontawesome-free": "^5.14.0",
"@fullcalendar/bootstrap": "^4.4.2", "@fullcalendar/bootstrap": "^5.3.1",
"@fullcalendar/core": "^4.4.2", "@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2", "@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^4.4.2", "@fullcalendar/interaction": "^4.4.2",