Skip to content

Commit ce50a3d

Browse files
author
Ryan Kotzen
committed
Updating libs.
1 parent 3976f38 commit ce50a3d

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.snyk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ignore: {}
33
patch:
44
'npm:moment:20161019':
55
- express-brute-mongo > moment:
6-
patched: '2016-11-08T10:51:51.390Z'
6+
patched: '2016-11-18T11:48:06.051Z'
77
'npm:request:20160119':
88
- nodejs-dashboard > blessed-contrib > picture-tube > request:
9-
patched: '2016-11-08T10:51:51.390Z'
9+
patched: '2016-11-18T11:48:06.051Z'

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"start": "nodejs-dashboard node index.js",
1010
"watch": "nodemon .",
11-
"test": "node_modules/.bin/istanbul --include-all-sources cover -x \"public/**\" -x \"report/**\" node_modules/mocha/bin/_mocha \"test/**/*.js\"",
11+
"test": "snyk test && node_modules/.bin/istanbul --include-all-sources cover -x \"public/**\" -x \"report/**\" -x \"utilities/**\" node_modules/mocha/bin/_mocha \"test/**/*.js\"",
1212
"mocha": "node_modules/.bin/_mocha 'test/**/*.js'",
1313
"lint": "eslint \"modules/**/*.js\" \"src/**/*.js\" \"test/**/*.js\" index.js --fix",
1414
"lint-ci": "eslint \"modules/**/*.js\" \"src/**/*.js\" \"test/**/*.js\" index.js",
@@ -37,7 +37,7 @@
3737
"homepage": "https://github.com/eXigentCoder/node-api-seed#readme",
3838
"dependencies": {
3939
"acl": "0.4.9",
40-
"ajv": "4.8.2",
40+
"ajv": "4.9.0",
4141
"api-query-params": "4.1.0",
4242
"async": "2.1.2",
4343
"bcrypt": "0.8.7",
@@ -53,16 +53,16 @@
5353
"json-schema-filter": "0.1.5",
5454
"json-schema-ref-parser": "3.1.2",
5555
"jsonwebtoken": "7.1.9",
56-
"lodash": "4.16.6",
57-
"moment": "2.15.2",
56+
"lodash": "4.17.2",
57+
"moment": "2.16.0",
5858
"mongodb": "2.2.11",
5959
"morgan": "1.7.0",
6060
"nconf": "0.8.4",
6161
"node-glob-loader": "0.0.15",
6262
"node-uuid": "1.4.7",
6363
"nodejs-dashboard": "0.1.2",
6464
"passport": "0.3.2",
65-
"passport-jwt": "2.2.0",
65+
"passport-jwt": "2.2.1",
6666
"password-generator": "2.0.2",
6767
"pluralize": "3.0.0",
6868
"request-id": "0.11.0",
@@ -76,7 +76,7 @@
7676
"devDependencies": {
7777
"chai": "3.5.0",
7878
"dirty-chai": "1.2.2",
79-
"eslint": "3.9.1",
79+
"eslint": "3.10.2",
8080
"glob": "7.1.1",
8181
"istanbul": "0.4.5",
8282
"mocha": "3.1.2",
@@ -89,4 +89,4 @@
8989
"swagger-ui": "2.2.6"
9090
},
9191
"snyk": true
92-
}
92+
}

0 commit comments

Comments
 (0)