Skip to content

Commit 35d53a9

Browse files
authored
chore: fix undici CVEs (#146)
1 parent 87c982d commit 35d53a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"@types/node": "^25.0.3",
5353
"is-svg": "^6.0.0",
5454
"typescript": "^5.3.3",
55-
"undici": "^7.0.0"
55+
"undici": "7.24.5"
5656
},
5757
"dependencies": {
58-
"@nodesecure/npm-registry-sdk": "4.5.1"
58+
"@nodesecure/npm-registry-sdk": "4.5.2"
5959
}
6060
}

0 commit comments

Comments
 (0)