From f132436af3c90cff8dcef852bd836546311036f3 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 7 May 2020 21:48:26 +0000 Subject: composer updates 2 --- composer.lock | 167 +- .../jquery-file-upload/.github/workflows/test.yml | 10 +- vendor/blueimp/jquery-file-upload/README.md | 2 +- vendor/blueimp/jquery-file-upload/SECURITY.md | 2 +- .../blueimp/jquery-file-upload/VULNERABILITIES.md | 6 +- .../jquery-file-upload/cors/postmessage.html | 10 +- vendor/blueimp/jquery-file-upload/index.html | 78 +- .../js/cors/jquery.postmessage-transport.js | 22 +- .../js/cors/jquery.xdr-transport.js | 16 +- vendor/blueimp/jquery-file-upload/js/demo.js | 10 +- .../js/jquery.fileupload-audio.js | 8 +- .../js/jquery.fileupload-image.js | 80 +- .../js/jquery.fileupload-process.js | 48 +- .../jquery-file-upload/js/jquery.fileupload-ui.js | 202 +- .../js/jquery.fileupload-validate.js | 6 +- .../js/jquery.fileupload-video.js | 8 +- .../jquery-file-upload/js/jquery.fileupload.js | 294 +- .../js/jquery.iframe-transport.js | 66 +- .../js/vendor/jquery.ui.widget.js | 742 +++-- .../blueimp/jquery-file-upload/package-lock.json | 3179 +++++++----------- vendor/blueimp/jquery-file-upload/package.json | 23 +- .../server/php/UploadHandler.php | 141 +- vendor/blueimp/jquery-file-upload/test/unit.js | 297 +- .../jquery-file-upload/test/vendor/mocha.css | 1 - .../jquery-file-upload/test/vendor/mocha.js | 862 ++--- .../blueimp/jquery-file-upload/wdio/.prettierrc.js | 4 +- .../jquery-file-upload/wdio/assets/black-80x60.gif | Bin 108 -> 0 bytes .../jquery-file-upload/wdio/assets/white-1x2.jpg | Bin 713 -> 0 bytes .../jquery-file-upload/wdio/bin/safaridriver.sh | 9 +- vendor/blueimp/jquery-file-upload/wdio/chrome.js | 40 - vendor/blueimp/jquery-file-upload/wdio/firefox.js | 25 - .../blueimp/jquery-file-upload/wdio/hooks/index.js | 9 +- vendor/blueimp/jquery-file-upload/wdio/ie.js | 24 - vendor/blueimp/jquery-file-upload/wdio/safari.js | 24 - .../wdio/test/pages/file-upload.js | 15 +- .../wdio/test/specs/01-file-upload.js | 4 +- .../blueimp/jquery-file-upload/wdio/wdio.conf.js | 5 +- vendor/composer/autoload_classmap.php | 14 +- vendor/composer/autoload_real.php | 3 + vendor/composer/autoload_static.php | 14 +- vendor/composer/installed.json | 188 +- vendor/psr/log/.gitignore | 1 - vendor/psr/log/Psr/Log/LoggerInterface.php | 38 +- vendor/ramsey/uuid/CHANGELOG.md | 20 +- vendor/ramsey/uuid/LICENSE | 2 +- .../uuid/src/Codec/TimestampFirstCombCodec.php | 2 +- .../uuid/src/Converter/TimeConverterInterface.php | 2 +- vendor/ramsey/uuid/src/DegradedUuid.php | 2 +- vendor/ramsey/uuid/src/Uuid.php | 6 +- vendor/sabre/dav/.gitignore | 11 +- vendor/sabre/dav/.php_cs.dist | 2 +- vendor/sabre/dav/.travis.yml | 37 +- vendor/sabre/dav/CHANGELOG.md | 6 + vendor/sabre/dav/README.md | 2 +- vendor/sabre/dav/composer.json | 38 +- .../dav/lib/CalDAV/Backend/AbstractBackend.php | 8 +- .../dav/lib/CalDAV/Backend/BackendInterface.php | 6 +- .../dav/lib/CalDAV/Backend/NotificationSupport.php | 3 +- vendor/sabre/dav/lib/CalDAV/Backend/PDO.php | 9 +- vendor/sabre/dav/lib/CalDAV/Backend/SimplePDO.php | 3 - .../dav/lib/CalDAV/Backend/SubscriptionSupport.php | 1 - vendor/sabre/dav/lib/CalDAV/Calendar.php | 7 +- vendor/sabre/dav/lib/CalDAV/CalendarHome.php | 4 +- vendor/sabre/dav/lib/CalDAV/CalendarObject.php | 4 - .../dav/lib/CalDAV/CalendarQueryValidator.php | 20 +- vendor/sabre/dav/lib/CalDAV/CalendarRoot.php | 6 +- .../lib/CalDAV/Exception/InvalidComponentType.php | 3 - vendor/sabre/dav/lib/CalDAV/ICSExportPlugin.php | 21 +- .../dav/lib/CalDAV/ICalendarObjectContainer.php | 2 - .../dav/lib/CalDAV/Notifications/Collection.php | 3 +- vendor/sabre/dav/lib/CalDAV/Notifications/Node.php | 4 +- .../sabre/dav/lib/CalDAV/Notifications/Plugin.php | 8 - vendor/sabre/dav/lib/CalDAV/Plugin.php | 37 +- .../sabre/dav/lib/CalDAV/Principal/Collection.php | 2 - .../sabre/dav/lib/CalDAV/Principal/ProxyRead.php | 5 - .../sabre/dav/lib/CalDAV/Principal/ProxyWrite.php | 5 - .../sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php | 3 +- vendor/sabre/dav/lib/CalDAV/Schedule/Inbox.php | 5 +- vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php | 36 +- .../dav/lib/CalDAV/Schedule/SchedulingObject.php | 3 - vendor/sabre/dav/lib/CalDAV/SharingPlugin.php | 14 +- .../sabre/dav/lib/CalDAV/Subscriptions/Plugin.php | 5 - .../dav/lib/CalDAV/Subscriptions/Subscription.php | 5 - .../dav/lib/CalDAV/Xml/Filter/CalendarData.php | 2 - .../sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php | 2 - .../dav/lib/CalDAV/Xml/Filter/ParamFilter.php | 2 - .../sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php | 2 - .../dav/lib/CalDAV/Xml/Notification/Invite.php | 4 - .../lib/CalDAV/Xml/Notification/InviteReply.php | 6 - .../Xml/Notification/NotificationInterface.php | 2 - .../lib/CalDAV/Xml/Notification/SystemStatus.php | 4 - .../CalDAV/Xml/Property/AllowedSharingModes.php | 2 - .../lib/CalDAV/Xml/Property/EmailAddressSet.php | 4 - .../sabre/dav/lib/CalDAV/Xml/Property/Invite.php | 2 - .../CalDAV/Xml/Property/ScheduleCalendarTransp.php | 4 - .../Xml/Property/SupportedCalendarComponentSet.php | 6 - .../CalDAV/Xml/Property/SupportedCalendarData.php | 2 - .../CalDAV/Xml/Property/SupportedCollationSet.php | 2 - .../CalDAV/Xml/Request/CalendarMultiGetReport.php | 2 - .../lib/CalDAV/Xml/Request/CalendarQueryReport.php | 2 - .../lib/CalDAV/Xml/Request/FreeBusyQueryReport.php | 2 - .../dav/lib/CalDAV/Xml/Request/InviteReply.php | 2 - .../dav/lib/CalDAV/Xml/Request/MkCalendar.php | 2 - vendor/sabre/dav/lib/CalDAV/Xml/Request/Share.php | 2 - vendor/sabre/dav/lib/CardDAV/AddressBook.php | 5 - vendor/sabre/dav/lib/CardDAV/AddressBookHome.php | 4 +- vendor/sabre/dav/lib/CardDAV/AddressBookRoot.php | 6 +- .../dav/lib/CardDAV/Backend/AbstractBackend.php | 1 - .../dav/lib/CardDAV/Backend/BackendInterface.php | 5 +- vendor/sabre/dav/lib/CardDAV/Backend/PDO.php | 7 +- vendor/sabre/dav/lib/CardDAV/Card.php | 4 - vendor/sabre/dav/lib/CardDAV/Plugin.php | 37 +- vendor/sabre/dav/lib/CardDAV/VCFExportPlugin.php | 7 - .../dav/lib/CardDAV/Xml/Filter/AddressData.php | 2 - .../dav/lib/CardDAV/Xml/Filter/ParamFilter.php | 2 - .../dav/lib/CardDAV/Xml/Filter/PropFilter.php | 2 - .../CardDAV/Xml/Property/SupportedAddressData.php | 4 - .../CardDAV/Xml/Property/SupportedCollationSet.php | 2 - .../Xml/Request/AddressBookMultiGetReport.php | 2 - .../CardDAV/Xml/Request/AddressBookQueryReport.php | 2 - .../dav/lib/DAV/Auth/Backend/AbstractBasic.php | 6 - .../dav/lib/DAV/Auth/Backend/AbstractBearer.php | 6 - .../dav/lib/DAV/Auth/Backend/AbstractDigest.php | 6 - vendor/sabre/dav/lib/DAV/Auth/Backend/Apache.php | 6 - .../dav/lib/DAV/Auth/Backend/BackendInterface.php | 6 - .../dav/lib/DAV/Auth/Backend/BasicCallBack.php | 2 - vendor/sabre/dav/lib/DAV/Auth/Backend/PDO.php | 2 - vendor/sabre/dav/lib/DAV/Auth/Plugin.php | 13 - .../sabre/dav/lib/DAV/Browser/GuessContentType.php | 5 - vendor/sabre/dav/lib/DAV/Browser/HtmlOutput.php | 2 - .../sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php | 1 - .../sabre/dav/lib/DAV/Browser/MapGetToPropFind.php | 5 - vendor/sabre/dav/lib/DAV/Browser/Plugin.php | 17 +- vendor/sabre/dav/lib/DAV/Client.php | 6 - vendor/sabre/dav/lib/DAV/CorePlugin.php | 50 +- vendor/sabre/dav/lib/DAV/Exception.php | 5 - .../dav/lib/DAV/Exception/ConflictingLock.php | 3 - .../dav/lib/DAV/Exception/InvalidResourceType.php | 3 - .../dav/lib/DAV/Exception/InvalidSyncToken.php | 3 - .../DAV/Exception/LockTokenMatchesRequestUri.php | 3 - vendor/sabre/dav/lib/DAV/Exception/Locked.php | 3 - .../dav/lib/DAV/Exception/MethodNotAllowed.php | 2 - .../dav/lib/DAV/Exception/PreconditionFailed.php | 3 - .../dav/lib/DAV/Exception/ReportNotSupported.php | 3 - .../sabre/dav/lib/DAV/Exception/TooManyMatches.php | 3 - vendor/sabre/dav/lib/DAV/IExtendedCollection.php | 1 - vendor/sabre/dav/lib/DAV/IProperties.php | 2 - .../dav/lib/DAV/Locks/Backend/BackendInterface.php | 6 +- vendor/sabre/dav/lib/DAV/Locks/Backend/File.php | 8 +- vendor/sabre/dav/lib/DAV/Locks/Backend/PDO.php | 8 +- vendor/sabre/dav/lib/DAV/Locks/Plugin.php | 24 +- vendor/sabre/dav/lib/DAV/Mount/Plugin.php | 8 +- vendor/sabre/dav/lib/DAV/PartialUpdate/Plugin.php | 7 - vendor/sabre/dav/lib/DAV/PropFind.php | 1 - vendor/sabre/dav/lib/DAV/PropPatch.php | 9 +- .../PropertyStorage/Backend/BackendInterface.php | 6 +- .../dav/lib/DAV/PropertyStorage/Backend/PDO.php | 8 +- .../sabre/dav/lib/DAV/PropertyStorage/Plugin.php | 10 +- vendor/sabre/dav/lib/DAV/Server.php | 30 +- vendor/sabre/dav/lib/DAV/ServerPlugin.php | 2 - vendor/sabre/dav/lib/DAV/Sharing/Plugin.php | 12 - vendor/sabre/dav/lib/DAV/SimpleCollection.php | 2 - vendor/sabre/dav/lib/DAV/Sync/Plugin.php | 15 +- .../dav/lib/DAV/TemporaryFileFilterPlugin.php | 30 +- vendor/sabre/dav/lib/DAV/Tree.php | 6 +- vendor/sabre/dav/lib/DAV/Version.php | 2 +- vendor/sabre/dav/lib/DAV/Xml/Element/Prop.php | 4 - vendor/sabre/dav/lib/DAV/Xml/Element/Response.php | 5 - vendor/sabre/dav/lib/DAV/Xml/Element/Sharee.php | 6 - vendor/sabre/dav/lib/DAV/Xml/Property/Complex.php | 2 - .../dav/lib/DAV/Xml/Property/GetLastModified.php | 4 - vendor/sabre/dav/lib/DAV/Xml/Property/Href.php | 6 - vendor/sabre/dav/lib/DAV/Xml/Property/Invite.php | 2 - .../dav/lib/DAV/Xml/Property/LockDiscovery.php | 2 - .../dav/lib/DAV/Xml/Property/ResourceType.php | 4 - .../sabre/dav/lib/DAV/Xml/Property/ShareAccess.php | 4 - .../dav/lib/DAV/Xml/Property/SupportedLock.php | 2 - .../lib/DAV/Xml/Property/SupportedMethodSet.php | 4 - .../lib/DAV/Xml/Property/SupportedReportSet.php | 4 - vendor/sabre/dav/lib/DAV/Xml/Request/Lock.php | 2 - vendor/sabre/dav/lib/DAV/Xml/Request/MkCol.php | 2 - vendor/sabre/dav/lib/DAV/Xml/Request/PropFind.php | 2 - vendor/sabre/dav/lib/DAV/Xml/Request/PropPatch.php | 4 - .../dav/lib/DAV/Xml/Request/ShareResource.php | 2 - .../lib/DAV/Xml/Request/SyncCollectionReport.php | 2 - .../sabre/dav/lib/DAV/Xml/Response/MultiStatus.php | 4 - vendor/sabre/dav/lib/DAVACL/ACLTrait.php | 2 - .../dav/lib/DAVACL/AbstractPrincipalCollection.php | 7 +- .../sabre/dav/lib/DAVACL/Exception/AceConflict.php | 3 - .../dav/lib/DAVACL/Exception/NeedPrivileges.php | 4 - .../sabre/dav/lib/DAVACL/Exception/NoAbstract.php | 3 - .../DAVACL/Exception/NotRecognizedPrincipal.php | 3 - .../lib/DAVACL/Exception/NotSupportedPrivilege.php | 3 - vendor/sabre/dav/lib/DAVACL/FS/HomeCollection.php | 7 +- vendor/sabre/dav/lib/DAVACL/IACL.php | 2 - vendor/sabre/dav/lib/DAVACL/IPrincipal.php | 2 - .../sabre/dav/lib/DAVACL/IPrincipalCollection.php | 1 - vendor/sabre/dav/lib/DAVACL/Plugin.php | 30 +- vendor/sabre/dav/lib/DAVACL/Principal.php | 7 - .../DAVACL/PrincipalBackend/BackendInterface.php | 5 +- .../PrincipalBackend/CreatePrincipalSupport.php | 1 - .../sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php | 9 +- .../sabre/dav/lib/DAVACL/PrincipalCollection.php | 3 - vendor/sabre/dav/lib/DAVACL/Xml/Property/Acl.php | 12 +- .../lib/DAVACL/Xml/Property/AclRestrictions.php | 2 - .../Xml/Property/CurrentUserPrivilegeSet.php | 8 - .../dav/lib/DAVACL/Xml/Property/Principal.php | 6 - .../DAVACL/Xml/Property/SupportedPrivilegeSet.php | 7 - .../Xml/Request/AclPrincipalPropSetReport.php | 2 - .../DAVACL/Xml/Request/ExpandPropertyReport.php | 2 - .../DAVACL/Xml/Request/PrincipalMatchReport.php | 2 - .../Xml/Request/PrincipalPropertySearchReport.php | 2 - .../Request/PrincipalSearchPropertySetReport.php | 2 - vendor/sabre/dav/phpstan.neon | 1 - .../tests/Sabre/CalDAV/Backend/AbstractPDOTest.php | 46 +- .../sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php | 4 +- .../dav/tests/Sabre/CalDAV/CalendarObjectTest.php | 26 +- .../sabre/dav/tests/Sabre/CalDAV/CalendarTest.php | 20 +- .../CalDAV/ExpandEventsDTSTARTandDTENDTest.php | 1 - .../dav/tests/Sabre/CalDAV/FreeBusyReportTest.php | 14 +- .../dav/tests/Sabre/CalDAV/ICSExportPluginTest.php | 2 +- .../Sabre/CalDAV/Notifications/CollectionTest.php | 4 +- .../tests/Sabre/CalDAV/Notifications/NodeTest.php | 4 +- vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php | 6 +- .../tests/Sabre/CalDAV/Principal/ProxyReadTest.php | 8 +- .../dav/tests/Sabre/CalDAV/Principal/UserTest.php | 16 +- .../dav/tests/Sabre/CalDAV/SharingPluginTest.php | 15 +- vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php | 83 - .../dav/tests/Sabre/CalDAV/ValidateICalTest.php | 9 +- .../dav/tests/Sabre/CardDAV/AbstractPluginTest.php | 2 +- .../tests/Sabre/CardDAV/AddressBookQueryTest.php | 3 - .../dav/tests/Sabre/CardDAV/AddressBookTest.php | 18 +- .../Sabre/CardDAV/Backend/AbstractPDOTest.php | 8 +- .../sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php | 3 +- vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php | 6 +- .../sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php | 2 - vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php | 63 - .../dav/tests/Sabre/CardDAV/VCFExportTest.php | 4 +- .../dav/tests/Sabre/CardDAV/ValidateFilterTest.php | 4 +- .../dav/tests/Sabre/CardDAV/ValidateVCardTest.php | 4 +- .../sabre/dav/tests/Sabre/DAV/AbstractServer.php | 4 +- .../Sabre/DAV/Auth/Backend/AbstractDigestTest.php | 4 +- .../Sabre/DAV/Auth/Backend/AbstractPDOTest.php | 2 +- .../dav/tests/Sabre/DAV/Auth/Backend/FileTest.php | 6 +- .../dav/tests/Sabre/DAV/Auth/Backend/Mock.php | 6 - .../sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php | 8 +- vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php | 28 +- .../Sabre/DAV/Browser/GuessContentTypeTest.php | 5 +- .../Sabre/DAV/Browser/MapGetToPropFindTest.php | 4 +- .../dav/tests/Sabre/DAV/Browser/PluginTest.php | 4 +- vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php | 16 +- .../sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php | 6 +- .../sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php | 2 - vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php | 4 +- .../dav/tests/Sabre/DAV/Locks/Backend/FileTest.php | 4 +- .../sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php | 5 +- .../sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php | 8 +- .../sabre/dav/tests/Sabre/DAV/Mock/Collection.php | 8 +- .../sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php | 4 +- .../sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php | 6 +- .../tests/Sabre/DAV/PartialUpdate/PluginTest.php | 4 +- .../Sabre/DAV/PartialUpdate/SpecificationTest.php | 4 +- .../sabre/dav/tests/Sabre/DAV/ServerEventsTest.php | 2 - .../sabre/dav/tests/Sabre/DAV/ServerPluginTest.php | 5 +- .../dav/tests/Sabre/DAV/ServerPreconditionTest.php | 283 -- .../sabre/dav/tests/Sabre/DAV/ServerPropsTest.php | 7 +- .../sabre/dav/tests/Sabre/DAV/ServerRangeTest.php | 4 +- .../sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php | 10 +- .../sabre/dav/tests/Sabre/DAV/StringUtilTest.php | 8 +- .../tests/Sabre/DAV/TemporaryFileFilterTest.php | 2 +- vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php | 4 - .../sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php | 36 +- .../dav/tests/Sabre/DAVACL/AllowAccessTest.php | 2 +- .../dav/tests/Sabre/DAVACL/BlockAccessTest.php | 46 +- .../tests/Sabre/DAVACL/ExpandPropertiesTest.php | 2 - .../dav/tests/Sabre/DAVACL/PluginAdminTest.php | 5 +- .../Sabre/DAVACL/PluginUpdatePropertiesTest.php | 4 +- .../DAVACL/PrincipalBackend/AbstractPDOTest.php | 2 +- .../tests/Sabre/DAVACL/PrincipalBackend/Mock.php | 3 +- .../tests/Sabre/DAVACL/PrincipalCollectionTest.php | 2 +- .../Sabre/DAVACL/PrincipalPropertySearchTest.php | 2 - .../DAVACL/PrincipalSearchPropertySetTest.php | 2 - .../sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php | 8 +- .../dav/tests/Sabre/DAVACL/SimplePluginTest.php | 3 - vendor/sabre/dav/tests/Sabre/DAVServerTest.php | 17 +- vendor/sabre/dav/tests/bootstrap.php | 1 + vendor/sabre/event/.gitattributes | 2 - vendor/sabre/event/.gitignore | 14 - vendor/sabre/event/.travis.yml | 21 - vendor/sabre/event/CHANGELOG.md | 122 - vendor/sabre/event/README.md | 51 - vendor/sabre/event/_config.yml | 1 - vendor/sabre/event/composer.json | 6 +- vendor/sabre/event/lib/Emitter.php | 9 +- vendor/sabre/event/lib/EmitterInterface.php | 31 +- vendor/sabre/event/lib/EmitterTrait.php | 79 +- vendor/sabre/event/lib/EventEmitter.php | 9 +- vendor/sabre/event/lib/Loop/Loop.php | 147 +- vendor/sabre/event/lib/Loop/functions.php | 85 +- vendor/sabre/event/lib/Promise.php | 73 +- vendor/sabre/event/lib/Promise/functions.php | 53 +- .../event/lib/PromiseAlreadyResolvedException.php | 8 +- vendor/sabre/event/lib/Version.php | 13 +- vendor/sabre/event/lib/WildcardEmitter.php | 13 +- vendor/sabre/event/lib/WildcardEmitterTrait.php | 119 +- vendor/sabre/event/lib/coroutine.php | 52 +- vendor/sabre/event/phpunit.xml.dist | 18 - vendor/sabre/http/.gitignore | 7 +- vendor/sabre/http/.php_cs.dist | 2 +- vendor/sabre/http/.travis.yml | 6 +- vendor/sabre/http/CHANGELOG.md | 7 + vendor/sabre/http/composer.json | 10 +- vendor/sabre/http/lib/Client.php | 2 - vendor/sabre/http/lib/Message.php | 2 - vendor/sabre/http/lib/MessageDecoratorTrait.php | 2 - vendor/sabre/http/lib/MessageInterface.php | 2 - vendor/sabre/http/lib/ResponseDecorator.php | 2 - vendor/sabre/http/lib/Version.php | 2 +- vendor/sabre/http/lib/functions.php | 15 +- vendor/sabre/http/phpstan.neon | 1 - vendor/sabre/uri/.gitignore | 11 + vendor/sabre/uri/.php_cs.dist | 2 +- vendor/sabre/uri/composer.json | 5 +- vendor/sabre/uri/lib/Version.php | 2 +- vendor/sabre/uri/lib/functions.php | 25 +- vendor/sabre/uri/phpstan.neon | 1 - vendor/sabre/vobject/.gitignore | 6 +- vendor/sabre/vobject/.php_cs.dist | 2 +- vendor/sabre/vobject/.travis.yml | 25 +- vendor/sabre/vobject/CHANGELOG.md | 13 + vendor/sabre/vobject/composer.json | 12 +- vendor/sabre/vobject/lib/Cli.php | 12 +- vendor/sabre/vobject/lib/Component.php | 8 +- .../sabre/vobject/lib/Component/VAvailability.php | 3 - vendor/sabre/vobject/lib/Component/VCalendar.php | 158 +- vendor/sabre/vobject/lib/Component/VCard.php | 135 +- vendor/sabre/vobject/lib/Component/VEvent.php | 5 +- vendor/sabre/vobject/lib/Component/VFreeBusy.php | 3 - vendor/sabre/vobject/lib/Component/VJournal.php | 3 - vendor/sabre/vobject/lib/Component/VTodo.php | 3 - vendor/sabre/vobject/lib/Document.php | 4 +- vendor/sabre/vobject/lib/FreeBusyGenerator.php | 12 +- vendor/sabre/vobject/lib/ITip/Broker.php | 37 +- vendor/sabre/vobject/lib/Node.php | 2 - vendor/sabre/vobject/lib/PHPUnitAssertions.php | 5 +- vendor/sabre/vobject/lib/Parameter.php | 2 - vendor/sabre/vobject/lib/Parser/Json.php | 10 +- vendor/sabre/vobject/lib/Parser/MimeDir.php | 4 +- vendor/sabre/vobject/lib/Parser/XML.php | 22 +- .../vobject/lib/Parser/XML/Element/KeyValue.php | 2 +- vendor/sabre/vobject/lib/Property.php | 6 - vendor/sabre/vobject/lib/Property/Binary.php | 2 - vendor/sabre/vobject/lib/Property/Boolean.php | 4 +- vendor/sabre/vobject/lib/Property/FloatValue.php | 2 - .../vobject/lib/Property/ICalendar/DateTime.php | 22 +- .../vobject/lib/Property/ICalendar/Period.php | 2 - .../sabre/vobject/lib/Property/ICalendar/Recur.php | 2 - vendor/sabre/vobject/lib/Property/IntegerValue.php | 4 +- vendor/sabre/vobject/lib/Property/Text.php | 2 +- vendor/sabre/vobject/lib/Property/Time.php | 4 - vendor/sabre/vobject/lib/Property/Uri.php | 2 +- vendor/sabre/vobject/lib/Property/UtcOffset.php | 2 - vendor/sabre/vobject/lib/Property/VCard/Date.php | 2 - .../vobject/lib/Property/VCard/DateAndOrTime.php | 4 - vendor/sabre/vobject/lib/Recur/EventIterator.php | 2 - .../vobject/lib/Recur/NoInstancesException.php | 2 +- vendor/sabre/vobject/lib/Recur/RDateIterator.php | 5 +- vendor/sabre/vobject/lib/Recur/RRuleIterator.php | 18 +- vendor/sabre/vobject/lib/Settings.php | 2 +- vendor/sabre/vobject/lib/TimeZoneUtil.php | 2 +- vendor/sabre/vobject/lib/VCardConverter.php | 25 +- vendor/sabre/vobject/lib/Version.php | 2 +- vendor/sabre/vobject/lib/Writer.php | 7 +- vendor/sabre/vobject/phpstan.neon | 5 +- vendor/sabre/vobject/tests/bootstrap.php | 10 - vendor/sabre/vobject/tests/phpunit.xml | 9 +- vendor/sabre/xml/.gitignore | 16 +- vendor/sabre/xml/.php_cs.dist | 2 +- vendor/sabre/xml/.travis.yml | 27 +- vendor/sabre/xml/CHANGELOG.md | 12 + vendor/sabre/xml/composer.json | 5 +- vendor/sabre/xml/lib/ContextStackTrait.php | 2 +- vendor/sabre/xml/lib/Deserializer/functions.php | 43 +- vendor/sabre/xml/lib/Element/Uri.php | 2 +- vendor/sabre/xml/lib/Element/XmlFragment.php | 4 +- vendor/sabre/xml/lib/LibXMLException.php | 5 +- vendor/sabre/xml/lib/ParseException.php | 3 +- vendor/sabre/xml/lib/Reader.php | 11 +- vendor/sabre/xml/lib/Serializer/functions.php | 6 +- vendor/sabre/xml/lib/Service.php | 20 +- vendor/sabre/xml/lib/Version.php | 2 +- vendor/sabre/xml/lib/Writer.php | 2 - vendor/simplepie/simplepie/LICENSE.txt | 2 +- vendor/simplepie/simplepie/README.markdown | 4 +- vendor/simplepie/simplepie/autoloader.php | 6 +- vendor/simplepie/simplepie/composer.json | 4 +- vendor/simplepie/simplepie/library/SimplePie.php | 15 +- .../simplepie/library/SimplePie/Author.php | 6 +- .../simplepie/library/SimplePie/Cache.php | 6 +- .../simplepie/library/SimplePie/Cache/Base.php | 6 +- .../simplepie/library/SimplePie/Cache/DB.php | 6 +- .../simplepie/library/SimplePie/Cache/File.php | 6 +- .../simplepie/library/SimplePie/Cache/Memcache.php | 6 +- .../library/SimplePie/Cache/Memcached.php | 6 +- .../simplepie/library/SimplePie/Cache/MySQL.php | 6 +- .../simplepie/library/SimplePie/Caption.php | 6 +- .../simplepie/library/SimplePie/Category.php | 6 +- .../library/SimplePie/Content/Type/Sniffer.php | 6 +- .../simplepie/library/SimplePie/Copyright.php | 6 +- .../simplepie/simplepie/library/SimplePie/Core.php | 6 +- .../simplepie/library/SimplePie/Credit.php | 6 +- .../library/SimplePie/Decode/HTML/Entities.php | 6 +- .../simplepie/library/SimplePie/Enclosure.php | 6 +- .../simplepie/library/SimplePie/Exception.php | 6 +- .../simplepie/simplepie/library/SimplePie/File.php | 8 +- .../simplepie/library/SimplePie/HTTP/Parser.php | 6 +- .../simplepie/simplepie/library/SimplePie/IRI.php | 10 +- .../simplepie/simplepie/library/SimplePie/Item.php | 8 +- .../simplepie/library/SimplePie/Locator.php | 6 +- .../simplepie/simplepie/library/SimplePie/Misc.php | 6 +- .../simplepie/library/SimplePie/Net/IPv6.php | 8 +- .../simplepie/library/SimplePie/Parse/Date.php | 6 +- .../simplepie/library/SimplePie/Parser.php | 6 +- .../simplepie/library/SimplePie/Rating.php | 6 +- .../simplepie/library/SimplePie/Registry.php | 6 +- .../simplepie/library/SimplePie/Restriction.php | 6 +- .../simplepie/library/SimplePie/Sanitize.php | 6 +- .../simplepie/library/SimplePie/Source.php | 6 +- .../library/SimplePie/XML/Declaration/Parser.php | 6 +- .../simplepie/library/SimplePie/gzdecode.php | 6 +- vendor/smarty/smarty/README.md | 6 + vendor/smarty/smarty/change_log.txt | 3412 -------------------- vendor/smarty/smarty/composer.json | 3 +- .../smarty/demo/plugins/cacheresource.memcache.php | 22 +- vendor/smarty/smarty/error_reporting.ini | 1 - vendor/smarty/smarty/libs/Smarty.class.php | 2 +- .../sysplugins/smarty_internal_compile_assign.php | 2 +- .../sysplugins/smarty_internal_compile_foreach.php | 10 +- .../smarty_internal_method_registerplugin.php | 2 + .../smarty_internal_parsetree_template.php | 116 +- .../sysplugins/smarty_internal_parsetree_text.php | 29 +- .../sysplugins/smarty_internal_templatebase.php | 4 +- .../smarty_internal_templatecompilerbase.php | 146 +- .../sysplugins/smarty_internal_templatelexer.php | 12 +- .../sysplugins/smarty_internal_templateparser.php | 11 +- 445 files changed, 4362 insertions(+), 10238 deletions(-) delete mode 100644 vendor/blueimp/jquery-file-upload/wdio/assets/black-80x60.gif delete mode 100644 vendor/blueimp/jquery-file-upload/wdio/assets/white-1x2.jpg delete mode 100644 vendor/blueimp/jquery-file-upload/wdio/chrome.js delete mode 100644 vendor/blueimp/jquery-file-upload/wdio/firefox.js delete mode 100644 vendor/blueimp/jquery-file-upload/wdio/ie.js delete mode 100644 vendor/blueimp/jquery-file-upload/wdio/safari.js delete mode 100644 vendor/psr/log/.gitignore delete mode 100644 vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php delete mode 100644 vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php delete mode 100644 vendor/sabre/event/.gitattributes delete mode 100644 vendor/sabre/event/.gitignore delete mode 100644 vendor/sabre/event/.travis.yml delete mode 100644 vendor/sabre/event/CHANGELOG.md delete mode 100644 vendor/sabre/event/README.md delete mode 100644 vendor/sabre/event/_config.yml delete mode 100644 vendor/sabre/event/phpunit.xml.dist delete mode 100644 vendor/smarty/smarty/change_log.txt delete mode 100644 vendor/smarty/smarty/error_reporting.ini diff --git a/composer.lock b/composer.lock index 5e2f5932f..cd4209f1d 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "blueimp/jquery-file-upload", - "version": "v10.7.0", + "version": "v10.21.0", "source": { "type": "git", "url": "https://github.com/vkhramtsov/jQuery-File-Upload.git", - "reference": "4677050d31be2da817e1d23d0bacb81fb4b37cb3" + "reference": "74462f4b06e0f3b006d43cb101226f9d0e1219b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vkhramtsov/jQuery-File-Upload/zipball/4677050d31be2da817e1d23d0bacb81fb4b37cb3", - "reference": "4677050d31be2da817e1d23d0bacb81fb4b37cb3", + "url": "https://api.github.com/repos/vkhramtsov/jQuery-File-Upload/zipball/74462f4b06e0f3b006d43cb101226f9d0e1219b7", + "reference": "74462f4b06e0f3b006d43cb101226f9d0e1219b7", "shasum": "" }, "type": "library", @@ -59,7 +59,13 @@ "upload", "widget" ], - "time": "2020-01-04T05:46:30+00:00" + "funding": [ + { + "url": "https://github.com/blueimp", + "type": "github" + } + ], + "time": "2020-05-06T06:34:07+00:00" }, { "name": "bshaffer/oauth2-server-php", @@ -346,6 +352,7 @@ "php", "tags" ], + "abandoned": true, "time": "2016-09-22T15:10:54+00:00" }, { @@ -488,16 +495,16 @@ }, { "name": "psr/log", - "version": "1.1.2", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { @@ -531,20 +538,20 @@ "psr", "psr-3" ], - "time": "2019-11-01T11:05:21+00:00" + "time": "2020-03-23T09:12:05+00:00" }, { "name": "ramsey/uuid", - "version": "3.9.2", + "version": "3.9.3", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "7779489a47d443f845271badbdcedfe4df8e06fb" + "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb", - "reference": "7779489a47d443f845271badbdcedfe4df8e06fb", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", + "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", "shasum": "" }, "require": { @@ -618,20 +625,20 @@ "identifier", "uuid" ], - "time": "2019-12-17T08:18:51+00:00" + "time": "2020-02-21T04:36:14+00:00" }, { "name": "sabre/dav", - "version": "4.0.3", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sabre-io/dav.git", - "reference": "b793fb4ce27cf0f981b540ad771281c430ffe818" + "reference": "8f6f4d272504ee8424e1d0a47d6efc7772de2270" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/dav/zipball/b793fb4ce27cf0f981b540ad771281c430ffe818", - "reference": "b793fb4ce27cf0f981b540ad771281c430ffe818", + "url": "https://api.github.com/repos/sabre-io/dav/zipball/8f6f4d272504ee8424e1d0a47d6efc7772de2270", + "reference": "8f6f4d272504ee8424e1d0a47d6efc7772de2270", "shasum": "" }, "require": { @@ -645,18 +652,20 @@ "ext-simplexml": "*", "ext-spl": "*", "lib-libxml": ">=2.7.0", - "php": ">=7.0.0", + "php": "^7.1.0", "psr/log": "^1.0", "sabre/event": "^5.0", - "sabre/http": "^5.0", + "sabre/http": "^5.0.5", "sabre/uri": "^2.0", - "sabre/vobject": "^4.2.0-alpha1", + "sabre/vobject": "^4.2.1", "sabre/xml": "^2.0.1" }, "require-dev": { "evert/phpdoc-md": "~0.1.0", + "friendsofphp/php-cs-fixer": "~2.16.1", "monolog/monolog": "^1.18", - "phpunit/phpunit": "^6" + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" }, "suggest": { "ext-curl": "*", @@ -697,28 +706,28 @@ "framework", "iCalendar" ], - "time": "2020-01-10T07:52:45+00:00" + "time": "2020-03-20T08:55:46+00:00" }, { "name": "sabre/event", - "version": "5.0.3", + "version": "5.1.0", "source": { "type": "git", "url": "https://github.com/sabre-io/event.git", - "reference": "f5cf802d240df1257866d8813282b98aee3bc548" + "reference": "d00a17507af0e7544cfe17096372f5d733e3b276" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/event/zipball/f5cf802d240df1257866d8813282b98aee3bc548", - "reference": "f5cf802d240df1257866d8813282b98aee3bc548", + "url": "https://api.github.com/repos/sabre-io/event/zipball/d00a17507af0e7544cfe17096372f5d733e3b276", + "reference": "d00a17507af0e7544cfe17096372f5d733e3b276", "shasum": "" }, "require": { - "php": ">=7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": ">=6", - "sabre/cs": "~1.0.0" + "friendsofphp/php-cs-fixer": "~2.16.1", + "phpunit/phpunit": "^7 || ^8" }, "type": "library", "autoload": { @@ -757,32 +766,33 @@ "reactor", "signal" ], - "time": "2018-03-05T13:55:47+00:00" + "time": "2020-01-31T18:52:29+00:00" }, { "name": "sabre/http", - "version": "5.0.5", + "version": "5.1.0", "source": { "type": "git", "url": "https://github.com/sabre-io/http.git", - "reference": "85962a2ed867e7e5beb9f9d3a15cd53cd521a09b" + "reference": "23446999f1f6e62892bbd89745070aa902dd3539" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/http/zipball/85962a2ed867e7e5beb9f9d3a15cd53cd521a09b", - "reference": "85962a2ed867e7e5beb9f9d3a15cd53cd521a09b", + "url": "https://api.github.com/repos/sabre-io/http/zipball/23446999f1f6e62892bbd89745070aa902dd3539", + "reference": "23446999f1f6e62892bbd89745070aa902dd3539", "shasum": "" }, "require": { "ext-ctype": "*", "ext-curl": "*", "ext-mbstring": "*", - "php": "^7.0", + "php": "^7.1", "sabre/event": ">=4.0 <6.0", "sabre/uri": "^2.0" }, "require-dev": { - "phpunit/phpunit": "^6.0 || ^7.0" + "friendsofphp/php-cs-fixer": "~2.16.1", + "phpunit/phpunit": "^7.0 || ^8.0" }, "suggest": { "ext-curl": " to make http requests with the Client class" @@ -813,27 +823,28 @@ "keywords": [ "http" ], - "time": "2019-11-28T19:35:25+00:00" + "time": "2020-01-31T20:07:09+00:00" }, { "name": "sabre/uri", - "version": "2.1.3", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/sabre-io/uri.git", - "reference": "18f454324f371cbcabdad3d0d3755b4b0182095d" + "reference": "059d11012603be2e32ddb7543602965563ddbb09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/uri/zipball/18f454324f371cbcabdad3d0d3755b4b0182095d", - "reference": "18f454324f371cbcabdad3d0d3755b4b0182095d", + "url": "https://api.github.com/repos/sabre-io/uri/zipball/059d11012603be2e32ddb7543602965563ddbb09", + "reference": "059d11012603be2e32ddb7543602965563ddbb09", "shasum": "" }, "require": { - "php": ">=7" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^6" + "friendsofphp/php-cs-fixer": "~2.16.1", + "phpunit/phpunit": "^7 || ^8" }, "type": "library", "autoload": { @@ -863,29 +874,30 @@ "uri", "url" ], - "time": "2019-09-09T23:00:25+00:00" + "time": "2020-01-31T18:53:43+00:00" }, { "name": "sabre/vobject", - "version": "4.2.1", + "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/sabre-io/vobject.git", - "reference": "6d7476fbd227ae285029c19ad518cd451336038c" + "reference": "5b2248d965160f93053f3a24704794a13a22a1bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/vobject/zipball/6d7476fbd227ae285029c19ad518cd451336038c", - "reference": "6d7476fbd227ae285029c19ad518cd451336038c", + "url": "https://api.github.com/repos/sabre-io/vobject/zipball/5b2248d965160f93053f3a24704794a13a22a1bb", + "reference": "5b2248d965160f93053f3a24704794a13a22a1bb", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=5.5", - "sabre/xml": ">=1.5 <3.0" + "php": "^7.1", + "sabre/xml": "^2.1" }, "require-dev": { - "phpunit/phpunit": "> 4.8.35, <6.0.0" + "friendsofphp/php-cs-fixer": "~2.16.1", + "phpunit/phpunit": "^7 || ^8" }, "suggest": { "hoa/bench": "If you would like to run the benchmark scripts" @@ -959,20 +971,20 @@ "xCal", "xCard" ], - "time": "2019-12-18T19:29:43+00:00" + "time": "2020-01-31T18:50:58+00:00" }, { "name": "sabre/xml", - "version": "2.1.3", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/sabre-io/xml.git", - "reference": "f08a58f57e2b0d7df769a432756aa371417ab9eb" + "reference": "705f5cbf7f4fb1e3dd47173e3f026892818c8d46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/xml/zipball/f08a58f57e2b0d7df769a432756aa371417ab9eb", - "reference": "f08a58f57e2b0d7df769a432756aa371417ab9eb", + "url": "https://api.github.com/repos/sabre-io/xml/zipball/705f5cbf7f4fb1e3dd47173e3f026892818c8d46", + "reference": "705f5cbf7f4fb1e3dd47173e3f026892818c8d46", "shasum": "" }, "require": { @@ -980,11 +992,12 @@ "ext-xmlreader": "*", "ext-xmlwriter": "*", "lib-libxml": ">=2.6.20", - "php": ">=7.0", + "php": "^7.1", "sabre/uri": ">=1.0,<3.0.0" }, "require-dev": { - "phpunit/phpunit": "^6" + "friendsofphp/php-cs-fixer": "~2.16.1", + "phpunit/phpunit": "^7 || ^8" }, "type": "library", "autoload": { @@ -1021,20 +1034,20 @@ "dom", "xml" ], - "time": "2019-08-14T15:41:34+00:00" + "time": "2020-01-31T18:52:58+00:00" }, { "name": "simplepie/simplepie", - "version": "1.5.4", + "version": "1.5.5", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663" + "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663", - "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4", + "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4", "shasum": "" }, "require": { @@ -1074,8 +1087,8 @@ "role": "Creator, alumnus developer" }, { - "name": "Geoffrey Sneddon", - "homepage": "http://gsnedders.com/", + "name": "Sam Sneddon", + "homepage": "https://gsnedders.com/", "role": "Alumnus developer" }, { @@ -1093,30 +1106,31 @@ "rss" ], "support": { - "source": "https://github.com/simplepie/simplepie/tree/master", + "source": "https://github.com/simplepie/simplepie/tree/1.5.5", "issues": "https://github.com/simplepie/simplepie/issues" }, - "time": "2019-11-23T07:05:15+00:00" + "time": "2020-05-01T12:23:14+00:00" }, { "name": "smarty/smarty", - "version": "v3.1.34", + "version": "v3.1.36", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "c9f0de05f41b9e52798b268ab1e625fac3b8578c" + "reference": "fd148f7ade295014fff77f89ee3d5b20d9d55451" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c9f0de05f41b9e52798b268ab1e625fac3b8578c", - "reference": "c9f0de05f41b9e52798b268ab1e625fac3b8578c", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/fd148f7ade295014fff77f89ee3d5b20d9d55451", + "reference": "fd148f7ade295014fff77f89ee3d5b20d9d55451", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { - "phpunit/phpunit": "6.4.1" + "phpunit/phpunit": "6.4.1", + "smarty/smarty-lexer": "^3.1" }, "type": "library", "extra": { @@ -1152,7 +1166,7 @@ "keywords": [ "templating" ], - "time": "2019-02-28T06:42:20+00:00" + "time": "2020-04-14T14:44:26+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4692,5 +4706,6 @@ "ext-xml": "*", "ext-openssl": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" } diff --git a/vendor/blueimp/jquery-file-upload/.github/workflows/test.yml b/vendor/blueimp/jquery-file-upload/.github/workflows/test.yml index 048a2593e..945286b6e 100644 --- a/vendor/blueimp/jquery-file-upload/.github/workflows/test.yml +++ b/vendor/blueimp/jquery-file-upload/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Setup Node.js uses: actions/setup-node@v1 with: @@ -23,7 +23,7 @@ jobs: mocha: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: chmod run: chmod -R 777 server/php/files - name: docker-compose build @@ -40,7 +40,7 @@ jobs: wdio-chrome: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: chmod run: chmod -R 777 server/php/files wdio/reports - name: docker-compose build @@ -63,13 +63,13 @@ jobs: wdio-firefox: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: chmod run: chmod -R 777 server/php/files wdio/reports - name: docker-compose build run: docker-compose build example - name: wdio firefox - run: docker-compose run --rm wdio firefox.js + run: docker-compose run --rm wdio conf/firefox.js - name: docker-compose logs if: always() run: docker-compose logs example diff --git a/vendor/blueimp/jquery-file-upload/README.md b/vendor/blueimp/jquery-file-upload/README.md index f3ca43f3c..5a13ef425 100644 --- a/vendor/blueimp/jquery-file-upload/README.md +++ b/vendor/blueimp/jquery-file-upload/README.md @@ -120,7 +120,7 @@ For further information, please refer to the following guides: ### Mandatory requirements -- [jQuery](https://jquery.com/) v1.6+ +- [jQuery](https://jquery.com/) v1.7+ - [jQuery UI widget factory](https://api.jqueryui.com/jQuery.widget/) v1.9+ (included): Required for the basic File Upload plugin, but very lightweight without any other dependencies from the jQuery UI suite. diff --git a/vendor/blueimp/jquery-file-upload/SECURITY.md b/vendor/blueimp/jquery-file-upload/SECURITY.md index 768f2b95e..1778d0205 100644 --- a/vendor/blueimp/jquery-file-upload/SECURITY.md +++ b/vendor/blueimp/jquery-file-upload/SECURITY.md @@ -18,7 +18,7 @@ For an in-depth understanding of the potential security risks of providing file uploads and possible mitigations, please refer to the -[OWASP - Unrestricted File Upload](https://www.owasp.org/index.php/Unrestricted_File_Upload) +[OWASP - Unrestricted File Upload](https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload) documentation. To securely setup the project to serve uploaded files, please refer to the diff --git a/vendor/blueimp/jquery-file-upload/VULNERABILITIES.md b/vendor/blueimp/jquery-file-upload/VULNERABILITIES.md index 5dfd5f315..14f70b81d 100644 --- a/vendor/blueimp/jquery-file-upload/VULNERABILITIES.md +++ b/vendor/blueimp/jquery-file-upload/VULNERABILITIES.md @@ -84,7 +84,7 @@ is disabled by default since Apache `v2.3.9` via [ad4aefd](https://github.com/blueimp/jQuery-File-Upload/commit/ad4aefd96e4056deab6fea2690f0d8cf56bb2d7d) - [Full disclosure post on Hacker News](https://news.ycombinator.com/item?id=18267309). - [CVE-2018-9206](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-9206) -- [OWASP - Unrestricted File Upload](https://www.owasp.org/index.php/Unrestricted_File_Upload) +- [OWASP - Unrestricted File Upload](https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload) ## Open redirect vulnerability in the GAE components @@ -99,7 +99,7 @@ domain for phishing attacks. - Commit containing the security fix: [f74d2a8](https://github.com/blueimp/jQuery-File-Upload/commit/f74d2a8c3e3b1e8e336678d2899facd5bcdb589f) -- [OWASP - Unvalidated Redirects and Forwards Cheat Sheet](https://www.owasp.org/index.php/Unvalidated_Redirects_and_Forwards_Cheat_Sheet) +- [OWASP - Unvalidated Redirects and Forwards Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html) ## Cross-site scripting vulnerability in the Iframe Transport @@ -115,4 +115,4 @@ context of the Webserver. - Commit containing the security fix: [4175032](https://github.com/blueimp/jQuery-File-Upload/commit/41750323a464e848856dc4c5c940663498beb74a) -- [OWASP - Cross-site Scripting (XSS)]() +- [OWASP - Cross-site Scripting (XSS)](https://owasp.org/www-community/attacks/xss/) diff --git a/vendor/blueimp/jquery-file-upload/cors/postmessage.html b/vendor/blueimp/jquery-file-upload/cors/postmessage.html index 5c90743af..536e8b3c6 100644 --- a/vendor/blueimp/jquery-file-upload/cors/postmessage.html +++ b/vendor/blueimp/jquery-file-upload/cors/postmessage.html @@ -26,7 +26,7 @@ 'use strict'; var origin = /^https:\/\/example.org/, target = new RegExp('^(http(s)?:)?\\/\\/' + location.host + '\\/'); - $(window).on('message', function(e) { + $(window).on('message', function (e) { e = e.originalEvent; var s = e.data, xhr = $.ajaxSettings.xhr(), @@ -39,7 +39,7 @@ 'Target "' + e.data.url + '" does not match ' + target ); } - $(xhr.upload).on('progress', function(ev) { + $(xhr.upload).on('progress', function (ev) { ev = ev.originalEvent; e.source.postMessage( { @@ -53,17 +53,17 @@ e.origin ); }); - s.xhr = function() { + s.xhr = function () { return xhr; }; if (!(s.data instanceof Blob)) { f = new FormData(); - $.each(s.data, function(i, v) { + $.each(s.data, function (i, v) { f.append(v.name, v.value); }); s.data = f; } - $.ajax(s).always(function(result, statusText, jqXHR) { + $.ajax(s).always(function (result, statusText, jqXHR) { if (!jqXHR.done) { jqXHR = result; result = null; diff --git a/vendor/blueimp/jquery-file-upload/index.html b/vendor/blueimp/jquery-file-upload/index.html index aa908e745..62033e764 100644 --- a/vendor/blueimp/jquery-file-upload/index.html +++ b/vendor/blueimp/jquery-file-upload/index.html @@ -33,11 +33,12 @@ />