This repository was archived by the owner on Sep 3, 2022. It is now read-only.
File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 4.1.6 / 2020-11-24
2
+
3
+ - Update ` trim ` package to address ReDoS vulnerability
4
+
1
5
# 4.1.5 / 2020-09-20
2
6
3
7
- Remove ` @segment/canonical ` in favor of ` document.querySelector `
Original file line number Diff line number Diff line change 136
136
"browserify" : " 16.5.2" ,
137
137
"lodash" : " 4.17.20" ,
138
138
"node-fetch" : " 2.6.1" ,
139
- "elliptic" : " ^6.5.3"
139
+ "elliptic" : " ^6.5.3" ,
140
+ "trim" : " ^1.0.0"
140
141
}
141
142
}
Original file line number Diff line number Diff line change @@ -9475,9 +9475,10 @@ trim-newlines@^3.0.0:
9475
9475
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
9476
9476
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
9477
9477
9478
-
9479
- version "0.0.1"
9480
- resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
9478
+
9479
+ version "1.0.0"
9480
+ resolved "https://registry.yarnpkg.com/trim/-/trim-1.0.0.tgz#fd1f30b878bdd2d8435fa0f2cc9cbb55f518be7d"
9481
+ integrity sha512-UgtES1lYpE+f4WiGY5lyJlHchuGhTa/xMPH96g/B7gc+pEQPiL41s6ECm7Ky3hkhARG/u1SHGFcleJodAvQOKQ==
9481
9482
9482
9483
ts-node@^8.10.2 :
9483
9484
version "8.10.2"
You can’t perform that action at this time.
0 commit comments