From 18cf366ce081fe1ffe5004ab32dbd911bacb0d45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 01:20:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5a45c64f..8fe1a895 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "main": "wix-gruntfile.js", "dependencies": { "adm-zip": "0.4.9", - "babel": "^5.0.0", + "babel": "^6.0.0", "babel-preset-es2015": "^6.9.0", "bower": "^1.3.1", "chalk": "^1.1.1", @@ -30,11 +30,11 @@ "fedops-grafana-api": "^2.0.0", "glob": "^5.0.3", "graphite-tcp": "^1.0.4", - "grunt": "^0.4.5", + "grunt": "^1.0.3", "grunt-angular-templates": "^0.5.1", "grunt-autoprefixer": "^2.0.0", "grunt-babel": "^6.0.0", - "grunt-cli": "^0.1.13", + "grunt-cli": "^1.3.0", "grunt-concurrent": "^2.3.1", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-compass": "1.0.4", @@ -44,9 +44,9 @@ "grunt-contrib-cssmin": "^0.12.0", "grunt-contrib-htmlmin": "^0.5.0", "grunt-contrib-imagemin": "^0.9.2", - "grunt-contrib-jshint": "^0.11.0", - "grunt-contrib-uglify": "^0.7.0", - "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-jshint": "^0.12.0", + "grunt-contrib-uglify": "^0.11.1", + "grunt-contrib-watch": "^1.0.1", "grunt-ejs": "^0.3.0", "grunt-eslint": "^19.0.0", "grunt-force-task": "^1.0.0", @@ -54,13 +54,13 @@ "grunt-haml2html-shahata": "^0.3.0", "grunt-jscs": "^2.1.0", "grunt-json-angular-translate": "^0.1.0", - "grunt-karma": "^0.11.0", + "grunt-karma": "^3.0.0", "grunt-newer": "^1.1.0", "grunt-ng-annotate": "^1.0.0", "grunt-process-tags": "^1.0.2", "grunt-release": "^0.12.0", "grunt-sass": "^1.1.0", - "grunt-scss-lint": "^0.3.3", + "grunt-scss-lint": "^0.5.0", "grunt-svgmin": "^2.0.0", "grunt-text-replace": "^0.4.0", "grunt-ts": "^5.3.0", @@ -69,13 +69,13 @@ "grunt-velocity-debug": "^0.1.0", "grunt-velocity-parser": "sarunas/grunt-velocity", "grunt-webfont": "borislit/grunt-webfont#winston-version-bump", - "inquirer": "^0.11.1", + "inquirer": "^0.12.0", "istanbul": "^0.4.2", "jasmine-core": "^2.3.0", "jasmine-reporters": "^2.1.1", "jshint-stylish": "^1.0.0", "jsonminify": "^0.2.3", - "karma": "^0.13.22", + "karma": "^2.0.0", "karma-chrome-launcher": "^0.1.0", "karma-coverage": "^0.5.3", "karma-growl-reporter": "^0.1.1",