Skip to content

Commit 493e929

Browse files
authored
Merge pull request #1165 from hardisgroupcom/dependabot-npm_and_yarn-axios-1.8.4
fix(deps): bump axios from 1.8.3 to 1.8.4
2 parents 8b8d46b + 0da075e commit 493e929

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@slack/web-api": "^7.9.1",
1616
"@supercharge/promise-pool": "^3.2.0",
1717
"@xmldom/xmldom": "^0.9.8",
18-
"axios": "^1.8.3",
18+
"axios": "^1.8.4",
1919
"azure-devops-node-api": "^14.1.0",
2020
"bitbucket": "^2.12.0",
2121
"chalk": "^5.4.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4300,10 +4300,10 @@ aws4@^1.12.0:
43004300
resolved "https://registry.npmjs.org/aws4/-/aws4-1.13.1.tgz"
43014301
integrity sha512-u5w79Rd7SU4JaIlA/zFqG+gOiuq25q5VLyZ8E+ijJeILuTxVzZgp2CaGw/UTw6pXYN9XMO9yiqj/nEHmhTG5CA==
43024302

4303-
axios@^1.8.3:
4304-
version "1.8.3"
4305-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.3.tgz#9ebccd71c98651d547162a018a1a95a4b4ed4de8"
4306-
integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==
4303+
axios@^1.8.3, axios@^1.8.4:
4304+
version "1.8.4"
4305+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
4306+
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
43074307
dependencies:
43084308
follow-redirects "^1.15.6"
43094309
form-data "^4.0.0"

0 commit comments

Comments
 (0)