Skip to content

Commit 4ada6a2

Browse files
authored
fix: Force agent-base to be at version 4.3.0 to fix various issues (#2108)
Fixes #1762, fixes #2085.
1 parent 91ecc0a commit 4ada6a2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 5.4.1
44

55
- [integrations] fix: Tracing integration fetch headers bug.
6+
- [node] fix: Force agent-base to be at version 4.3.0 to fix various issues. Fix #1762, fix #2085
67

78
## 5.4.0
89

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@
5656
"typedoc": "^0.14.2",
5757
"typescript": "^3.4.5",
5858
"typescript-tslint-plugin": "^0.3.1"
59+
},
60+
"resolutions": {
61+
"**/agent-base": "4.3.0"
5962
}
6063
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,10 +1601,10 @@ [email protected]:
16011601
version "0.8.2"
16021602
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
16031603

1604-
agent-base@4, agent-base@^4.1.0, agent-base@~4.2.0:
1605-
version "4.2.1"
1606-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
1607-
integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==
1604+
agent-base@4, agent-base@4.3.0, agent-base@^4.1.0, agent-base@~4.2.0:
1605+
version "4.3.0"
1606+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
1607+
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
16081608
dependencies:
16091609
es6-promisify "^5.0.0"
16101610

0 commit comments

Comments
 (0)