Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-11 18:03:57 +0300
committerGitHub <noreply@github.com>2022-10-11 18:03:57 +0300
commit9af240f52062f5c3852f93aace610329beee5537 (patch)
treea6e76ccf9865bd06769d9eb3deb88284cea62047
parentf71268ef8736ed1f61aa9be3477f7a63e4295d74 (diff)
parent74ef27776d70afc3203b090f34f1706e72a69af8 (diff)
Merge pull request #2126 from nextcloud/dependabot/composer/sabre/dav-4.4.0
-rw-r--r--composer.lock66
1 files changed, 33 insertions, 33 deletions
diff --git a/composer.lock b/composer.lock
index 8eb0672a..58df8665 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1606,16 +1606,16 @@
},
{
"name": "sabre/dav",
- "version": "4.3.0",
+ "version": "4.4.0",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/dav.git",
- "reference": "1f9bfa733a22e3c1f7526d645dab2cee96eba51a"
+ "reference": "b65362abc926520eda2c57e219f022a6c288069d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sabre-io/dav/zipball/1f9bfa733a22e3c1f7526d645dab2cee96eba51a",
- "reference": "1f9bfa733a22e3c1f7526d645dab2cee96eba51a",
+ "url": "https://api.github.com/repos/sabre-io/dav/zipball/b65362abc926520eda2c57e219f022a6c288069d",
+ "reference": "b65362abc926520eda2c57e219f022a6c288069d",
"shasum": ""
},
"require": {
@@ -1657,8 +1657,8 @@
"autoload": {
"psr-4": {
"Sabre\\DAV\\": "lib/DAV/",
- "Sabre\\DAVACL\\": "lib/DAVACL/",
"Sabre\\CalDAV\\": "lib/CalDAV/",
+ "Sabre\\DAVACL\\": "lib/DAVACL/",
"Sabre\\CardDAV\\": "lib/CardDAV/"
}
},
@@ -1688,7 +1688,7 @@
"issues": "https://github.com/sabre-io/dav/issues",
"source": "https://github.com/fruux/sabre-dav"
},
- "time": "2021-12-14T08:56:03+00:00"
+ "time": "2022-06-27T09:07:55+00:00"
},
{
"name": "sabre/event",
@@ -1714,14 +1714,14 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Sabre\\Event\\": "lib/"
- },
"files": [
"lib/coroutine.php",
"lib/Loop/functions.php",
"lib/Promise/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Sabre\\Event\\": "lib/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1758,16 +1758,16 @@
},
{
"name": "sabre/http",
- "version": "5.1.3",
+ "version": "5.1.6",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/http.git",
- "reference": "315f592adfcba8aeb73c2fd64285205747acbbd7"
+ "reference": "9976ac34ced206bd6579b7b37b401de9fac98dae"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sabre-io/http/zipball/315f592adfcba8aeb73c2fd64285205747acbbd7",
- "reference": "315f592adfcba8aeb73c2fd64285205747acbbd7",
+ "url": "https://api.github.com/repos/sabre-io/http/zipball/9976ac34ced206bd6579b7b37b401de9fac98dae",
+ "reference": "9976ac34ced206bd6579b7b37b401de9fac98dae",
"shasum": ""
},
"require": {
@@ -1817,29 +1817,29 @@
"issues": "https://github.com/sabre-io/http/issues",
"source": "https://github.com/fruux/sabre-http"
},
- "time": "2021-11-04T07:02:36+00:00"
+ "time": "2022-07-15T14:51:14+00:00"
},
{
"name": "sabre/uri",
- "version": "2.2.2",
+ "version": "2.3.2",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/uri.git",
- "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d"
+ "reference": "eceb4a1b8b680b45e215574222d6ca00be541970"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sabre-io/uri/zipball/7cb0f489578afad5006e85cd60f18ff33f2d440d",
- "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d",
+ "url": "https://api.github.com/repos/sabre-io/uri/zipball/eceb4a1b8b680b45e215574222d6ca00be541970",
+ "reference": "eceb4a1b8b680b45e215574222d6ca00be541970",
"shasum": ""
},
"require": {
- "php": "^7.1 || ^8.0"
+ "php": "^7.4 || ^8.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "~2.17.1",
- "phpstan/phpstan": "^0.12",
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
+ "friendsofphp/php-cs-fixer": "^3.9",
+ "phpstan/phpstan": "^1.8",
+ "phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
@@ -1874,20 +1874,20 @@
"issues": "https://github.com/sabre-io/uri/issues",
"source": "https://github.com/fruux/sabre-uri"
},
- "time": "2021-11-04T09:29:58+00:00"
+ "time": "2022-09-19T11:58:52+00:00"
},
{
"name": "sabre/vobject",
- "version": "4.4.1",
+ "version": "4.5.1",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/vobject.git",
- "reference": "06feff370141fd3118609f808e86d9315864bf14"
+ "reference": "1f836740c88bac483f3b572a332eb8fd1cd04981"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sabre-io/vobject/zipball/06feff370141fd3118609f808e86d9315864bf14",
- "reference": "06feff370141fd3118609f808e86d9315864bf14",
+ "url": "https://api.github.com/repos/sabre-io/vobject/zipball/1f836740c88bac483f3b572a332eb8fd1cd04981",
+ "reference": "1f836740c88bac483f3b572a332eb8fd1cd04981",
"shasum": ""
},
"require": {
@@ -1978,7 +1978,7 @@
"issues": "https://github.com/sabre-io/vobject/issues",
"source": "https://github.com/fruux/sabre-vobject"
},
- "time": "2021-12-07T09:45:33+00:00"
+ "time": "2022-10-09T10:06:31+00:00"
},
{
"name": "sabre/xml",
@@ -2009,13 +2009,13 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Sabre\\Xml\\": "lib/"
- },
"files": [
"lib/Deserializer/functions.php",
"lib/Serializer/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Sabre\\Xml\\": "lib/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [