forked from platypush/platypush
fix: upgrade axios from 1.7.4 to 1.7.7
Snyk has created this PR to upgrade axios from 1.7.4 to 1.7.7. 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:
parent
697a260026
commit
8ebae0086e
2 changed files with 5 additions and 5 deletions
8
platypush/backend/http/webapp/package-lock.json
generated
8
platypush/backend/http/webapp/package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.5.2",
|
||||
"axios": "^1.7.4",
|
||||
"axios": "^1.7.7",
|
||||
"core-js": "^3.37.1",
|
||||
"cronstrue": "^2.50.0",
|
||||
"highlight.js": "^11.10.0",
|
||||
|
@ -3772,9 +3772,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.7.4",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
|
||||
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
|
||||
"version": "1.7.7",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
||||
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.6",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.5.2",
|
||||
"axios": "^1.7.4",
|
||||
"axios": "^1.7.7",
|
||||
"core-js": "^3.37.1",
|
||||
"cronstrue": "^2.50.0",
|
||||
"highlight.js": "^11.10.0",
|
||||
|
|
Loading…
Reference in a new issue