mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
chore(deps): bump axios from 1.7.2 to 1.7.3
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.3. - [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.2...v1.7.3) --- 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
b8b0a5b5fb
commit
825722f360
|
@ -21,7 +21,7 @@
|
|||
"@vuepic/vue-datepicker": "^9.0.1",
|
||||
"@vueuse/core": "^10.11.0",
|
||||
"@vueuse/integrations": "^10.11.0",
|
||||
"axios": "^1.7.2",
|
||||
"axios": "^1.7.3",
|
||||
"bootstrap": "^5.3.3",
|
||||
"bootstrap-vue-next": "^0.24.2",
|
||||
"core-js": "^3.38.0",
|
||||
|
|
|
@ -22,10 +22,10 @@ importers:
|
|||
version: 10.11.0(vue@3.4.36(typescript@5.5.4))
|
||||
'@vueuse/integrations':
|
||||
specifier: ^10.11.0
|
||||
version: 10.11.0(axios@1.7.2)(sortablejs@1.15.2)(vue@3.4.36(typescript@5.5.4))
|
||||
version: 10.11.0(axios@1.7.3)(sortablejs@1.15.2)(vue@3.4.36(typescript@5.5.4))
|
||||
axios:
|
||||
specifier: ^1.7.2
|
||||
version: 1.7.2
|
||||
specifier: ^1.7.3
|
||||
version: 1.7.3
|
||||
bootstrap:
|
||||
specifier: ^5.3.3
|
||||
version: 5.3.3(@popperjs/core@2.11.8)
|
||||
|
@ -978,8 +978,8 @@ packages:
|
|||
asynckit@0.4.0:
|
||||
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
||||
|
||||
axios@1.7.2:
|
||||
resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==}
|
||||
axios@1.7.3:
|
||||
resolution: {integrity: sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==}
|
||||
|
||||
balanced-match@1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
|
@ -2897,13 +2897,13 @@ snapshots:
|
|||
- '@vue/composition-api'
|
||||
- vue
|
||||
|
||||
'@vueuse/integrations@10.11.0(axios@1.7.2)(sortablejs@1.15.2)(vue@3.4.36(typescript@5.5.4))':
|
||||
'@vueuse/integrations@10.11.0(axios@1.7.3)(sortablejs@1.15.2)(vue@3.4.36(typescript@5.5.4))':
|
||||
dependencies:
|
||||
'@vueuse/core': 10.11.0(vue@3.4.36(typescript@5.5.4))
|
||||
'@vueuse/shared': 10.11.0(vue@3.4.36(typescript@5.5.4))
|
||||
vue-demi: 0.14.10(vue@3.4.36(typescript@5.5.4))
|
||||
optionalDependencies:
|
||||
axios: 1.7.2
|
||||
axios: 1.7.3
|
||||
sortablejs: 1.15.2
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
|
@ -2956,7 +2956,7 @@ snapshots:
|
|||
|
||||
asynckit@0.4.0: {}
|
||||
|
||||
axios@1.7.2:
|
||||
axios@1.7.3:
|
||||
dependencies:
|
||||
follow-redirects: 1.15.6
|
||||
form-data: 4.0.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user