fix(deps): update dependency axios to v1
This commit is contained in:
parent
c8aa3db205
commit
226a21d183
2 changed files with 10 additions and 5 deletions
|
@ -31,7 +31,7 @@
|
||||||
"@types/sortablejs": "1.15.0",
|
"@types/sortablejs": "1.15.0",
|
||||||
"@vueuse/core": "9.3.0",
|
"@vueuse/core": "9.3.0",
|
||||||
"@vueuse/router": "9.3.0",
|
"@vueuse/router": "9.3.0",
|
||||||
"axios": "0.27.2",
|
"axios": "1.1.2",
|
||||||
"blurhash": "2.0.3",
|
"blurhash": "2.0.3",
|
||||||
"bulma-css-variables": "0.9.33",
|
"bulma-css-variables": "0.9.33",
|
||||||
"camel-case": "4.1.2",
|
"camel-case": "4.1.2",
|
||||||
|
|
|
@ -32,7 +32,7 @@ specifiers:
|
||||||
'@vueuse/core': 9.3.0
|
'@vueuse/core': 9.3.0
|
||||||
'@vueuse/router': 9.3.0
|
'@vueuse/router': 9.3.0
|
||||||
autoprefixer: 10.4.12
|
autoprefixer: 10.4.12
|
||||||
axios: 0.27.2
|
axios: 1.1.2
|
||||||
blurhash: 2.0.3
|
blurhash: 2.0.3
|
||||||
browserslist: 4.21.4
|
browserslist: 4.21.4
|
||||||
bulma-css-variables: 0.9.33
|
bulma-css-variables: 0.9.33
|
||||||
|
@ -99,7 +99,7 @@ dependencies:
|
||||||
'@types/sortablejs': 1.15.0
|
'@types/sortablejs': 1.15.0
|
||||||
'@vueuse/core': 9.3.0_vue@3.2.40
|
'@vueuse/core': 9.3.0_vue@3.2.40
|
||||||
'@vueuse/router': 9.3.0_vue-router@4.1.5+vue@3.2.40
|
'@vueuse/router': 9.3.0_vue-router@4.1.5+vue@3.2.40
|
||||||
axios: 0.27.2
|
axios: 1.1.2
|
||||||
blurhash: 2.0.3
|
blurhash: 2.0.3
|
||||||
bulma-css-variables: 0.9.33
|
bulma-css-variables: 0.9.33
|
||||||
camel-case: 4.1.2
|
camel-case: 4.1.2
|
||||||
|
@ -4034,11 +4034,12 @@ packages:
|
||||||
- debug
|
- debug
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/axios/0.27.2:
|
/axios/1.1.2:
|
||||||
resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==}
|
resolution: {integrity: sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.15.1
|
follow-redirects: 1.15.1
|
||||||
form-data: 4.0.0
|
form-data: 4.0.0
|
||||||
|
proxy-from-env: 1.1.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
dev: false
|
dev: false
|
||||||
|
@ -10651,6 +10652,10 @@ packages:
|
||||||
resolution: {integrity: sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==}
|
resolution: {integrity: sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/proxy-from-env/1.1.0:
|
||||||
|
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/ps-list/8.1.0:
|
/ps-list/8.1.0:
|
||||||
resolution: {integrity: sha512-NoGBqJe7Ou3kfQxEvDzDyKGAyEgwIuD3YrfXinjcCmBRv0hTld0Xb71hrXvtsNPj7HSFATfemvzB8PPJtq6Yag==}
|
resolution: {integrity: sha512-NoGBqJe7Ou3kfQxEvDzDyKGAyEgwIuD3YrfXinjcCmBRv0hTld0Xb71hrXvtsNPj7HSFATfemvzB8PPJtq6Yag==}
|
||||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
|
|
Loading…
Reference in a new issue