Bump axios from 1.7.1 to 1.7.4 in /platypush/backend/http/webapp

Bumps [axios](https://github.com/axios/axios) from 1.7.1 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.1...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-15 17:54:22 +00:00 committed by GitHub
parent e0ff180fb0
commit 09412acba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View file

@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"axios": "^1.7.1",
"axios": "^1.7.4",
"core-js": "^3.37.1",
"cronstrue": "^2.50.0",
"highlight.js": "^11.9.0",
@ -3785,10 +3785,9 @@
}
},
"node_modules/axios": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.1.tgz",
"integrity": "sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q==",
"license": "MIT",
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"axios": "^1.7.1",
"axios": "^1.7.4",
"core-js": "^3.37.1",
"cronstrue": "^2.50.0",
"highlight.js": "^11.9.0",