Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit b2cfeb6

Browse files
chore(deps): bump https-proxy-agent from 2.2.1 to 2.2.4 (#95)
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](TooTallNate/proxy-agents@2.2.1...2.2.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f30d7e commit b2cfeb6

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

yarn.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ acorn@^5.0.0, acorn@^5.3.0:
100100
version "5.5.3"
101101
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
102102

103-
agent-base@^4.1.0:
104-
version "4.2.0"
105-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.0.tgz#9838b5c3392b962bad031e6a4c5e1024abec45ce"
103+
agent-base@^4.3.0:
104+
version "4.3.0"
105+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
106+
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
106107
dependencies:
107108
es6-promisify "^5.0.0"
108109

@@ -1413,10 +1414,11 @@ debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.
14131414
ms "2.0.0"
14141415

14151416
debug@^3.1.0:
1416-
version "3.1.0"
1417-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
1417+
version "3.2.6"
1418+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
1419+
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
14181420
dependencies:
1419-
ms "2.0.0"
1421+
ms "^2.1.1"
14201422

14211423
decamelize-keys@^1.0.0:
14221424
version "1.1.0"
@@ -1570,12 +1572,14 @@ es-to-primitive@^1.1.1:
15701572
is-symbol "^1.0.1"
15711573

15721574
es6-promise@^4.0.3:
1573-
version "4.2.4"
1574-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.4.tgz#dc4221c2b16518760bd8c39a52d8f356fc00ed29"
1575+
version "4.2.8"
1576+
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
1577+
integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
15751578

15761579
es6-promisify@^5.0.0:
15771580
version "5.0.0"
15781581
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
1582+
integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=
15791583
dependencies:
15801584
es6-promise "^4.0.3"
15811585

@@ -2140,10 +2144,11 @@ http-signature@~1.2.0:
21402144
sshpk "^1.7.0"
21412145

21422146
https-proxy-agent@^2.1.0:
2143-
version "2.2.1"
2144-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
2147+
version "2.2.4"
2148+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
2149+
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==
21452150
dependencies:
2146-
agent-base "^4.1.0"
2151+
agent-base "^4.3.0"
21472152
debug "^3.1.0"
21482153

21492154
iconv-lite@0.4.19:
@@ -3294,9 +3299,9 @@ ms@2.0.0:
32943299
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
32953300

32963301
ms@^2.1.1:
3297-
version "2.1.1"
3298-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
3299-
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
3302+
version "2.1.2"
3303+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
3304+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
33003305

33013306
nan@^2.9.2:
33023307
version "2.10.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy