From 0f12bf17fc038c2894349ae703975961acee465c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 26 Sep 2018 11:57:27 +0200 Subject: 13.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- appinfo/info.xml | 2 +- js/package-lock.json | 30 +++++++++++++++--------------- js/package.json | 10 +++++----- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0d31ed4ae..dfc0860d7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises. **Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]> - 13.0.0 + 13.0.1 agpl Bernhard Posselt Alessandro Cosentino diff --git a/js/package-lock.json b/js/package-lock.json index 26893ce09..a17877df9 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -92,29 +92,29 @@ "dev": true }, "angular": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.3.tgz", - "integrity": "sha512-hQRhU56shs72y88cS0Uy9g+UAMHoztJ3V+r+iF8o1AK/Bpu8ewmjFDk9j2LjSuN05a9mhxW1rOHnYKOwyTS/Zg==" + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.4.tgz", + "integrity": "sha512-nYTWc9CpZjTY57l8EA1+DGpQNzI6HewQ34bfRYoGXBYysIoPYjfcgTGWC+Vl3AaeCnhAb3VTkysVESvCBpUIoA==" }, "angular-animate": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.3.tgz", - "integrity": "sha512-RIYQhql+jUU13jwTrXemSMYTfbGuLBr7jh67R3UbR2yCQ8IOxcXHn2tx+hm8PwXX8agsFAQjWSPP5wam5ecuSg==" + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.4.tgz", + "integrity": "sha512-9IzpAd39tzV6CL/kfNpkGFpVLHagHq8XpuCmPy+BfqwxzZOkCnSNtIJA0dfO0nKXg7j9UYGapboQeSuv+creSQ==" }, "angular-mocks": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.7.3.tgz", - "integrity": "sha512-j9JZxJiTdwr1oZPtQQFSMpfNZiY+LzKJaodVeWCdXMA1+mOXxS2f8k0yEnG618O2LHd/MU8z3IibyVgbl9xuiA==" + "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==" }, "angular-route": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.7.3.tgz", - "integrity": "sha512-/x6kLCeiG9BCi4DZeuuPfK1G05w69uwu7x69hL4eqSq5VOUkmkbFK1oM2pIKPwkATSYT2QKK0rwPydZNBUvCsw==" + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.7.4.tgz", + "integrity": "sha512-z7HjNixxCdU7Th12jeXS/MS9QV320AVIOHmZ39guXZMJY4fR3defC/uyzhJyEiiw2ySXfg/PWjWdterw82CVig==" }, "angular-sanitize": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.3.tgz", - "integrity": "sha512-2t5BXXx0/4qGdGp54eCvT+1fM+yFP2ub5TnNFIpJDeSrPwlQD8ThesOWxEsBnr+3UVKTE/TzX2Q4g8qjQXhDzw==" + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.4.tgz", + "integrity": "sha512-i5NoK6lo21N/CDRtkXpUuqaXeyncP7icLNCGzCUCD6CQvfVh3nY9Nsiw+tHtiIeD34ppcbl5Wb6ihY7RKDoDVw==" }, "ansi-cyan": { "version": "0.1.1", diff --git a/js/package.json b/js/package.json index 3817ca3e6..f1d1900ee 100644 --- a/js/package.json +++ b/js/package.json @@ -51,11 +51,11 @@ "karma-jasmine": "^1.1.2" }, "dependencies": { - "angular": "^1.7.3", - "angular-animate": "^1.7.3", - "angular-mocks": "^1.7.3", - "angular-route": "^1.7.3", - "angular-sanitize": "^1.7.3", + "angular": "^1.7.4", + "angular-animate": "^1.7.4", + "angular-mocks": "^1.7.4", + "angular-route": "^1.7.4", + "angular-sanitize": "^1.7.4", "debug": "^2.6.8", "masonry-layout": "^4.2.2", "moment": "^2.22.2" -- cgit v1.2.3