Skip to content

Commit 7513e43

Browse files
authored
Merge pull request #27 from kleros/fix/CVE-2022-0155
fix(CVE-2022-0155): upgraded follow-redirects
2 parents 59dcba0 + 3ca2b13 commit 7513e43

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

contracts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"ethereum-waffle": "^3.4.0",
3636
"ethereumjs-util": "^7.1.3",
3737
"ethers": "^5.5.1",
38+
"follow-redirects": "^1.14.7",
3839
"hardhat": "^2.6.8",
3940
"hardhat-deploy": "^0.9.6",
4041
"hardhat-deploy-ethers": "^0.3.0-beta.11",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@ __metadata:
10081008
ethereum-waffle: ^3.4.0
10091009
ethereumjs-util: ^7.1.3
10101010
ethers: ^5.5.1
1011+
follow-redirects: ^1.14.7
10111012
hardhat: ^2.6.8
10121013
hardhat-deploy: ^0.9.6
10131014
hardhat-deploy-ethers: ^0.3.0-beta.11
@@ -7257,6 +7258,16 @@ __metadata:
72577258
languageName: node
72587259
linkType: hard
72597260

7261+
"follow-redirects@npm:^1.14.7":
7262+
version: 1.14.7
7263+
resolution: "follow-redirects@npm:1.14.7"
7264+
peerDependenciesMeta:
7265+
debug:
7266+
optional: true
7267+
checksum: f6d03e5e30877431065bca0d1b2e3db93949eb799d368a5c07ea8a4b71205f0349a3f8f0191bf13a07c93885522834dca1dc8e527dc99a772c6911fba24edc5f
7268+
languageName: node
7269+
linkType: hard
7270+
72607271
"for-each@npm:^0.3.3, for-each@npm:~0.3.3":
72617272
version: 0.3.3
72627273
resolution: "for-each@npm:0.3.3"
@@ -15304,7 +15315,7 @@ __metadata:
1530415315

1530515316
"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.4#~builtin<compat/typescript>":
1530615317
version: 4.4.4
15307-
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=ddd1e8"
15318+
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=493e53"
1530815319
bin:
1530915320
tsc: bin/tsc
1531015321
tsserver: bin/tsserver

0 commit comments

Comments
 (0)