From afe3b6dc10e5e07f10a6ad889a52551a0278c350 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Jun 2018 16:30:53 +0000 Subject: [PATCH] fix: core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:adm-zip:20180415 Latest report for hypery2k/galenframework-cli:core/package.json: https://snyk.io/test/github/hypery2k/galenframework-cli?targetFile=core/package.json --- core/package.json | 158 +++++++++++++++++++++++----------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/core/package.json b/core/package.json index 08c9af0..4c58b4a 100644 --- a/core/package.json +++ b/core/package.json @@ -1,81 +1,81 @@ { - "name": "galenframework", - "version": "2.3.7", - "description": "The command line tool to use the Galen Framework. This includes the wrapper above and webdriver downloads for different browsers", - "homepage": "https://github.com/hypery2k/galenframework-cli", - "bugs": { - "url": "https://github.com/hypery2k/galenframework-cli/issues" - }, - "keywords": [ - "galen", - "galenframework", - "responsive", - "test", - "testing", - "webdriver", - "selenium", - "TDD", - "BDD" - ], - "author": "Martin Reinhardt", - "scripts": { - "galen": "bin/galen", - "build": "npm run tsc", - "tsc": "tsc", - "postinstall": "node postinstall.js", - "test": "npm run check && npm run unit-test", - "unit-test": "nodeunit --reporter=junit test/tests.js --output target", - "check": "nsp check", - "pretest": "jshint -c ../.jshintrc --filename *.js && jshint -c ../.jshintrc --filename lib/helper.js && jshint -c ../.jshintrc --filename test/*.js", - "coverage": "istanbul -- cover nodeunit test/tests.js && istanbul-coveralls --no-rm", - "snyk-protect": "snyk protect", - "prepublish": "npm run snyk-protect" - }, - "bin": { - "galen": "bin/galen" - }, - "main": "index", - "dependencies": { - "adm-zip": "0.4.7", - "fs-extra": "0.26.2", - "kew": "0.7.0", - "npm-which": "3.0.1", - "npmconf": "2.1.3", - "npmlog": "4.0.0", - "progress": "1.1.8", - "replace-in-file": "1.0.2", - "request": "2.83.0", - "request-progress": "0.3.1", - "which": "1.2.0", - "yargs": "3.30.0" - }, - "devDependencies": { - "coveralls": "2.11.3", - "ejs": "2.6.1", - "handlebars": "4.0.11", - "istanbul": "0.3.17", - "istanbul-coveralls": "1.0.3", - "jscoverage": "0.6.0", - "jshint": "2.9.5", - "marked": "0.4.0", - "nodeunit": "0.9.1", - "nsp": "3.1.0", - "snyk": "^1.69.7", - "tsdoc": "0.0.4", - "tslint": "4.0.1", - "tslint-eslint-rules": "1.3.0", - "typescript": "2.6.1", - "uglify-js": "3.3.27" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/hypery2k/galenframework-cli.git" - }, - "license": "MIT", - "engine-strict": true, - "engines": { - "node": ">= 4.5.0", - "npm": ">= 3" - }, - "_galenVersion": "2.3.7" + "name": "galenframework", + "version": "2.3.7", + "description": "The command line tool to use the Galen Framework. This includes the wrapper above and webdriver downloads for different browsers", + "homepage": "https://github.com/hypery2k/galenframework-cli", + "bugs": { + "url": "https://github.com/hypery2k/galenframework-cli/issues" + }, + "keywords": [ + "galen", + "galenframework", + "responsive", + "test", + "testing", + "webdriver", + "selenium", + "TDD", + "BDD" + ], + "author": "Martin Reinhardt", + "scripts": { + "galen": "bin/galen", + "build": "npm run tsc", + "tsc": "tsc", + "postinstall": "node postinstall.js", + "test": "npm run check && npm run unit-test", + "unit-test": "nodeunit --reporter=junit test/tests.js --output target", + "check": "nsp check", + "pretest": "jshint -c ../.jshintrc --filename *.js && jshint -c ../.jshintrc --filename lib/helper.js && jshint -c ../.jshintrc --filename test/*.js", + "coverage": "istanbul -- cover nodeunit test/tests.js && istanbul-coveralls --no-rm", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "bin": { + "galen": "bin/galen" + }, + "main": "index", + "dependencies": { + "adm-zip": "0.4.9", + "fs-extra": "0.26.2", + "kew": "0.7.0", + "npm-which": "3.0.1", + "npmconf": "2.1.3", + "npmlog": "4.0.0", + "progress": "1.1.8", + "replace-in-file": "1.0.2", + "request": "2.83.0", + "request-progress": "0.3.1", + "which": "1.2.0", + "yargs": "3.30.0" + }, + "devDependencies": { + "coveralls": "2.11.3", + "ejs": "2.6.1", + "handlebars": "4.0.11", + "istanbul": "0.3.17", + "istanbul-coveralls": "1.0.3", + "jscoverage": "0.6.0", + "jshint": "2.9.5", + "marked": "0.4.0", + "nodeunit": "0.9.1", + "nsp": "3.1.0", + "snyk": "^1.69.7", + "tsdoc": "0.0.4", + "tslint": "4.0.1", + "tslint-eslint-rules": "1.3.0", + "typescript": "2.6.1", + "uglify-js": "3.3.27" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/hypery2k/galenframework-cli.git" + }, + "license": "MIT", + "engine-strict": true, + "engines": { + "node": ">= 4.5.0", + "npm": ">= 3" + }, + "_galenVersion": "2.3.7" }