Skip to content

Commit d62835a

Browse files
authored
Merge pull request #1123 from hardisgroupcom/dependabot-npm_and_yarn-axios-1.8.3
fix(deps): bump axios from 1.8.2 to 1.8.3
2 parents b131a16 + 5cf4413 commit d62835a

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@slack/web-api": "^7.8.0",
1616
"@supercharge/promise-pool": "^3.2.0",
1717
"@xmldom/xmldom": "^0.8.10",
18-
"axios": "^1.8.2",
18+
"axios": "^1.8.3",
1919
"azure-devops-node-api": "^14.1.0",
2020
"bitbucket": "^2.12.0",
2121
"chalk": "^5.4.1",

yarn.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4104,19 +4104,10 @@ aws4@^1.12.0:
41044104
resolved "https://registry.npmjs.org/aws4/-/aws4-1.13.1.tgz"
41054105
integrity sha512-u5w79Rd7SU4JaIlA/zFqG+gOiuq25q5VLyZ8E+ijJeILuTxVzZgp2CaGw/UTw6pXYN9XMO9yiqj/nEHmhTG5CA==
41064106

4107-
axios@^1.7.8:
4108-
version "1.8.1"
4109-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.1.tgz#7c118d2146e9ebac512b7d1128771cdd738d11e3"
4110-
integrity sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==
4111-
dependencies:
4112-
follow-redirects "^1.15.6"
4113-
form-data "^4.0.0"
4114-
proxy-from-env "^1.1.0"
4115-
4116-
axios@^1.8.2:
4117-
version "1.8.2"
4118-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
4119-
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
4107+
axios@^1.7.8, axios@^1.8.3:
4108+
version "1.8.3"
4109+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.3.tgz#9ebccd71c98651d547162a018a1a95a4b4ed4de8"
4110+
integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==
41204111
dependencies:
41214112
follow-redirects "^1.15.6"
41224113
form-data "^4.0.0"

0 commit comments

Comments
 (0)