Upgrade crypto-js to 4.0.0

This commit is contained in:
Luiz Américo Pereira Câmara 2021-07-11 10:42:52 -03:00
parent 8f70c3323a
commit f7947c8374
3 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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"
]
}
}
}

View File

@ -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"