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 <233764542+granatonatalia@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com>
1 parent 7e18d01 commit 85c915d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)