Skip to content

Commit a54179e

Browse files
Merge pull request #270 from ruturaj-browserstack/fix/axios-ssrf-PMAA-94
fix: bump axios to ^1.15.0 to patch NO_PROXY SSRF bypass (PMAA-94)
2 parents c7bb1ba + 166f50a commit a54179e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserstack/mcp-server",
3-
"version": "1.2.14",
3+
"version": "1.2.15",
44
"description": "BrowserStack's Official MCP Server",
55
"mcpName": "io.github.browserstack/mcp-server",
66
"main": "dist/index.js",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@modelcontextprotocol/sdk": "^1.29.0",
3939
"@types/form-data": "^2.5.2",
40-
"axios": "^1.14.0",
40+
"axios": "^1.15.0",
4141
"browserstack-local": "^1.5.12",
4242
"csv-parse": "^6.2.1",
4343
"dotenv": "^17.4.0",

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"registryType": "npm",
1313
"identifier": "@browserstack/mcp-server",
14-
"version": "1.2.14",
14+
"version": "1.2.15",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)