Skip to content

Commit

Permalink
Add temporary overrides to address high severity vulnerability in soc…
Browse files Browse the repository at this point in the history
…ket.io-parser

Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed May 29, 2023
1 parent c1dce93 commit 131564a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,10 @@
"playwright": "1.31.2",
"rimraf": "4.4.0",
"typescript": "5.0.4"
},
"overrides": {
"karma": {
"socket.io-parser@>4.0.4 <4.2.3": "4.2.3"
}
}
}
5 changes: 5 additions & 0 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,10 @@
"playwright": "1.31.2",
"rimraf": "4.4.0",
"typescript": "5.0.4"
},
"overrides": {
"karma": {
"socket.io-parser@>4.0.4 <4.2.3": "4.2.3"
}
}
}
5 changes: 5 additions & 0 deletions packages/web5-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,10 @@
"playwright": "1.31.2",
"rimraf": "4.4.0",
"typescript": "5.0.4"
},
"overrides": {
"karma": {
"socket.io-parser@>4.0.4 <4.2.3": "4.2.3"
}
}
}
6 changes: 5 additions & 1 deletion packages/web5-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"@typescript-eslint/parser": "5.59.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"dts-bundle-generator": "^8.0.1",
"esbuild": "0.16.7",
"eslint": "8.39.0",
"karma": "6.4.1",
Expand All @@ -102,5 +101,10 @@
"playwright": "1.31.2",
"rimraf": "4.4.0",
"typescript": "5.0.4"
},
"overrides": {
"karma": {
"socket.io-parser@>4.0.4 <4.2.3": "4.2.3"
}
}
}
5 changes: 5 additions & 0 deletions packages/web5-user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,10 @@
"sinon": "15.0.2",
"source-map-loader": "4.0.1",
"typescript": "5.0.4"
},
"overrides": {
"karma": {
"socket.io-parser@>4.0.4 <4.2.3": "4.2.3"
}
}
}
7 changes: 6 additions & 1 deletion packages/web5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.5",
"@types/ms": "0.7.31",
"@types/sinon": "^10.0.15",
"@types/sinon": "10.0.15",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"chai": "4.3.7",
Expand All @@ -117,5 +117,10 @@
"sinon": "15.0.2",
"source-map-loader": "4.0.1",
"typescript": "5.0.4"
},
"overrides": {
"karma": {
"socket.io-parser@>4.0.4 <4.2.3": "4.2.3"
}
}
}

0 comments on commit 131564a

Please sign in to comment.