Merge pull request 'chore(deps): update dependency axios to ^1.8.1' () from renovate/axios-1.x into main

Reviewed-on: 
This commit is contained in:
Michel Roux 2025-02-27 14:24:59 +00:00
commit 1f6b968dbe
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated

@ -6,7 +6,7 @@
"": {
"name": "frontend",
"dependencies": {
"axios": "^1.7.9",
"axios": "^1.8.1",
"bulma": "^1.0.3",
"font-awesome": "^4.7.0",
"vue": "^3.5.13",
@ -1577,9 +1577,9 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz",
"integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

@ -9,7 +9,7 @@
"lint": "eslint . --fix"
},
"dependencies": {
"axios": "^1.7.9",
"axios": "^1.8.1",
"bulma": "^1.0.3",
"font-awesome": "^4.7.0",
"vue": "^3.5.13",