mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
chore(deps): bump axios from 1.7.4 to 1.7.5
Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.7.5. - [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.7.4...v1.7.5) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5de13d9ceb
commit
54d8d6e45c
|
@ -21,7 +21,7 @@
|
|||
"@vuepic/vue-datepicker": "^9.0.2",
|
||||
"@vueuse/core": "^11.0.1",
|
||||
"@vueuse/integrations": "^11.0.1",
|
||||
"axios": "^1.7.4",
|
||||
"axios": "^1.7.5",
|
||||
"bootstrap": "^5.3.3",
|
||||
"bootstrap-vue-next": "^0.24.10",
|
||||
"core-js": "^3.38.1",
|
||||
|
|
|
@ -22,10 +22,10 @@ importers:
|
|||
version: 11.0.1(vue@3.4.38(typescript@5.5.4))
|
||||
'@vueuse/integrations':
|
||||
specifier: ^11.0.1
|
||||
version: 11.0.1(axios@1.7.4)(sortablejs@1.15.2)(vue@3.4.38(typescript@5.5.4))
|
||||
version: 11.0.1(axios@1.7.5)(sortablejs@1.15.2)(vue@3.4.38(typescript@5.5.4))
|
||||
axios:
|
||||
specifier: ^1.7.4
|
||||
version: 1.7.4
|
||||
specifier: ^1.7.5
|
||||
version: 1.7.5
|
||||
bootstrap:
|
||||
specifier: ^5.3.3
|
||||
version: 5.3.3(@popperjs/core@2.11.8)
|
||||
|
@ -939,8 +939,8 @@ packages:
|
|||
asynckit@0.4.0:
|
||||
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
||||
|
||||
axios@1.7.4:
|
||||
resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==}
|
||||
axios@1.7.5:
|
||||
resolution: {integrity: sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==}
|
||||
|
||||
balanced-match@1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
|
@ -2829,13 +2829,13 @@ snapshots:
|
|||
- '@vue/composition-api'
|
||||
- vue
|
||||
|
||||
'@vueuse/integrations@11.0.1(axios@1.7.4)(sortablejs@1.15.2)(vue@3.4.38(typescript@5.5.4))':
|
||||
'@vueuse/integrations@11.0.1(axios@1.7.5)(sortablejs@1.15.2)(vue@3.4.38(typescript@5.5.4))':
|
||||
dependencies:
|
||||
'@vueuse/core': 11.0.1(vue@3.4.38(typescript@5.5.4))
|
||||
'@vueuse/shared': 11.0.1(vue@3.4.38(typescript@5.5.4))
|
||||
vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
|
||||
optionalDependencies:
|
||||
axios: 1.7.4
|
||||
axios: 1.7.5
|
||||
sortablejs: 1.15.2
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
|
@ -2888,7 +2888,7 @@ snapshots:
|
|||
|
||||
asynckit@0.4.0: {}
|
||||
|
||||
axios@1.7.4:
|
||||
axios@1.7.5:
|
||||
dependencies:
|
||||
follow-redirects: 1.15.6
|
||||
form-data: 4.0.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user