diff --git a/package-lock.json b/package-lock.json index 9e78ac9369..87a3e2ec47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8290,7 +8290,6 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==", - "dev": true, "license": "MIT" }, "node_modules/@types/lodash": { @@ -8313,7 +8312,6 @@ "version": "12.2.3", "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz", "integrity": "sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==", - "dev": true, "license": "MIT", "dependencies": { "@types/linkify-it": "*", @@ -8324,7 +8322,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==", - "dev": true, "license": "MIT" }, "node_modules/@types/ms": { @@ -9493,13 +9490,13 @@ } }, "node_modules/axios": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz", - "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } }, @@ -9515,17 +9512,6 @@ "js-md4": "^0.3.2" } }, - "node_modules/axios-ntlm/node_modules/axios": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, "node_modules/babel-jest": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", @@ -13271,7 +13257,6 @@ "version": "0.1.13", "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -13406,6 +13391,21 @@ "node": ">= 0.4" } }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/es6-error": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", @@ -14804,13 +14804,15 @@ } }, "node_modules/form-data": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", - "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", + "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", "mime-types": "^2.1.12" }, "engines": { @@ -15469,7 +15471,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "dev": true, "license": "MIT", "dependencies": { "has-symbols": "^1.0.3" @@ -25779,7 +25780,7 @@ "version": "4.9.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "dev": true, + "devOptional": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -26830,7 +26831,7 @@ "@usebruno/requests": "^0.1.0", "@usebruno/vm2": "^3.9.13", "aws4-axios": "^3.3.0", - "axios": "^1.8.3", + "axios": "^1.12.0", "axios-ntlm": "^1.4.2", "chai": "^4.3.7", "chalk": "^3.0.0", @@ -27992,16 +27993,6 @@ "@babel/core": "^7.0.0" } }, - "packages/bruno-common/node_modules/@babel/helper-plugin-utils": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", - "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, "packages/bruno-common/node_modules/@babel/helper-replace-supers": { "version": "7.26.5", "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz", @@ -28600,7 +28591,7 @@ "@usebruno/vm2": "^3.9.13", "about-window": "^1.15.2", "aws4-axios": "^3.3.0", - "axios": "^1.8.3", + "axios": "^1.12.0", "axios-ntlm": "^1.4.2", "chai": "^4.3.7", "chokidar": "^3.5.3", @@ -29786,7 +29777,7 @@ "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "atob": "^2.1.2", - "axios": "^1.8.3", + "axios": "^1.12.0", "btoa": "^1.2.1", "chai": "^4.3.7", "chai-string": "^1.5.0", @@ -29922,7 +29913,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "axios": "^1.8.3", + "axios": "^1.12.0", "body-parser": "1.20.3", "cookie-parser": "^1.4.6", "cors": "^2.8.5", diff --git a/packages/bruno-cli/package.json b/packages/bruno-cli/package.json index e1b74e191b..369115ba0e 100644 --- a/packages/bruno-cli/package.json +++ b/packages/bruno-cli/package.json @@ -54,7 +54,7 @@ "@usebruno/requests": "^0.1.0", "@usebruno/converters": "^0.1.0", "aws4-axios": "^3.3.0", - "axios": "^1.8.3", + "axios": "^1.12.0", "axios-ntlm": "^1.4.2", "chai": "^4.3.7", "chalk": "^3.0.0", diff --git a/packages/bruno-electron/package.json b/packages/bruno-electron/package.json index 26f327b736..a7797ca407 100644 --- a/packages/bruno-electron/package.json +++ b/packages/bruno-electron/package.json @@ -37,7 +37,7 @@ "@usebruno/requests": "^0.1.0", "about-window": "^1.15.2", "aws4-axios": "^3.3.0", - "axios": "^1.8.3", + "axios": "^1.12.0", "axios-ntlm": "^1.4.2", "chai": "^4.3.7", "chokidar": "^3.5.3", diff --git a/packages/bruno-js/package.json b/packages/bruno-js/package.json index c040244a36..1d76901257 100644 --- a/packages/bruno-js/package.json +++ b/packages/bruno-js/package.json @@ -21,7 +21,7 @@ "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "atob": "^2.1.2", - "axios": "^1.8.3", + "axios": "^1.12.0", "btoa": "^1.2.1", "chai": "^4.3.7", "chai-string": "^1.5.0", diff --git a/packages/bruno-tests/package.json b/packages/bruno-tests/package.json index 75cfde1ae9..44d449d9cb 100644 --- a/packages/bruno-tests/package.json +++ b/packages/bruno-tests/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/usebruno/bruno-testbench#readme", "dependencies": { - "axios": "^1.8.3", + "axios": "^1.12.0", "body-parser": "1.20.3", "cookie-parser": "^1.4.6", "cors": "^2.8.5",