mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 21:10:47 -05:00
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:
committed by
Jennifer Shehane
parent
13ebb9779d
commit
5e1d007057
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user