chore: deps update - axios, jsonpath-plus, @aws-sdk/credential-providers, express

This commit is contained in:
Anoop M D
2025-03-13 01:17:28 +05:30
parent 6a85635c49
commit 1be0b97895
6 changed files with 3008 additions and 294 deletions

3286
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@
"jshint": "^2.13.6",
"json5": "^2.2.3",
"jsonc-parser": "^3.2.1",
"jsonpath-plus": "10.2.0",
"jsonpath-plus": "^10.3.0",
"know-your-http-well": "^0.5.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",

View File

@@ -46,13 +46,13 @@
"package.json"
],
"dependencies": {
"@aws-sdk/credential-providers": "3.658.1",
"@aws-sdk/credential-providers": "3.750.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.12.0",
"@usebruno/lang": "0.12.0",
"@usebruno/vm2": "^3.9.13",
"aws4-axios": "^3.3.0",
"axios": "1.7.7",
"axios": "^1.8.3",
"axios-ntlm": "^1.4.2",
"chai": "^4.3.7",
"chalk": "^3.0.0",

View File

@@ -25,7 +25,7 @@
]
},
"dependencies": {
"@aws-sdk/credential-providers": "3.658.1",
"@aws-sdk/credential-providers": "3.750.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.12.0",
"@usebruno/lang": "0.12.0",
@@ -34,7 +34,7 @@
"@usebruno/vm2": "^3.9.13",
"about-window": "^1.15.2",
"aws4-axios": "^3.3.0",
"axios": "1.7.7",
"axios": "^1.8.3",
"axios-ntlm": "^1.4.2",
"chai": "^4.3.7",
"chokidar": "^3.5.3",

View File

@@ -21,7 +21,7 @@
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"atob": "^2.1.2",
"axios": "1.7.7",
"axios": "^1.8.3",
"btoa": "^1.2.1",
"chai": "^4.3.7",
"chai-string": "^1.5.0",

View File

@@ -18,11 +18,11 @@
},
"homepage": "https://github.com/usebruno/bruno-testbench#readme",
"dependencies": {
"axios": "1.7.7",
"axios": "^1.8.3",
"body-parser": "1.20.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "4.21.1",
"express": "^4.21.2",
"express-basic-auth": "^1.2.1",
"fast-xml-parser": "^4.5.0",
"http-proxy": "^1.18.1",