File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+ ## 5.19.2
8
+
9
+ - [ gatsby] fix: Include correct gatsby files in npm tarball (#2731 )
10
+ - [ browser] fix: Correctly detach event listeners (#2737 )
11
+ - [ browser] fix: Drop initial frame for production react errors (#2728 )
12
+ - [ node] chore: Upgrade https-proxy-agent to v5 (#2702 )
13
+ - [ types] ref: Define type for Extra(s) (#2727 )
14
+
7
15
## 5.19.1
8
16
9
17
- [ tracing] fix: APM CDN bundle expose startTransaction (#2726 )
Original file line number Diff line number Diff line change @@ -5872,6 +5872,14 @@ https-proxy-agent@^4.0.0:
5872
5872
agent-base "5"
5873
5873
debug "4"
5874
5874
5875
+ https-proxy-agent@^5.0.0 :
5876
+ version "5.0.0"
5877
+ resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
5878
+ integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
5879
+ dependencies :
5880
+ agent-base "6"
5881
+ debug "4"
5882
+
5875
5883
humanize-ms@^1.2.1 :
5876
5884
version "1.2.1"
5877
5885
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
You can’t perform that action at this time.
0 commit comments