Skip to content

Commit

Permalink
chore(deps): update axios
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Aug 16, 2024
1 parent b82339e commit 5282a7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bundlemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"bundlemon": "node -r @swc-node/register ./bin/bundlemon.ts"
},
"dependencies": {
"axios": "^1.1.3",
"axios": "^1.7.4",
"axios-retry": "^3.3.1",
"brotli-size": "^4.0.0",
"bundlemon-utils": "^2.0.0-rc.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5243,7 +5243,7 @@ axios-retry@^3.3.1:
"@babel/runtime" "^7.15.4"
is-retry-allowed "^2.2.0"

axios@^1.1.3, axios@^1.6.0:
axios@^1.6.0:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
Expand All @@ -5252,6 +5252,15 @@ axios@^1.1.3, axios@^1.6.0:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axobject-query@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a"
Expand Down

0 comments on commit 5282a7c

Please sign in to comment.