fix(proxy): update proxy module (#1451)

Fixes #1437
This commit is contained in:
Mark Dietzer
2020-12-18 06:07:03 -08:00
committed by GitHub
parent 6e2a16238c
commit ab037029b6
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -411,9 +411,9 @@
} }
}, },
"@doridian/puppeteer-page-proxy": { "@doridian/puppeteer-page-proxy": {
"version": "1.2.10", "version": "1.2.11",
"resolved": "https://registry.npmjs.org/@doridian/puppeteer-page-proxy/-/puppeteer-page-proxy-1.2.10.tgz", "resolved": "https://registry.npmjs.org/@doridian/puppeteer-page-proxy/-/puppeteer-page-proxy-1.2.11.tgz",
"integrity": "sha512-+Oc2JYaI00gaPtUfgMrCLpqBtr5MmzSWny0LYrvFqTsXUUMJqvkB3LJdVGeo24UzyB+TPJV7aQOJkZVEPeUP3A==", "integrity": "sha512-hnv72hr2dET21BfZif3TK/NteGo45ovthlKF08oLt+z6p421I8pBTyAqcYMcMIUlINx8rZGFjn6iCcvO616bGg==",
"requires": { "requires": {
"got": "^11.5.1", "got": "^11.5.1",
"http-proxy-agent": "^4.0.1", "http-proxy-agent": "^4.0.1",
+1 -1
View File
@@ -25,7 +25,7 @@
}, },
"homepage": "https://github.com/jef/streetmerchant#readme", "homepage": "https://github.com/jef/streetmerchant#readme",
"dependencies": { "dependencies": {
"@doridian/puppeteer-page-proxy": "^1.2.10", "@doridian/puppeteer-page-proxy": "^1.2.11",
"@jef/pushbullet": "^2.4.3", "@jef/pushbullet": "^2.4.3",
"@slack/web-api": "^5.14.0", "@slack/web-api": "^5.14.0",
"@types/random-useragent": "^0.3.0", "@types/random-useragent": "^0.3.0",