Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 29, 2017
1 parent 931d27d commit 986dff7
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
@@ -1,40 +1,40 @@
{
"name": "ifnode",
"version": "1.7.1",
"description": "Node.js MVC Framework",
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks",
"test:coverage-report-full": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --check-leaks",
"test:coverage-report-lcovonly": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --check-leaks"
},
"repository": {
"type": "git",
"url": "git://github.com/ilfroloff/ifnode.git"
},
"keywords": [
"mvc",
"framework"
],
"author": "Ilya Frolov <ilfroloff@gmail.com>",
"license": "MIT",
"dependencies": {
"debug": "3.0.0",
"diread": "0.2.0",
"express": "4.15.4",
"lodash": "4.17.4",
"uuid": "3.1.0"
},
"devDependencies": {
"body-parser": "1.17.2",
"coveralls": "2.13.1",
"eslint": "4.5.0",
"eslint-plugin-require-jsdoc": "1.0.4",
"istanbul": "0.4.5",
"mocha": "3.5.0",
"serve-static": "1.12.4",
"setprototypeof": "1.0.3",
"should": "11.2.1",
"supertest": "3.0.0"
}
"name": "ifnode",
"version": "1.7.1",
"description": "Node.js MVC Framework",
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks",
"test:coverage-report-full": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --check-leaks",
"test:coverage-report-lcovonly": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --check-leaks"
},
"repository": {
"type": "git",
"url": "git://github.com/ilfroloff/ifnode.git"
},
"keywords": [
"mvc",
"framework"
],
"author": "Ilya Frolov <ilfroloff@gmail.com>",
"license": "MIT",
"dependencies": {
"debug": "3.1.0",
"diread": "0.2.0",
"express": "4.16.0",
"lodash": "4.17.4",
"uuid": "3.1.0"
},
"devDependencies": {
"body-parser": "1.17.2",
"coveralls": "2.13.1",
"eslint": "4.5.0",
"eslint-plugin-require-jsdoc": "1.0.4",
"istanbul": "0.4.5",
"mocha": "3.5.0",
"serve-static": "1.12.4",
"setprototypeof": "1.0.3",
"should": "11.2.1",
"supertest": "3.0.0"
}
}

0 comments on commit 986dff7

Please sign in to comment.