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

Commit 20d1388

Browse files
authored
Merge pull request #3410 from withspectrum/depfu/update/yarn/web-push-3.3.2
Update web-push: 3.3.0 → 3.3.2 (patch)
2 parents 1a01dff + badd6d1 commit 20d1388

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"then-queue": "^1.3.0",
189189
"toobusy-js": "^0.5.1",
190190
"validator": "^9.0.0",
191-
"web-push": "^3.2.2"
191+
"web-push": "^3.3.2"
192192
},
193193
"resolutions": {
194194
"immutable": "3.7.4",

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,12 @@ address@1.0.3, address@^1.0.1:
470470
version "1.0.3"
471471
resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"
472472

473+
agent-base@^4.1.0:
474+
version "4.2.0"
475+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.0.tgz#9838b5c3392b962bad031e6a4c5e1024abec45ce"
476+
dependencies:
477+
es6-promisify "^5.0.0"
478+
473479
agentkeepalive@^2.2.0:
474480
version "2.2.0"
475481
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-2.2.0.tgz#c5d1bd4b129008f1163f236f86e5faea2026e2ef"
@@ -3958,10 +3964,16 @@ es6-map@^0.1.3, es6-map@^0.1.4:
39583964
es6-symbol "~3.1.1"
39593965
event-emitter "~0.3.5"
39603966

3961-
es6-promise@^4.0.5, es6-promise@^4.1.0, es6-promise@^4.1.1:
3967+
es6-promise@^4.0.3, es6-promise@^4.0.5, es6-promise@^4.1.0, es6-promise@^4.1.1:
39623968
version "4.2.4"
39633969
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.4.tgz#dc4221c2b16518760bd8c39a52d8f356fc00ed29"
39643970

3971+
es6-promisify@^5.0.0:
3972+
version "5.0.0"
3973+
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
3974+
dependencies:
3975+
es6-promise "^4.0.3"
3976+
39653977
es6-set@~0.1.5:
39663978
version "0.1.5"
39673979
resolved "https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.5.tgz#d2b3ec5d4d800ced818db538d28974db0a73ccb1"
@@ -5664,6 +5676,13 @@ https-browserify@^1.0.0:
56645676
version "1.0.0"
56655677
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
56665678

5679+
https-proxy-agent@^2.2.1:
5680+
version "2.2.1"
5681+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
5682+
dependencies:
5683+
agent-base "^4.1.0"
5684+
debug "^3.1.0"
5685+
56675686
i@0.3.x:
56685687
version "0.3.6"
56695688
resolved "https://registry.yarnpkg.com/i/-/i-0.3.6.tgz#d96c92732076f072711b6b10fd7d4f65ad8ee23d"
@@ -11313,12 +11332,13 @@ wbuf@^1.1.0, wbuf@^1.7.2:
1131311332
dependencies:
1131411333
minimalistic-assert "^1.0.0"
1131511334

11316-
web-push@^3.2.2:
11317-
version "3.3.0"
11318-
resolved "https://registry.yarnpkg.com/web-push/-/web-push-3.3.0.tgz#5712a9d4e2b2b22dd9c167dc03c650df489743dd"
11335+
web-push@^3.3.2:
11336+
version "3.3.2"
11337+
resolved "https://registry.yarnpkg.com/web-push/-/web-push-3.3.2.tgz#7a8f8b77c8cb1875b02a53e45d7bc277a3d05368"
1131911338
dependencies:
1132011339
asn1.js "^5.0.0"
1132111340
http_ece "1.0.5"
11341+
https-proxy-agent "^2.2.1"
1132211342
jws "^3.1.3"
1132311343
minimist "^1.2.0"
1132411344
urlsafe-base64 "^1.0.0"

0 commit comments

Comments
 (0)