fix: upgrade axios from 1.8.3 to 1.8.4

Snyk has created this PR to upgrade axios from 1.8.3 to 1.8.4.

See this package in npm:
axios

See this project in Snyk:
https://app.snyk.io/org/blacklight/project/96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2025-04-16 07:10:20 +00:00 committed by Fabio Manganiello
parent 0d78cb8b33
commit edfdf06b2e
Signed by: blacklight
GPG key ID: D90FBA7F76362774
2 changed files with 5 additions and 5 deletions
platypush/backend/http/webapp

View file

@ -9,7 +9,7 @@
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2", "@fortawesome/fontawesome-free": "^6.7.2",
"axios": "^1.8.3", "axios": "^1.8.4",
"core-js": "^3.42.0", "core-js": "^3.42.0",
"cronstrue": "^2.56.0", "cronstrue": "^2.56.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
@ -3776,9 +3776,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.8.3", "version": "1.8.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
"integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View file

@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2", "@fortawesome/fontawesome-free": "^6.7.2",
"axios": "^1.8.3", "axios": "^1.8.4",
"core-js": "^3.42.0", "core-js": "^3.42.0",
"cronstrue": "^2.56.0", "cronstrue": "^2.56.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",