Update get-product-name to v1.0.0

This commit is contained in:
Wingysam 2018-11-22 16:14:28 -05:00
parent 84d886eef4
commit 9313da0afe
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@
"dotenv": "^6.1.0", "dotenv": "^6.1.0",
"express": "^4.16.4", "express": "^4.16.4",
"express-session": "^1.15.6", "express-session": "^1.15.6",
"get-product-name": "^0.2.2", "get-product-name": "^1.0.0",
"passport": "^0.4.0", "passport": "^0.4.0",
"passport-local": "^1.0.0", "passport-local": "^1.0.0",
"pouchdb": "^7.0.0", "pouchdb": "^7.0.0",

View file

@ -638,9 +638,9 @@ gauge@~2.7.3:
strip-ansi "^3.0.1" strip-ansi "^3.0.1"
wide-align "^1.1.0" wide-align "^1.1.0"
get-product-name@^0.2.2: get-product-name@^1.0.0:
version "0.2.2" version "1.0.0"
resolved "https://registry.yarnpkg.com/get-product-name/-/get-product-name-0.2.2.tgz#afb763b338498beb7b3ad18876aa6263bc59b370" resolved "https://registry.yarnpkg.com/get-product-name/-/get-product-name-1.0.0.tgz#283e4b66ce0dc51de38b08ad2d1f345c8f9622ff"
dependencies: dependencies:
cheerio "^1.0.0-rc.2" cheerio "^1.0.0-rc.2"
https-proxy-agent "^2.2.1" https-proxy-agent "^2.2.1"