Skip to content

Commit

Permalink
fix(deps): update dependency node-uuid to version 1.4.8 🌟 (#3436)
Browse files Browse the repository at this point in the history
* fix(deps): update node-uuid to 1.4.8 🌟

* remove unused, deprecated node-uuid package
  • Loading branch information
renovate[bot] authored and jennifer-shehane committed Feb 12, 2019
1 parent e4a2e9d commit d3b2384
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/server/lib/socket.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
_ = require("lodash")
path = require("path")
uuid = require("node-uuid")
debug = require('debug')('cypress:server:socket')
Promise = require("bluebird")
socketIo = require("@packages/socket")
Expand Down
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
"moment": "2.24.0",
"morgan": "1.9.1",
"node-machine-id": "1.1.10",
"node-uuid": "1.4.1",
"node-webkit-updater": "cypress-io/node-webkit-updater#e74623726f381487f543e373e71515177a32daeb",
"opn": "cypress-io/opn#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5",
"ospath": "1.2.2",
Expand Down
1 change: 0 additions & 1 deletion packages/server/test/unit/socket_spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require("../spec_helper")
_ = require("lodash")
os = require("os")
path = require("path")
uuid = require("node-uuid")
Promise = require("bluebird")
socketIo = require("@packages/socket")
extension = require("@packages/extension")
Expand Down

0 comments on commit d3b2384

Please sign in to comment.