Skip to content

Commit

Permalink
#116 fix npm audit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sudodoki authored and sudodoki committed Aug 2, 2022
1 parent 02033de commit 6c9ea9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e_helpers/globals.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
const http = require('http')
const nodeStatic = require('node-static');
const nodeStatic = require('@brettz9/node-static');
const fileServer = new nodeStatic.Server('./example');
let server;
module.exports = {
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
},
"devDependencies": {
"browserify": "^13.0.1",
"nightwatch": "^0.9.1",
"node-static": "^0.7.7",
"minimist": "^1.2.6",
"nightwatch": "^2.3.0",
"@brettz9/node-static": "^0.1.1",
"optimist": "^0.5.2",
"selenium-server-standalone-jar": "2.53.0",
"uglify-js": "^3.5.3"
}
Expand Down

0 comments on commit 6c9ea9e

Please sign in to comment.