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 44
55- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66
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+
715## 5.19.1
816
917- [ 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:
58725872 agent-base "5"
58735873 debug "4"
58745874
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+
58755883humanize-ms@^1.2.1 :
58765884 version "1.2.1"
58775885 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