Merge pull request #3087 from nextcloud/dependabot/npm_and_yarn/fullcalendar/list-5.7.0

Bump @fullcalendar/list from 5.6.0 to 5.7.0
This commit is contained in:
Christoph Wurst 2021-05-18 12:00:08 +02:00 committed by GitHub
commit bd4ef19c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View File

@ -3054,12 +3054,22 @@
}
},
"@fullcalendar/list": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-5.6.0.tgz",
"integrity": "sha512-cpMjW9yUGrKkkoTWBKgo6MWH5P3MWCs3HjFxZd79oeXUY1/6ltyM2rwlSwbV8cCfEUaO+ovsRWzyh0mvSpaGDA==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-5.7.0.tgz",
"integrity": "sha512-+EYUnWyjcCYppX52VRD4paaJx9c7ly8aCekGBKDsMbs3+KmgTbMEWNdoQKXJGE8Hn668x7OCo8RRZoT65YjTxQ==",
"requires": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
},
"dependencies": {
"@fullcalendar/common": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.7.0.tgz",
"integrity": "sha512-8zKa4q9cQ5xjuAyN0d8AlpCrEC9Kmar5Oq3iMcPbPIO2AtNXTvifzCG44VIgm3/skjDBZ/wYvjJyyB+4WdmT6g==",
"requires": {
"tslib": "^2.0.3"
}
}
}
},
"@fullcalendar/premium-common": {

View File

@ -38,7 +38,7 @@
"@fullcalendar/core": "5.6.0",
"@fullcalendar/daygrid": "5.7.0",
"@fullcalendar/interaction": "5.7.0",
"@fullcalendar/list": "5.6.0",
"@fullcalendar/list": "5.7.0",
"@fullcalendar/resource-timeline": "5.6.0",
"@fullcalendar/timegrid": "5.6.0",
"@fullcalendar/vue": "5.6.0",