Bump axios from 1.15.0 to 1.16.1 in /frontend

Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.16.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.16.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.16.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-16 20:31:17 +00:00
committed by GitHub
parent d636a077d3
commit 52d36bb5c1
2 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"generate": "openapi-generator-cli generate -i api-specs/osu_music.swagger.json -g typescript-axios -o ./src/generated"
},
"dependencies": {
"axios": "^1.15.0",
"axios": "^1.16.1",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},