Bump @fullcalendar/list from 5.6.0 to 5.7.0

Bumps [@fullcalendar/list](https://github.com/fullcalendar/fullcalendar) from 5.6.0 to 5.7.0.
- [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/v5.6.0...v5.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-18 07:35:28 +00:00 committed by GitHub
parent 5af77fb1f2
commit 12d017ec60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 12 deletions

30
package-lock.json generated
View File

@ -3075,12 +3075,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": {
@ -16328,9 +16338,9 @@
}
},
"vue-loader": {
"version": "15.9.6",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.9.6.tgz",
"integrity": "sha512-j0cqiLzwbeImIC6nVIby2o/ABAWhlppyL/m5oJ67R5MloP0hj/DtFgb0Zmq3J9CG7AJ+AXIvHVnJAPBvrLyuDg==",
"version": "15.9.7",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.9.7.tgz",
"integrity": "sha512-qzlsbLV1HKEMf19IqCJqdNvFJRCI58WNbS6XbPqK13MrLz65es75w392MSQ5TsARAfIjUw+ATm3vlCXUJSOH9Q==",
"dev": true,
"requires": {
"@vue/component-compiler-utils": "^3.1.0",
@ -16370,9 +16380,9 @@
}
},
"vue-style-loader": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.2.tgz",
"integrity": "sha512-0ip8ge6Gzz/Bk0iHovU9XAUQaFt/G2B61bnWa2tCcqqdgfHs1lF9xXorFbE55Gmy92okFT+8bfmySuUOu13vxQ==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz",
"integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==",
"dev": true,
"requires": {
"hash-sum": "^1.0.2",

View File

@ -38,7 +38,7 @@
"@fullcalendar/core": "5.6.0",
"@fullcalendar/daygrid": "5.6.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",
@ -119,7 +119,7 @@
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^4.1.1",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.6",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.0",