Skip to content

Commit 85c915d

Browse files
Add override to prevent vulnerable ip package versions (#15)
* Initial plan * Add override for ip package to fix CVE-2023-42282 vulnerability Co-authored-by: granatonatalia <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: granatonatalia <[email protected]>
1 parent 7e18d01 commit 85c915d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"axios": ">=1.8.2",
7777
"form-data": ">=4.0.4",
7878
"@types/d3-dispatch": "3.0.6",
79-
"@types/linkify-it": "3.0.5"
79+
"@types/linkify-it": "3.0.5",
80+
"ip": ">=1.1.9"
8081
},
8182
"browser": {
8283
"fs": false,

0 commit comments

Comments
 (0)