File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 71
71
"dependencies" : {
72
72
"defu" : " ^5.0.0" ,
73
73
"dotprop" : " ^1.2.0" ,
74
- "dset" : " ^2.0.1 " ,
74
+ "dset" : " ^3.1.2 " ,
75
75
"object-to-formdata" : " ^4.1.0" ,
76
76
"qs" : " ^6.9.4"
77
77
}
Original file line number Diff line number Diff line change 2
2
* Prepare attributes to be parsed
3
3
*/
4
4
5
- import setProp from 'dset'
5
+ import { dset as setProp } from 'dset'
6
6
7
7
import Parser from './Parser'
8
8
Original file line number Diff line number Diff line change 1
1
import defu from 'defu'
2
2
import getProp from 'dotprop'
3
- import setProp from 'dset'
3
+ import { dset as setProp } from 'dset'
4
4
import { serialize } from 'object-to-formdata'
5
5
6
6
import Builder from './Builder'
Original file line number Diff line number Diff line change @@ -2712,10 +2712,10 @@ dotprop@^1.2.0:
2712
2712
resolved "https://registry.yarnpkg.com/dotprop/-/dotprop-1.2.0.tgz#8fdf345c757da479ec8af218ae4239a73df721a7"
2713
2713
integrity sha512-mVQb8y5u3UkzNua2Hc8Ut/uKyCjm9GG2MRk/0fxJ9Mxo8Nb8XyWqaP0wVXerMucmu0mQmlcZm3S1mjOdcbCwQA==
2714
2714
2715
- dset@^2.0.1 :
2716
- version "2.0.1 "
2717
- resolved "https://registry.yarnpkg.com/dset/-/dset-2.0.1. tgz#a15fff3d1e4d60ac0c95634625cbd5441a76deb1 "
2718
- integrity sha512-nI29OZMRYq36hOcifB6HTjajNAAiBKSXsyWZrq+VniusseuP2OpNlTiYgsaNRSGvpyq5Wjbc2gQLyBdTyWqhnQ ==
2715
+ dset@^3.1.2 :
2716
+ version "3.1.2 "
2717
+ resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2. tgz#89c436ca6450398396dc6538ea00abc0c54cd45a "
2718
+ integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q ==
2719
2719
2720
2720
duplexer2@~0.1.0 :
2721
2721
version "0.1.4"
You can’t perform that action at this time.
0 commit comments