summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-10-23 08:00:05 +0200
committerGitHub <noreply@github.com>2018-10-23 08:00:05 +0200
commit904395de9cebcff111bdc15f52ad1e4a97685c02 (patch)
tree356438ac3b873b9cfc96b9b2c65f3c22c34b9812
parent37157b42254c52db036f92246441c77bfbfd64ee (diff)
parent6ba21408f7fa74d72acb22ff4f810343210b8b72 (diff)
Merge pull request #364 from nextcloud/dep-upgrade
Npm bump
-rw-r--r--composer.json4
-rw-r--r--composer.lock323
-rw-r--r--js/package-lock.json30
-rw-r--r--js/package.json10
4 files changed, 336 insertions, 31 deletions
diff --git a/composer.json b/composer.json
index eaf54c4cb..efe82796e 100644
--- a/composer.json
+++ b/composer.json
@@ -31,9 +31,9 @@
"require": {
"php": "^7.0",
"ezyang/htmlpurifier": "4.10.0",
- "miniflux/picofeed": "0.1.34",
"pear/net_url2": "2.2.2",
- "riimu/kit-pathjoin": "1.2.0"
+ "riimu/kit-pathjoin": "1.2.0",
+ "nicolus/picofeed": "0.1.35"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
diff --git a/composer.lock b/composer.lock
index 77fbd71a7..441af16c8 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "e4c50c7dfd750b774992ff7414429af8",
+ "content-hash": "ac4e6dcfaee8b83840050366cacebc4c",
"packages": [
{
"name": "ezyang/htmlpurifier",
@@ -54,17 +54,17 @@
"time": "2018-02-23T01:58:20+00:00"
},
{
- "name": "miniflux/picofeed",
- "version": "v0.1.34",
+ "name": "nicolus/picofeed",
+ "version": "v0.1.35",
"source": {
"type": "git",
- "url": "https://github.com/miniflux/picoFeed.git",
- "reference": "5c8a731d4e7a3589e562e4fdaa98bcb57fa8a2ea"
+ "url": "https://github.com/nicolus/picoFeed.git",
+ "reference": "3a27b47de31eedec075c719f961783c5db7a7b08"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/miniflux/picoFeed/zipball/5c8a731d4e7a3589e562e4fdaa98bcb57fa8a2ea",
- "reference": "5c8a731d4e7a3589e562e4fdaa98bcb57fa8a2ea",
+ "url": "https://api.github.com/repos/nicolus/picoFeed/zipball/3a27b47de31eedec075c719f961783c5db7a7b08",
+ "reference": "3a27b47de31eedec075c719f961783c5db7a7b08",
"shasum": ""
},
"require": {
@@ -104,8 +104,7 @@
],
"description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/miniflux/picoFeed",
- "abandoned": true,
- "time": "2017-06-12T00:22:06+00:00"
+ "time": "2017-06-20T22:54:47+00:00"
},
{
"name": "pear/net_url2",
@@ -324,6 +323,262 @@
"time": "2017-07-22T11:58:36+00:00"
},
{
+ "name": "guzzlehttp/guzzle",
+ "version": "6.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/guzzle.git",
+ "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
+ "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/promises": "^1.0",
+ "guzzlehttp/psr7": "^1.4",
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "ext-curl": "*",
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
+ "psr/log": "^1.0"
+ },
+ "suggest": {
+ "psr/log": "Required for using the Log middleware"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "6.3-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "GuzzleHttp\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ }
+ ],
+ "description": "Guzzle is a PHP HTTP client library",
+ "homepage": "http://guzzlephp.org/",
+ "keywords": [
+ "client",
+ "curl",
+ "framework",
+ "http",
+ "http client",
+ "rest",
+ "web service"
+ ],
+ "time": "2018-04-22T15:46:56+00:00"
+ },
+ {
+ "name": "guzzlehttp/promises",
+ "version": "v1.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/promises.git",
+ "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
+ "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\Promise\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ }
+ ],
+ "description": "Guzzle promises library",
+ "keywords": [
+ "promise"
+ ],
+ "time": "2016-12-20T10:07:11+00:00"
+ },
+ {
+ "name": "guzzlehttp/psr7",
+ "version": "1.4.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/psr7.git",
+ "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
+ "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.4.0",
+ "psr/http-message": "~1.0"
+ },
+ "provide": {
+ "psr/http-message-implementation": "1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\Psr7\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Tobias Schultze",
+ "homepage": "https://github.com/Tobion"
+ }
+ ],
+ "description": "PSR-7 message implementation that also provides common utility methods",
+ "keywords": [
+ "http",
+ "message",
+ "request",
+ "response",
+ "stream",
+ "uri",
+ "url"
+ ],
+ "time": "2017-03-20T17:10:46+00:00"
+ },
+ {
+ "name": "kevinrob/guzzle-cache-middleware",
+ "version": "v2.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Kevinrob/guzzle-cache-middleware.git",
+ "reference": "6952064f7747756b0be7b4c234c0fd7535ea4c8c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/6952064f7747756b0be7b4c234c0fd7535ea4c8c",
+ "reference": "6952064f7747756b0be7b4c234c0fd7535ea4c8c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "cache/array-adapter": "^0.4",
+ "doctrine/cache": "^1.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "illuminate/cache": "^5.0",
+ "league/flysystem": "^1.0",
+ "phpunit/phpunit": "^4.0 || ^5.0",
+ "psr/cache": "^1.0"
+ },
+ "suggest": {
+ "doctrine/cache": "This library have a lot of ready-to-use cache storage (to be use with Kevinrob\\GuzzleCache\\Storage\\DoctrineCacheStorage)",
+ "guzzlehttp/guzzle": "For using this library. It was created for Guzzle6. (but you can use it with any PSR-7 HTTP Client)",
+ "laravel/framework": "To be use with Kevinrob\\GuzzleCache\\Storage\\LaravelCacheStorage",
+ "league/flysystem": "To be use with Kevinrob\\GuzzleCache\\Storage\\FlysystemStorage",
+ "psr/cache": "To be use with Kevinrob\\GuzzleCache\\Storage\\Psr6CacheStorage"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Kevinrob\\GuzzleCache\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Kevin Robatel",
+ "email": "kevinrob2@gmail.com",
+ "homepage": "https://github.com/Kevinrob"
+ }
+ ],
+ "description": "A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)",
+ "homepage": "https://github.com/Kevinrob/guzzle-cache-middleware",
+ "keywords": [
+ "Etag",
+ "Flysystem",
+ "Guzzle",
+ "cache",
+ "cache-control",
+ "doctrine",
+ "expiration",
+ "guzzle6",
+ "handler",
+ "http",
+ "http 1.1",
+ "middleware",
+ "performance",
+ "php",
+ "promise",
+ "psr6",
+ "psr7",
+ "rfc7234",
+ "validation"
+ ],
+ "time": "2017-08-17T12:23:43+00:00"
+ },
+ {
"name": "myclabs/deep-copy",
"version": "1.8.1",
"source": {
@@ -1081,6 +1336,56 @@
"time": "2018-08-09T05:50:03+00:00"
},
{
+ "name": "psr/http-message",
+ "version": "1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "time": "2016-08-06T14:39:51+00:00"
+ },
+ {
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
diff --git a/js/package-lock.json b/js/package-lock.json
index a17877df9..97204fc9b 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -92,29 +92,29 @@
"dev": true
},
"angular": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.4.tgz",
- "integrity": "sha512-nYTWc9CpZjTY57l8EA1+DGpQNzI6HewQ34bfRYoGXBYysIoPYjfcgTGWC+Vl3AaeCnhAb3VTkysVESvCBpUIoA=="
+ "version": "1.7.5",
+ "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.5.tgz",
+ "integrity": "sha512-760183yxtGzni740IBTieNuWLtPNAoMqvmC0Z62UoU0I3nqk+VJuO3JbQAXOyvo3Oy/ZsdNQwrSTh/B0OQZjNw=="
},
"angular-animate": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.4.tgz",
- "integrity": "sha512-9IzpAd39tzV6CL/kfNpkGFpVLHagHq8XpuCmPy+BfqwxzZOkCnSNtIJA0dfO0nKXg7j9UYGapboQeSuv+creSQ=="
+ "version": "1.7.5",
+ "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.5.tgz",
+ "integrity": "sha512-kU/fHIGf2a4a3bH7E1tzALTHk+QfoUSCK9fEcMFisd6ZWvNDwPzXWAilItqOC3EDiAXPmGHaNc9/aXiD9xrAxQ=="
},
"angular-mocks": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.7.4.tgz",
- "integrity": "sha512-VSgHxObks7g5KeKVZ/g8awQosCY75SLm/R90WL/bqu8MxOvr9upYcNYCQuWS8z+OlLz+A8UuNPrzAc/LsGZ65Q=="
+ "version": "1.7.5",
+ "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.7.5.tgz",
+ "integrity": "sha512-I+Ue2Bkx6R9W5178DYrNvzjIdGh4wKKoCWsgz8dc7ysH4mA70Q3M9v5xRF0RUu7r+2CZj+nDeUecvh2paxcYvg=="
},
"angular-route": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.7.4.tgz",
- "integrity": "sha512-z7HjNixxCdU7Th12jeXS/MS9QV320AVIOHmZ39guXZMJY4fR3defC/uyzhJyEiiw2ySXfg/PWjWdterw82CVig=="
+ "version": "1.7.5",
+ "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.7.5.tgz",
+ "integrity": "sha512-7KfyEVVOWTI+jTY/j5rUNCIHGRyeCOx7YqZI/Ci3IbDK7GIsy6xH+hS5ai0Xi0sLjzDZ0PUDO4gBn+K0dVtlOg=="
},
"angular-sanitize": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.4.tgz",
- "integrity": "sha512-i5NoK6lo21N/CDRtkXpUuqaXeyncP7icLNCGzCUCD6CQvfVh3nY9Nsiw+tHtiIeD34ppcbl5Wb6ihY7RKDoDVw=="
+ "version": "1.7.5",
+ "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.5.tgz",
+ "integrity": "sha512-wjKCJOIwrkEvfD0keTnKGi6We13gtoCAQIHcdoqyoo3gwvcgNfYymVQIS3+iCGVcjfWz0jHuS3KgB4ysRWsTTA=="
},
"ansi-cyan": {
"version": "0.1.1",
diff --git a/js/package.json b/js/package.json
index f1d1900ee..667908dec 100644
--- a/js/package.json
+++ b/js/package.json
@@ -51,11 +51,11 @@
"karma-jasmine": "^1.1.2"
},
"dependencies": {
- "angular": "^1.7.4",
- "angular-animate": "^1.7.4",
- "angular-mocks": "^1.7.4",
- "angular-route": "^1.7.4",
- "angular-sanitize": "^1.7.4",
+ "angular": "^1.7.5",
+ "angular-animate": "^1.7.5",
+ "angular-mocks": "^1.7.5",
+ "angular-route": "^1.7.5",
+ "angular-sanitize": "^1.7.5",
"debug": "^2.6.8",
"masonry-layout": "^4.2.2",
"moment": "^2.22.2"