Merge pull request #444 from blacklight/dependabot/npm_and_yarn/platypush/backend/http/webapp/axios-1.7.4

Bump axios from 1.7.1 to 1.7.4 in /platypush/backend/http/webapp
This commit is contained in:
Fabio Manganiello 2024-08-15 19:54:58 +02:00 committed by GitHub
commit 1f120b167b
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", "version": "0.1.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2", "@fortawesome/fontawesome-free": "^6.5.2",
"axios": "^1.7.1", "axios": "^1.7.4",
"core-js": "^3.37.1", "core-js": "^3.37.1",
"cronstrue": "^2.50.0", "cronstrue": "^2.50.0",
"highlight.js": "^11.9.0", "highlight.js": "^11.9.0",
@ -3785,10 +3785,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.1", "version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.1.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q==", "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
"form-data": "^4.0.0", "form-data": "^4.0.0",

View file

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