fix(deps): update dependency parse-domain to version 2.1.7 🌟 (#3437)

* fix(deps): update parse-domain to 2.1.7 🌟

* update todo note - parse-domain is now ~30kb in size gzipped
This commit is contained in:
renovate[bot]
2019-02-12 23:26:52 +06:30
committed by Jennifer Shehane
parent 13ebb9779d
commit 5e1d007057
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",