summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/js/package.json b/js/package.json
index 112c925c7..f9c1ffe15 100644
--- a/js/package.json
+++ b/js/package.json
@@ -34,18 +34,18 @@
"homepage": "https://github.com/nextcloud/news",
"devDependencies": {
"gulp": "^4.0.2",
- "gulp-cli": "^2.2.1",
+ "gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-sourcemaps": "^2.6.5",
- "gulp-terser": "^1.2.0",
- "jasmine-core": "^3.5.0",
+ "gulp-terser": "^1.4.0",
+ "jasmine-core": "^3.6.0",
"jquery": "^3.5.1",
- "jshint": "^2.11.1",
- "karma": "^5.0.9",
+ "jshint": "^2.12.0",
+ "karma": "^5.1.1",
"karma-chrome-launcher": "^3.1.0",
- "karma-coverage": "^2.0.2",
+ "karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^2.0.1",
"minimatch": "^3.0.4",
@@ -53,12 +53,12 @@
},
"dependencies": {
"angular": "^1.8.0",
- "angular-animate": "^1.7.9",
- "angular-mocks": "^1.7.9",
- "angular-route": "^1.7.9",
- "angular-sanitize": "^1.7.9",
+ "angular-animate": "^1.8.0",
+ "angular-mocks": "^1.8.0",
+ "angular-route": "^1.8.0",
+ "angular-sanitize": "^1.8.0",
"debug": "^4.1.1",
"masonry-layout": "^4.2.2",
- "moment": "^2.26.0"
+ "moment": "^2.27.0"
}
}