mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Upgrade crypto-js to 4.0.0
This commit is contained in:
parent
8f70c3323a
commit
f7947c8374
@ -4,6 +4,7 @@
|
||||
|
||||
- Allow applying 'underline' and 'strike' text styling together on a text
|
||||
- Allow to specify the AcroForm text fontSize
|
||||
- Update crypto-js to v4.0 (properly fix security issue)
|
||||
|
||||
### [v0.12.1] - 2021-04-10
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
"rollup-plugin-cpy": "^2.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"crypto-js": "^3.3.0",
|
||||
"crypto-js": "^4.0.0",
|
||||
"fontkit": "^1.8.1",
|
||||
"linebreak": "^1.0.2",
|
||||
"png-js": "^1.0.0"
|
||||
@ -92,4 +92,4 @@
|
||||
"jest-screenshot/reporter"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2512,10 +2512,10 @@ crypto-browserify@^3.0.0:
|
||||
randombytes "^2.0.0"
|
||||
randomfill "^1.0.3"
|
||||
|
||||
crypto-js@^3.3.0:
|
||||
version "3.3.0"
|
||||
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b"
|
||||
integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==
|
||||
crypto-js@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0.0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc"
|
||||
integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg==
|
||||
|
||||
cssom@^0.4.4:
|
||||
version "0.4.4"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user