2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore: bump trival updates (#7504)

* chore: bump trival updates

* chore: i

* Update .husky/commit-msg

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Jay
2026-03-15 13:25:17 +02:00
committed by GitHub
parent 99505adda4
commit 740da889f1
4 changed files with 1462 additions and 1882 deletions
+872 -1069
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -85,15 +85,15 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.29.0", "@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0", "@babel/preset-env": "^7.29.0",
"@commitlint/cli": "^20.3.1", "@commitlint/cli": "^20.4.4",
"@commitlint/config-conventional": "^20.3.1", "@commitlint/config-conventional": "^20.4.4",
"@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^7.0.0", "@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0", "@rollup/plugin-node-resolve": "^9.0.0",
"@vitest/browser": "^4.0.18", "@vitest/browser": "^4.1.0",
"@vitest/browser-playwright": "^4.0.18", "@vitest/browser-playwright": "^4.1.0",
"abortcontroller-polyfill": "^1.7.8", "abortcontroller-polyfill": "^1.7.8",
"auto-changelog": "^2.5.0", "auto-changelog": "^2.5.0",
"body-parser": "^1.20.4", "body-parser": "^1.20.4",
@@ -123,9 +123,9 @@
"selfsigned": "^3.0.1", "selfsigned": "^3.0.1",
"stream-throttle": "^0.1.3", "stream-throttle": "^0.1.3",
"string-replace-async": "^3.0.2", "string-replace-async": "^3.0.2",
"tar-stream": "^3.1.7", "tar-stream": "^3.1.8",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"vitest": "^4.0.18" "vitest": "^4.1.0"
}, },
"browser": { "browser": {
"./dist/node/axios.cjs": "./dist/browser/axios.cjs", "./dist/node/axios.cjs": "./dist/browser/axios.cjs",
@@ -145,7 +145,7 @@
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.11", "follow-redirects": "^1.15.11",
"form-data": "^4.0.5", "form-data": "^4.0.5",
"proxy-from-env": "^2.0.0" "proxy-from-env": "^2.1.0"
}, },
"contributors": [ "contributors": [
"Matt Zabriskie (https://github.com/mzabriskie)", "Matt Zabriskie (https://github.com/mzabriskie)",
+582 -805
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -13,6 +13,6 @@
"axios": "file:../../../" "axios": "file:../../../"
}, },
"devDependencies": { "devDependencies": {
"vitest": "4.0.18" "vitest": "4.1.0"
} }
} }