chore(deps): update dependency axios to ^1.7.9
All checks were successful
pilotwings / python (push) Successful in 1m38s
pilotwings / node (push) Successful in 1m18s
pilotwings / docker (push) Successful in 2m14s

This commit is contained in:
Renovate Bot 2024-12-05 06:41:34 +00:00
parent 6e03a88940
commit acf1473f59
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -6,7 +6,7 @@
"": { "": {
"name": "frontend", "name": "frontend",
"dependencies": { "dependencies": {
"axios": "^1.7.8", "axios": "^1.7.9",
"bulma": "^1.0.2", "bulma": "^1.0.2",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"vue": "^3.5.13", "vue": "^3.5.13",
@ -1560,9 +1560,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.8", "version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View File

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