Skip to content

Commit b157583

Browse files
authored
Merge pull request #1184 from hardisgroupcom/dependabot-npm_and_yarn-axios-1.9.0
fix(deps): bump axios from 1.8.4 to 1.9.0
2 parents 2ab6098 + 9082406 commit b157583

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.4",
18+
"axios": "^1.9.0",
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
@@ -4103,10 +4103,10 @@ aws4@^1.12.0:
41034103
resolved "https://registry.npmjs.org/aws4/-/aws4-1.13.1.tgz"
41044104
integrity sha512-u5w79Rd7SU4JaIlA/zFqG+gOiuq25q5VLyZ8E+ijJeILuTxVzZgp2CaGw/UTw6pXYN9XMO9yiqj/nEHmhTG5CA==
41054105

4106-
axios@^1.8.3, axios@^1.8.4:
4107-
version "1.8.4"
4108-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
4109-
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
4106+
axios@^1.8.3, axios@^1.9.0:
4107+
version "1.9.0"
4108+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
4109+
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
41104110
dependencies:
41114111
follow-redirects "^1.15.6"
41124112
form-data "^4.0.0"

0 commit comments

Comments
 (0)