Skip to content

Commit fc3c091

Browse files
author
noel-enquanta
committed
Bump axios to 1.15.0 to fix GHSA-3p68-rc4w-qgx5 / GHSA-fvcv-3m26-pcqx
axios <=1.14.0 has an SSRF via NO_PROXY bypass and header-injection cloud-metadata exfil vulnerability. Bump to ^1.15.0. Also add npm overrides for diff (>=8.0.3) and serialize-javascript (>=7.0.5) to clear mocha-transitive advisories. npm audit now reports 0 vulnerabilities.
1 parent 24f6c05 commit fc3c091

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceittech/voiceit3-nodejs",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "VoiceIt's API 3.0 Face + Voice Verification/Identification Node Wrapper",
55
"main": "index.js",
66
"scripts": {
@@ -27,12 +27,16 @@
2727
},
2828
"homepage": "https://github.com/voiceittech/voiceit3-nodejs#readme",
2929
"dependencies": {
30-
"axios": "^1.13.5",
30+
"axios": "^1.15.0",
3131
"form-data": "^4.0.4"
3232
},
3333
"devDependencies": {
3434
"mocha": "11.7.5"
3535
},
36+
"overrides": {
37+
"diff": "^8.0.3",
38+
"serialize-javascript": "^7.0.5"
39+
},
3640
"publishConfig": {
3741
"registry": "https://npm.pkg.github.com"
3842
}

0 commit comments

Comments
 (0)