summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json25
1 files changed, 14 insertions, 11 deletions
diff --git a/js/package.json b/js/package.json
index dad7045a6..4a7f35ee1 100644
--- a/js/package.json
+++ b/js/package.json
@@ -27,6 +27,9 @@
"engines": {
"node": ">=6"
},
+ "resolutions": {
+ "natives": "1.1.3"
+ },
"private": true,
"homepage": "https://github.com/nextcloud/news",
"devDependencies": {
@@ -35,26 +38,26 @@
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
- "gulp-phpunit": "^0.21.4",
- "gulp-sourcemaps": "^1.9.1",
+ "gulp-phpunit": "^0.26.0",
+ "gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^2.0.0",
- "jasmine-core": "^2.5.2",
+ "jasmine-core": "^2.99.1",
"jquery": "^2.2.4",
"jshint": "^2.9.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
- "karma-coverage": "^1.1.1",
+ "karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.0.0",
- "karma-jasmine": "^1.1.0"
+ "karma-jasmine": "^1.1.2"
},
"dependencies": {
- "angular": "^1.6.4",
- "angular-animate": "^1.6.4",
- "angular-mocks": "^1.6.4",
- "angular-route": "^1.6.4",
- "angular-sanitize": "^1.6.4",
+ "angular": "^1.7.0",
+ "angular-animate": "^1.7.0",
+ "angular-mocks": "^1.7.0",
+ "angular-route": "^1.7.0",
+ "angular-sanitize": "^1.7.0",
"debug": "^2.6.8",
"masonry-layout": "^4.2.1",
- "moment": "^2.18.1"
+ "moment": "^2.22.2"
}
}