chore(deps): update dependency axios to ^1.7.8
All checks were successful
pilotwings / python (push) Successful in 1m25s
pilotwings / node (push) Successful in 23s
pilotwings / docker (push) Successful in 1m26s

This commit is contained in:
Renovate Bot 2024-11-26 06:53:51 +00:00
parent d00c9bfbcd
commit 8834cdb164
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

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

View File

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