Skip to content

Commit

Permalink
fix: core/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Jun 3, 2018
1 parent 3e950ab commit afe3b6d
Showing 1 changed file with 79 additions and 79 deletions.
158 changes: 79 additions & 79 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit afe3b6d

Please sign in to comment.