Skip to content

Commit

Permalink
fix(deps): update dependency parse-domain to version 2.1.7 🌟 (#3437)
Browse files Browse the repository at this point in the history
* fix(deps): update parse-domain to 2.1.7 🌟

* update todo note - parse-domain is now ~30kb in size gzipped
  • Loading branch information
renovate[bot] authored and jennifer-shehane committed Feb 12, 2019
1 parent 13ebb97 commit 5e1d007
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"moment": "2.24.0",
"morgan": "1.9.1",
"npm-install-version": "6.0.2",
"parse-domain": "2.0.0",
"parse-domain": "2.1.7",
"setimmediate": "1.0.5",
"sinon": "3.3.0",
"text-mask-addons": "3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/src/cypress/location.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
_ = require("lodash")
UrlParse = require("url-parse")

## TODO: this adds 70kb gzipped
## TODO: this adds 30kb gzipped
## and we need to move this to use
## node over websockets so we dont
## have to send it to the client
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"opn": "cypress-io/opn#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5",
"ospath": "1.2.2",
"p-queue": "1.2.0",
"parse-domain": "2.0.0",
"parse-domain": "2.1.7",
"pluralize": "3.1.0",
"pumpify": "1.5.1",
"ramda": "0.24.1",
Expand Down

0 comments on commit 5e1d007

Please sign in to comment.