Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 8a43104

Browse files
committed
Remove Snyk and update dependencies
1 parent ba9e22a commit 8a43104

File tree

3 files changed

+72
-502
lines changed

3 files changed

+72
-502
lines changed

.snyk

-3
This file was deleted.

package.json

+5-12
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@
1212
"start": "node server.js",
1313
"start:dev": "nodemon server.js",
1414
"test": "lab -v -c -L",
15-
"posttest": "snyk test",
1615
"coverage": "lab -v -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html",
17-
"coveralls": "lab -r lcov | ./node_modules/.bin/coveralls",
18-
"snyk:protect": "snyk protect",
19-
"snyk:test": "snyk test",
20-
"snyk:wizard": "snyk wizard",
21-
"snyk:monitor": "snyk monitor"
16+
"coveralls": "lab -r lcov | ./node_modules/.bin/coveralls"
2217
},
2318
"eslintConfig": {
2419
"extends": "eslint-config-hapi"
@@ -35,7 +30,7 @@
3530
"good-console": "^6.3.1",
3631
"good-squeeze": "^5.0.1",
3732
"handlebars": "^4.0.6",
38-
"hapi": "^16.0.1",
33+
"hapi": "^16.0.2",
3934
"inert": "^4.0.3",
4035
"require-dir": "^0.3.1",
4136
"vision": "^4.1.1",
@@ -44,12 +39,10 @@
4439
"devDependencies": {
4540
"code": "^4.0.0",
4641
"coveralls": "^2.11.15",
47-
"eslint": "^3.11.1",
42+
"eslint": "^3.12.2",
4843
"eslint-config-hapi": "^10.0.0",
4944
"eslint-plugin-hapi": "^4.0.0",
5045
"lab": "^11.2.1",
51-
"nodemon": "^1.11.0",
52-
"snyk": "^1.21.2"
53-
},
54-
"snyk": true
46+
"nodemon": "^1.11.0"
47+
}
5548
}

0 commit comments

Comments
 (0)