File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Unreleased
4
4
5
+ ### [ v0.12.1] - 2021-04-10
6
+
7
+ - Update crypto-js to v3.3 (fix security issue)
8
+ - Update fontkit to 1.8.1
9
+
5
10
### [ v0.12.0] - 2021-04-04
6
11
7
12
- Add support for Embedded Files and File Attachment Annotations
Original file line number Diff line number Diff line change 9
9
" document" ,
10
10
" vector"
11
11
],
12
- "version" : " 0.12.0 " ,
12
+ "version" : " 0.12.1 " ,
13
13
"homepage" : " http://pdfkit.org/" ,
14
14
"author" : {
15
15
"name" : " Devon Govett" ,
47
47
"rollup-plugin-cpy" : " ^2.0.1"
48
48
},
49
49
"dependencies" : {
50
- "crypto-js" : " ^3.1.9-1 " ,
51
- "fontkit" : " ^1.8.0 " ,
50
+ "crypto-js" : " ^3.3.0 " ,
51
+ "fontkit" : " ^1.8.1 " ,
52
52
"linebreak" : " ^1.0.2" ,
53
53
"png-js" : " ^1.0.0"
54
54
},
92
92
" jest-screenshot/reporter"
93
93
]
94
94
}
95
- }
95
+ }
You can’t perform that action at this time.
0 commit comments