Merge pull request #180 from fjogeleit/dependabot/npm_and_yarn/axios-1.9.0
Some checks failed
CI / build (push) Has been skipped
CI / integrity (push) Failing after 2s
/ IT Test - Request Postman Echo POST and persist response (push) Failing after 2s
/ IT Test - Request Postman Echo BasicAuth (push) Failing after 2s
/ IT Test - Request Postman Echo with 404 Response and ignore failure code (push) Failing after 3s
/ IT Test - Request Postman Echo POST Multipart (push) Failing after 2s
/ IT Test - Request Postman Echo GET (push) Failing after 15s
/ IT Test - Request Postman Echo POST with Unescaped Newline (push) Failing after 2s
/ IT Test - Request Postman Echo POST (push) Failing after 2s
/ IT Test - Request Postman Echo POST single file (push) Failing after 2s
/ IT Test - Request Postman Echo POST URLEncoded string data (push) Failing after 2s
/ IT Test - Request Postman Echo POST URLEncoded json data (push) Failing after 2s
/ IT Test - Request Postman Echo DELETE (push) Failing after 2s
/ All IT Tests have to pass (push) Failing after 2s
/ IT Test - Request Postman Echo POST Multipart without data (push) Failing after 3s

Bump axios from 1.8.4 to 1.9.0
This commit is contained in:
Frank Jogeleit 2025-04-28 22:15:37 +02:00 committed by GitHub
commit b02ec78054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"axios": "^1.8",
"axios": "^1.9",
"form-data": "^4.0.2",
"yargs": "^17.7.2"
},
@ -109,9 +109,9 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -20,7 +20,7 @@
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"axios": "^1.8",
"axios": "^1.9",
"form-data": "^4.0.2",
"yargs": "^17.7.2"
},