From 93f2287f01f0aa8c2d12f82556197c31e0cc769b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 6 Jul 2020 21:50:48 +0200 Subject: [PATCH] Update the rest of the dependencies Because clearly the previous commit didn't actually update all of them... --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0095f46..d7ae807 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ "electron-packager": "^15.0.0", "http-server": "^0.12.3", "jasmine-core": "^3.5.0", - "jshint": "^2.11.0", + "jshint": "^2.11.1", "karma": "^5.1.0", "karma-jasmine": "~3.1", "karma-junit-reporter": "~2.0", "karma-phantomjs-launcher": "^1.0.0", "protractor": "^7.0.0", - "shelljs": "^0.8.0", - "uglify-js": "^3.6.9" + "shelljs": "^0.8.4", + "uglify-js": "^3.10.0" }, "scripts": { "postinstall": "bower install -p",