1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Merge pull request #10096 from WWBN/dependabot/npm_and_yarn/fullcalendar/timeline-6.1.18

Bump @fullcalendar/timeline from 6.1.17 to 6.1.18
This commit is contained in:
Daniel Neto 2025-06-30 08:28:59 -03:00 committed by GitHub
commit 77c9f35ee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 20 deletions

35
package-lock.json generated
View file

@ -11,7 +11,7 @@
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/list": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.17",
"@fullcalendar/timeline": "^6.1.17",
"@fullcalendar/timeline": "^6.1.18",
"@silvermine/videojs-airplay": "^1.3.0",
"@silvermine/videojs-chromecast": "^1.5.0",
"animate.css": "^4.1.1",
@ -193,24 +193,22 @@
}
},
"node_modules/@fullcalendar/premium-common": {
"version": "6.1.17",
"resolved": "https://registry.npmjs.org/@fullcalendar/premium-common/-/premium-common-6.1.17.tgz",
"integrity": "sha512-zoN7fMwGMcP6Xu+2YudRAGfdwD2J+V+A/xAieXgYDSZT+5ekCsjZiwb2rmvthjt+HVnuZcqs6sGp7rnJ8Ie/mA==",
"license": "SEE LICENSE IN LICENSE.md",
"version": "6.1.18",
"resolved": "https://registry.npmjs.org/@fullcalendar/premium-common/-/premium-common-6.1.18.tgz",
"integrity": "sha512-/EUtCOgdrZZss+xtEPAWRkZVCayFiqUx4SHQHBurloWdNp0Krro2xW7G1qNM8f4Qcg/0wwtK7GmOROcom0oFgg==",
"peerDependencies": {
"@fullcalendar/core": "~6.1.17"
"@fullcalendar/core": "~6.1.18"
}
},
"node_modules/@fullcalendar/scrollgrid": {
"version": "6.1.17",
"resolved": "https://registry.npmjs.org/@fullcalendar/scrollgrid/-/scrollgrid-6.1.17.tgz",
"integrity": "sha512-lzphEKwxWMS4xQVEuimzZjKFLijlSn49ExvzkYZls0VLDwOa3BYHcRlDJBjQ0LP6kauz9aatg3MfRIde/LAazA==",
"license": "SEE LICENSE IN LICENSE.md",
"version": "6.1.18",
"resolved": "https://registry.npmjs.org/@fullcalendar/scrollgrid/-/scrollgrid-6.1.18.tgz",
"integrity": "sha512-5LASFSeUlWDrnmWo7zgEJFE85ytSxjIQuG/qLd+P1llUgrYgaOL2+r8ZXSmSKUAvhuIoUlguIvn2b4METvs8BA==",
"dependencies": {
"@fullcalendar/premium-common": "~6.1.17"
"@fullcalendar/premium-common": "~6.1.18"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.17"
"@fullcalendar/core": "~6.1.18"
}
},
"node_modules/@fullcalendar/timegrid": {
@ -226,16 +224,15 @@
}
},
"node_modules/@fullcalendar/timeline": {
"version": "6.1.17",
"resolved": "https://registry.npmjs.org/@fullcalendar/timeline/-/timeline-6.1.17.tgz",
"integrity": "sha512-UhL2OOph/S0cEKs3lzbXjS2gTxmQwaNug2XFjdljvO/ERj10v7OBXj/zvJrPyhjvWR/CSgjNgBaUpngkCu4JtQ==",
"license": "SEE LICENSE IN LICENSE.md",
"version": "6.1.18",
"resolved": "https://registry.npmjs.org/@fullcalendar/timeline/-/timeline-6.1.18.tgz",
"integrity": "sha512-ib3pQoXtX/OBgUGJhUzzpZhR/3Nvqx6r+H86dgHHlSobPl2jXKw3phtt9r8OL8fpxjNQjtX4+TEgpfqYq7s/fg==",
"dependencies": {
"@fullcalendar/premium-common": "~6.1.17",
"@fullcalendar/scrollgrid": "~6.1.17"
"@fullcalendar/premium-common": "~6.1.18",
"@fullcalendar/scrollgrid": "~6.1.18"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.17"
"@fullcalendar/core": "~6.1.18"
}
},
"node_modules/@hapi/boom": {

View file

@ -6,7 +6,7 @@
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/list": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.17",
"@fullcalendar/timeline": "^6.1.17",
"@fullcalendar/timeline": "^6.1.18",
"@silvermine/videojs-airplay": "^1.3.0",
"@silvermine/videojs-chromecast": "^1.5.0",
"animate.css": "^4.1.1",