summaryrefslogtreecommitdiffstats
path: root/js/package.json
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 /js/package.json
parent37157b42254c52db036f92246441c77bfbfd64ee (diff)
parent6ba21408f7fa74d72acb22ff4f810343210b8b72 (diff)
Merge pull request #364 from nextcloud/dep-upgrade
Npm bump
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json10
1 files changed, 5 insertions, 5 deletions
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"