summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-09-26 12:18:52 +0200
committerGitHub <noreply@github.com>2018-09-26 12:18:52 +0200
commita28a83ca6d0b3696a3662eb695090e4d2f443ce7 (patch)
treeaa9528c064e25e721d9772047a9f9707c41bfa93
parent4e83bbd6513148c46475c2a9a5e4eb2c5e10d577 (diff)
parent0f12bf17fc038c2894349ae703975961acee465c (diff)
Merge pull request #335 from nextcloud/13.0.113.0.1
13.0.1
-rw-r--r--appinfo/info.xml2
-rw-r--r--js/package-lock.json30
-rw-r--r--js/package.json10
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).]]></description>
- <version>13.0.0</version>
+ <version>13.0.1</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
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"